Unisciti alla nostra fan page
- Visualizzazioni:
- 7294
- Valutazioni:
- Pubblicato:
- 2011.12.19 14:42
- Aggiornato:
- 2016.11.22 07:32
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The indicator builds a candlestick chart consisting of floating spread current values in online mode.
The main objective is observation of a definite broker spread changes. The indicator displays candlesticks online only, the candlestick chart is not saved and stored anywhere.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/665

CADXWOnArray class is designed for calculation of ADXW (Average Directional Movement Index Wilder, ADX Wilder) values on indicator buffers. The example of use of the class is provided.

CADXOnArray class is designed for calculation of ADX (Average Directional Movement Index) values on indicator buffers. The example of use of the class is provided.

Vertical time grid with four hours step.

CMACDOnArray class is designed for calculation of MACD (Moving Average Convergence/Divergence) values on indicator buffers. The example of use of the class is provided.