A backtesting with the Backbone expert advisor.
EU H1. On one year.
Total net profit : 569.89%
RDD : 29.49%
A backtesting with the Backbone expert advisor.
EU H1. On one year.
Total net profit : 569.89%
RDD : 29.49%
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
This EA does not seem to be suitable for IBfx mini account.
Can somebody show me where I can add the "m" in the code for this to work in IBFX?
ES
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
You're right, I didn't noticed that part :
You have to replace this one by that :Code://---- Only allow standard Forex symbols XXXYYY if(StringLen(symbol)!=6) { Print("Lots: '",symbol,"' must be standard forex symbol XXXYYY"); return(0.0); }
Or you can erase it if you prefer.Code://---- Only allow m Forex symbols XXXYYYm if(StringLen(symbol)!=7) { Print("Lots: '",symbol,"' must be m forex symbol XXXYYYm"); return(0.0); }
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
I am testing it on FXDD demo EU only, no trade is opened so far.
FXDD not required a 'm' behind symbols.
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
funyoo
Please double check the code as there are some other places that discuss the format of the pair....I just want to make sure as I am going to test this one again...(I deleted the demo and the test....but now that you can fix the IBFX problem I will try again).
thank you for your service....This is my serious place that I come to for tests...along with Forex-tsd.
ES
Trading forex risk disclaimer. Exclusive EAs in the Elite section.