Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 3789
- Valutazioni:
- Pubblicato:
- 2018.10.25 18:34
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
DNC Percentage oscillator displays a relative price position inside the Donchian channel in a separate window.
It has two configurable parameters:
- Period - calculation period
- Analyze current bar - consider the value of the current bar in calculations (Yes/No)
Calculation:
Percentage = ((Close - Bottom) / (Top - Bottom)) * 100.0
where:
Top = Max(High, Period) Bottom = Min(Low, Period)
Fig. 1. DNC Percentage
Fig. 2. DNC Percentage and Donchian channel
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/22193