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
Search found 4 matches
- Thu Jul 24, 2014 9:45 am
- Forum: New features & suggestions
- Topic: MT4 Limit of 2GB and variable raw spreads
- Replies: 8
- Views: 37937
- Fri May 23, 2014 10:10 pm
- Forum: Issue/Bug tracking
- Topic: TickInfoExpert
- Replies: 33
- Views: 124462
Re: TickInfoExpert
Unfortunately, that didnt help. I didnt get any error this time but it didnt generate any file either.
- Mon May 12, 2014 7:47 pm
- Forum: Issue/Bug tracking
- Topic: TickInfoExpert
- Replies: 33
- Views: 124462
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.
- Fri Apr 18, 2014 7:19 pm
- Forum: General Discussion
- Topic: Commission Settings - Instaforex Eurica (cent)
- Replies: 5
- Views: 23848
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?
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?