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
Directional_Breakout - indicatore per MetaTrader 5
- Visualizzazioni:
- 4595
- Valutazioni:
- Pubblicato:
- 2018.07.09 12:54
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Informational indicator. It displays a histogram in different colors, depending on the ratio between the candlestick prices and the moving average.
There are three adjustable parameters:
- MA Period - MA calculation period;
- MA Method - Moving Average calculation method;
- Applied price - price used for calculations.
Calculation:
If Low > MA: MA > PrevMA = color 1 MA < PrevMA = color 2 If High < MA: MA < PrevMA = color 3 MA > PrevMA = color 4
Otherwise = color 5
where:
MA is the moving average with the Period, by Method, and at Applied price PrevMA - moving average on the previous bar
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21036