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

Automated Trading Language Documentation

Finding Errors and Logging Finding Errors and Logging TimeFilterTimeFilter Try product
TimeFilter
Author: dupter
Exp_ColorCoppock Expert Advisor
Exp_ColorCoppock
Author: GODZILLA
Subscribe to signal
Exp Two Sides
37.05%, 6 854.44 USD
Screenshot
AUDUSD, D1
Demo

ColorBackground (Get method)

Gets the OBJPROP_BGCOLOR (background color) of the chart object.

color  ColorBackground()

Returned value

The value of the OBJPROP_BGCOLOR property.

ColorBackground (Set method)

Sets the OBJPROP_BGCOLOR (background color) property of the chart object.

bool  ColorBackground(
   const color  value      // value
   )

Parameters

value

[in]  New value of the OBJPROP_BGCOLOR property.

Returned value

true if successful, otherwise false.


Updated: 2012.04.06