For v8 on IBFX, I only got 1 trade opened. Funny, should have 2 trades. But nevertheless, that 1 trade has a 25 pips profit. Thanks.
SIMPLE EA for a simple method needed!! 2 replies
Trading is this Simple? Finally Explained simple and clearly! 46 replies
Simple 3 order GBPUSD EA 1,047 replies
Experiment with "Simple H1 GBPUSD EA" 4 replies
Simple 5m GBPUSD trade system 10 replies
DislikedI think FXDD has some bad data on the 15 min and lower for the GBPUSD today. 22:15 it spiked to 1.5338. I bet the 15 min and 5 min fractals are messed up and the daily high is really out of wack.Ignored
Dislikedlots of complaints IBFX
Maybe their data is not good for short term tradersIgnored
DislikedMinnelli - I have 4 terminals running on FXDD & I'm not seeing any spikes on the M15 - but it concerns me that you are seeing a spike.
Would you mind sharing your chart, and maybe even the Tick data?
BTW, which time zone are you referring to?
I'll bet that 90% of the confusion we run into stems from MT4 & MT5 using "server based" time - man it gets frustrating...
I'm in the process of opening my live account with FXDD to trade Geoff's EA.
BTW, all 4 V9 FXDD Demo terminals traded in similar fashion & obeyed their MM settings: VHigh Risk...Ignored
Dislikedlots of complaints IBFX
Maybe their data is not good for short term tradersIgnored
DislikedThe spike was difinitely there, we talked about it when it happened this afternoon, but it is not showing now. Correction must have been made in the data, but I believe it did throw off the feed for some of us.Ignored
DislikedComparing v8 and v9 side-by-side, there is a minor error in the v9 money management code. In the "expert start function" section, the line
should beInserted Codedouble Risk = RiskPercent / 10;
This handled the issue for me on my 5-digit account. 4-digit solution is still a work in progress....Inserted Codedouble Risk = RiskPercent / 100;Ignored
DislikedHello all, I am new to using MT4. Wanted to ask anyone who has ran this EA through the tester, what the average time it took to run a year of back data?
Mine has been running for about 15min and has about 20% complete on the status bar.
I have a feeling I'm doing something wrong...Ignored
DislikedHinko,
We should set Show_Settings to False during backtest.
You did not say the period you are testing; for me 3 days period takes around 20 secs.
CYIgnored