Unisciti alla nostra fan page
EMAVFS_StDev_HTF - indicatore per MetaTrader 5
- Visualizzazioni:
- 2241
- Valutazioni:
- Pubblicato:
- 2018.06.16 11:10
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Indicator EMAVFS_StDev with the timeframe selection option available in input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
For the indicator to operate, the EMAVFS_StDev.ex5 indicator must be added to the <terminal_data_directory>\MQL5\Indicators folder.
Fig.1. Indicator EMAVFS_StDev_HTF
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20725
The indicator plots four horizontal lines: Two basic ones (red by default) above the High and below the Low of the "Bar number" bar and help lines (green by default) shifted from the basic ones.
TSTThe Expert Advisor does not use any indicators. It only uses the current price and the OHLC of zero bar.
A trading system based on the 2XMA_Ichimoku_Oscilator indicator signals.
Exp_XRSIDeMarker_HistogramA trading system based on the XRSIDeMarker_Histogram indicator signals.