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
haOpen - indicatore per MetaTrader 5
- Visualizzazioni:
- 3691
- Valutazioni:
- Pubblicato:
- 2018.07.09 13:21
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Indicator Heikin-Ashi Open displays in a separate window the lines of opening and closing Heikin-Ashi candlesticks.
Intersections of the indicator lines may be signals for opening/closing the positions. It can be used together with indicator haDifference.
The indicator has no configurable options.
Calculation:
HAOpen = (PrevHAOpen + PrevHAClose) / 2.0
HAClose = (Open + High + Low + Close) / 4.0
where:
- HAClose - Heikin-Ashi candlestick closing price;
- HAOpen - Heikin-Ashi candlestick opening price;
- PrevHAClose - closing price of the previous Heikin-Ashi candlestick;
- PrevHAOpen - opening price of the previous Heikin-Ashi candlesticks.
Fig 1. Indicator Heikin-Ashi Open
Fig. 2. Indicator Heikin-Ashi Open in combination with Heikin-Ashi Difference
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21037
Directional_Breakout
An indicator of the movement direction and stop.
DBBIndicator Distance from Bollinger Bands.
haDifference
Indicator Heikin-Ashi Difference.
IDWMAIndicator Inverse Distance Weighted Moving Average.