It is a pity that it does not trade correctly, I have not met any EAs that work correctly on moving averages crossover)))
It opens only short, does not close short and does not open long when the signal changes.
It's a pity that it doesn't trade correctly, I haven't met any EAs that work correctly on moving averages crossing)))
It opens only short, does not close short and does not open long when the signal changes.
There is an intermediate version in KodoBase: it blocks attempts to open BUY positions.
/*if(signal_buy) { ClosePositions(POSITION_TYPE_SELL); OpenBuy(0.0,0.0); }*/ if(signal_sell) { ClosePositions(POSITION_TYPE_BUY); OpenSell(0.0,0.0); }
Thanks for your attention, the version will be updated to 1.002.
Tried compiling, it gives errors.
Version 1.003 is now available.
Version 1.003 is now available.
Please tell me where the new version is located.
Would you be kind enough to tell me where the new version is?
I'll give you a hint: https: //www.mql5.com/ru/code/16783
- www.mql5.com
Thank you, and you're fun to be with)
Code says that there is two INIT_FAILED expression not boolean.
Use version 1.003 (taken from the Russian part of the forum - https://www.mql5.com/ru/code/16783 )
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use


2MA Bunny Cross Expert:
An Expert Advisor based on two indicators iMA (Moving Average, MA).
Author: Vladimir Karputov