Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Drive - indicatore per MetaTrader 5
- Visualizzazioni:
- 3440
- Valutazioni:
- Pubblicato:
- 2018.06.06 13:10
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The oscillator indicator shows a ratio between bullish and bearish candlesticks over the selected period.
It has two parameters:
- Period - calculation period
- Method - the method of smoothing
Indicator calculation:
Up (Green) = ((High - Open) + (Close - Low))/2, the average value over the selected period;Down (Red) = ((Open - Low) + (High - Close))/2, the average value over the selected period.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20333
DMA
Dynamic Moving Average
Candle_RatioThe ratio of bullish to bearish candlesticks over the selected period