Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

SpreadCandlesCreator - indicator for MetaTrader 5

Views:
6771
Rating:
(16)
Published:
2011.12.19 14:42
Updated:
2016.11.22 07:32
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.

SpreadCandlesCreator

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/665

IncADXWOnArray 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 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 VGridLine_Intraday X4

Vertical time grid with four hours step.

IncMACDOnArray 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.