Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Directional_Breakout - indicatore per MetaTrader 5

Visualizzazioni:
4390
Valutazioni:
(7)
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

DBB DBB

Indicator Distance from Bollinger Bands.

FullDump FullDump

A trading strategy based on indicators iBands (Bollinger Bands, BB) and iRSI (Relative Strength Index, RSI).

haOpen haOpen

Indicator Heikin-Ashi Open.

haDifference haDifference

Indicator Heikin-Ashi Difference.