Waddah Attar Explosion – indicator MetaTrader 5

Waddah Attar Explosion
Real author: Waddah Attar The main feature of this indicator is concealed in its name “Explosion”. The indicator shows the moments of the market acceleration. Besides, it indicates appropriate time for buying, selling and market exit. This indicator was first published in Code Base at mql4.com 06.03.2008. Waddah Attar Explosion – indicator MetaTrader 5

Explosion – EA MetaTrader 4

Explosion - expert for MetaTrader 4
input double _Lots = 0.01;// Lot input int _SL = 20;//SL input int _TP = 10;//TP input int _MagicNumber = 4425;//Magic input int _TrailingStop = 0;//Trailing Stop input int _TrailingStep = 1;//Trailing Step input string _Comment = “FX BOT”;//Comments input int _Slippage = 3;//Slippage input bool _OnlyOneOpenedPos = true;//Only one pos per bar input bool … Read more