MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading Language Documentation

Screenshot
GBPJPY, D1
Demo
ROMAN5 ParabolicSAR TS IndicatorROMAN5 ParabolicSAR TS Indicator Try product
ROMAN5 ParabolicSAR TS Indicator
Author: ROMAN5
PercentInfo Indicator
PercentInfo
Author: GODZILLA
A DLL-free solution to communicate between MetaTrader 5 terminals using Named Pipes A DLL-free solution to communicate between MetaTrader 5... Subscribe to signal
Forex Star
1 167.89%, 45 709.23 USD

ColorChartLine (Get Method)

Gets the value of "ColorChartLine" property (color for line chart and Doji candles).

color  ColorChartLine() const

Returned value

Value of "ColorChartLine" property of the chart, assigned to the class instance. If there is no chart assigned, it returns CLR_NONE.

ColorChartLine (Set Method)

Sets new value for "ColorChartLine" property.

bool  ColorChartLine(
   color  new_color      // new color of the chart lines
   )

Parameters

new_color

[in]  New color of the chart lines (Doji candles).

Returned value

true if successful, false if color hasn't changed.


Updated: 2010.12.15