Join our fan page
- Views:
- 7692
- Rating:
- Published:
- Updated:
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/665
IncADXWOnArray
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.
IncADXOnArray
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.
VGridLine_Intraday X4
Vertical time grid with four hours step.
IncMACDOnArray
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.