Unisciti alla nostra fan page
Forecast - indicatore per MetaTrader 5
- Visualizzazioni:
- 10269
- Valutazioni:
- Pubblicato:
- 2018.09.27 15:57
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Forecast oscillator was developed by Tushar Chande and is the continuation of his "Time Frame Forecast" method.
The indicator has three input parameters:
- Period - calculation period
- Applied price - calculation price
- Signal period - signal SMA period
The Time Frame Forecast method is calculated inside the indicator and does not require the use of additional indicators.
Calculation:
Forecast Oscillator = Applied price - Previous Time Series Forecast / Applied price * 100.0
Interpretation:
Positive indicator values predict a price growth. Negative values suggest the price may fall. Tushar Chande also recommends using a 3-day smoothing line as a signal line. When the oscillator line is accelerated relative to the signal line or crosses it, this indicates either stopping of the price movement (reversal or intersection opposite to the signal line movement), or a continuation of movement in the same direction (reversal or intersection in the direction of the signal line movement), or a forthcoming trend change (needs to be confirmed by the intersection of the oscillator's zero value). Data interpretation depends on the position of the oscillator line, i.e. whether it is above or below zero.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21827
A trading system based on the Trend_Intensity_Index oscillator signals.
Exp_Trading_Channel_IndexA trading system based on the Trading_Channel_Index oscillator signals.