Search found 4 matches

by mmsk
Thu Jul 24, 2014 9:45 am
Forum: New features & suggestions
Topic: MT4 Limit of 2GB and variable raw spreads
Replies: 8
Views: 30374

Re: MT4 Limit of 2GB and variable raw spreads

Hi TickStory,

was anything implemented so far with regards to raw spread?

is it possible to simply use the raw dukascopy tickdata spread for backtests? if so, how can I do that?

thx
by mmsk
Fri May 23, 2014 10:10 pm
Forum: Issue/Bug tracking
Topic: TickInfoExpert
Replies: 33
Views: 103979

Re: TickInfoExpert

Unfortunately, that didnt help. I didnt get any error this time but it didnt generate any file either.
by mmsk
Mon May 12, 2014 7:47 pm
Forum: Issue/Bug tracking
Topic: TickInfoExpert
Replies: 33
Views: 103979

Re: TickInfoExpert

Hi - am having troubles to get the expert up and running. See screenshot. MT4 is installed on C and not under program files, so it should not have any problems with writing into folder.
by mmsk
Fri Apr 18, 2014 7:19 pm
Forum: General Discussion
Topic: Commission Settings - Instaforex Eurica (cent)
Replies: 5
Views: 20185

Re: Commission Settings - Instaforex Eurica (cent)

I used the same settings as Dr. Golf but I don't see any effect of this. When I try this:

if (OrderSelect(Ticket, SELECT_BY_TICKET, MODE_TRADES) == TRUE) Print("commision paid: ", OrderCommission());

after opening/closing a trade, it shows me 0 commission. what could be wrong here?