WannesAndrea
New Member
- Credits
- 120
When testing, set the maximum fixed spread 20 - and everything will be fineit doesn't work
Always giving an error message stating Big Spread Now
if(Ask-Bid>25*Point && totalTrades==0){Alert("Big spread now > 25. Points:" + (Ask-Bid)/Point);return;}When testing, set the maximum fixed spread 20 - and everything will be fine
The adviser was not threatened on a real account, and is provided here for acquaintance and test on history!I dont understand if this robot work well on real ? Thanks a lot
if(Ask-Bid>25*Point && totalTrades==0){Alert("Big spread now > 25. Points:" + (Ask-Bid)/Point);return;}if(Ask-Bid>25*Point && totalTrades==0){Alert("Big spread now > 25. Points:" + (Ask-Bid)/Point);return;}
Gold_fix EA XAUUSDm,M5: Alert: Big spread now > 25. Points:159.9999999998545GOLD_fix EA
Default Time frame M5
Pair: XAUUSD XAUEUR
The adviser was not threatened on a real account, and is provided here for acquaintance and test on history!
There are no restrictions on demo, or real accounts.
View attachment 167876
thank you bro!This EA is the same Gold Coin M5, only some unnecessary internal parameters were optimized, the spread alert was removed and it is only shown as a comment, remember to make optimizations and perform tests in demo accounts.
Your money your responsibility!.