Mt5 waddah attar
- Indicators
- Luis Enrique Ricales
- Version: 1.0
En esta versión, las alertas están funcionando y en la versión que publicó, la zona muerta de atr era solo una zona muerta sin atr, por lo que también la convirtió en una zona muerta de atr.
Indicator input parameters
input int Fast_MA = 20; // Period of the fast MACD moving average
input int Slow_MA = 40; // Period of the slow MACD moving average
input int BBPeriod=20; // Bollinger period
input double BBDeviation=2.0; // Number of Bollinger deviations
input int Sensetive=150;
input int DeadZonePip=400;
input int ExplosionPower=15;
input int TrendPower=150;
input bool AlertWindow=false;
input int AlertCount=2;
input bool AlertLong=false;
input bool AlertShort=false;
input bool AlertExitLong=false;
input bool AlertExitShort=false;
etc...
User didn't leave any comment to the rating