Search found 7 matches

by dignitas123
Sun Oct 30, 2016 10:11 pm
Forum: Issue/Bug tracking
Topic: MT4 Backtest Bug in v 1.8.5
Replies: 14
Views: 35057

Re: MT4 Backtest Bug in v 1.8.5

Actually the EA doesn't get a margin call, I had to code a mutex around my main execution logic in the EA to make it work. This thread helped me, if anyone experiences the same problem where your "Tester incorrectly generates error 134": https://forum.mql4.com/35056 I can test the armour o...
by dignitas123
Sun Oct 30, 2016 7:24 pm
Forum: Issue/Bug tracking
Topic: MT4 Backtest Bug in v 1.8.5
Replies: 14
Views: 35057

Re: MT4 Backtest Bug in v 1.8.5

I have to answer myself here. When I put lower risk the error doesn't show. However it is weird, that with broker's data it works normal. So.. Not that big of a deal ;)
by dignitas123
Sat Oct 29, 2016 11:03 pm
Forum: Issue/Bug tracking
Topic: MT4 Backtest Bug in v 1.8.5
Replies: 14
Views: 35057

Re: MT4 Backtest Bug in v 1.8.5

Ok, I have reviewed it again and I found out that I had a default tester template that would load automatically for the visual mode. The EA doesn't actually take trades outside of the price and the reason why the results are so different is because it has a time difference. Whereas my broker has GMT...
by dignitas123
Fri Oct 28, 2016 12:28 pm
Forum: Issue/Bug tracking
Topic: MT4 Backtest Bug in v 1.8.5
Replies: 14
Views: 35057

Re: MT4 Backtest Bug in v 1.8.5

Alright, here is the download link for the .hst and .fxt files, that I was using.

Data is from 24.07.2016 to 24.10.2016

https://www.dropbox.com/s/1d3m7js0x9yhm ... D.rar?dl=0

Thanks for your patience ;)
by dignitas123
Wed Oct 26, 2016 1:49 pm
Forum: Issue/Bug tracking
Topic: MT4 Backtest Bug in v 1.8.5
Replies: 14
Views: 35057

Re: MT4 Backtest Bug in v 1.8.5

Okay, I have taken screenshots from the tester logs. tickstory_problem1.png As you can see the trade #3 isn't shown in the log but shown on the chart. tickstory_problem2.png Also the thing is that with broker's data the backtesting result from the same time horizon are much different, so there is de...
by dignitas123
Tue Oct 25, 2016 12:35 pm
Forum: Issue/Bug tracking
Topic: MT4 Backtest Bug in v 1.8.5
Replies: 14
Views: 35057

Re: MT4 Backtest Bug in v 1.8.5

Ok, here are the screenshots from the EA Journey and Report:
tickstory_image5.png
tickstory_image5.png (7.06 KiB) Viewed 22198 times
tickstory_image4.png
and the same happens with MACD_Sample:
tickstory_image3.png
by dignitas123
Mon Oct 24, 2016 9:23 am
Forum: Issue/Bug tracking
Topic: MT4 Backtest Bug in v 1.8.5
Replies: 14
Views: 35057

MT4 Backtest Bug in v 1.8.5

Hello, I recently upgraded to Tickstory v 1.8.5 and I have the following problem: image1_tickstory.png As you can see the Backtester opens trades where there is no price. I loaded Mt4.GKFX Financial Services Limited.Server.mt4config correctly before export. But the data is somehow messed up. Do I ha...