Unisciti alla nostra fan page
AbsolutelyNoLagLwma_HTF - indicatore per MetaTrader 5
- Visualizzazioni:
- 2725
- Valutazioni:
- Pubblicato:
- 2018.06.18 10:21
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Indicator AbsolutelyNoLagLwma with the timeframe selection option available in input parameters, alerting when the indicator changes its color:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // The indicator chart period (timeframe)
For the indicator to operate, the AbsolutelyNoLagLwma.ex5 indicator must be added to the <terminal_data_directory>\MQL5\Indicators folder.
Fig.1. Indicator AbsolutelyNoLagLwma_HTF
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20777
This oscillator shows the differences in points between the successive High of bars/candlesticks and Low of bars/candlesticks. It also shows them in different colors, depending on the directions and amount of points set in the properties.
AbsolutelyNoLagLWMAA moving average using double LWMA-averaging and implemented in color.
An NRTR-type indicator using Average Directional Movement Index.
AIS2 Trading RobotAn automated trading system with a data panel in form of the OBJ_LABEL objects.