ATR Stop Loss – indicator MetaTrader 5

ATR Stop Loss - indicator for MetaTrader 5
This indicator will draw ATR based stop loss calculation based on IgorAD,igorad2003@yahoo.co.uk ATRStops MQL4, with adjustable multiplier and ATR period. This indicator includes helper functions and example to run calculation via function call so the calculation logic can be placed in external include file. Work in any timeframe. Just rename to mq4 to use it … Read more

ATR adaptive Laguerre RSI 2 – indicator MetaTrader 5

ATR adaptive Laguerre RSI 2 - indicator for MetaTrader 5
The original of this indicator was posted here : ATR adaptive Laguerre RSI. But, since the metatrader 5 platform is evolving and changing a lot, and since we had enough time to learn some nuances, some optimization stuff can be done  When we used metatrader 4 and some previous builds of metatrader 5, some basic rules … Read more

ATR adaptive smoothed Laguerre RSI 2 (extended) – indicator MetaTrader 5

ATR adaptive smoothed Laguerre RSI 2 (extended) - indicator for MetaTrader 5
Original of this one was posted here : ATR adaptive smooth Laguerre RSI. This version is a version that is a part of optimization atr calculation is done internally (not using built in atr) smoothing is done using built in averages functions though – simply to allow more smoothing modes Recommendations: Since the false signals are … Read more

ATR adaptive smoothed Laguerre RSI (no built in functions) – indicator MetaTrader 5

ATR adaptive smoothed Laguerre RSI (no built in functions) - indicator for MetaTrader 5
This version is the version of smoothed Laguerre RSI even further optimized by not using any built in function at all Recommendations: Use it in the same way as any other Laguerre RSI indicator Speed comparison can be done the usual way (using profiler) ATR adaptive smoothed Laguerre RSI (no built in functions) – indicator … Read more