×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

SetPlotBGColor

1,217 bytes added, 13:14, 23 January 2012
Created page with "Assigns a specified color to the cell background for the indicated study plot for the duration of the current bar. Use of SetBGPlotColor is effective only for the Scanner. ..."
Assigns a specified color to the cell background for the indicated study plot for the duration of the current bar.
Use of SetBGPlotColor is effective only for the Scanner.

==== Usage ====
<syntaxhighlight>SetPlotBGColor(PlotNumber,PlotColor)</syntaxhighlight>

==== Parameters ====
[[PlotNumber]] - a numerical expression specifying the plot number; plot numbers range from 1 to 999

[[PlotColor]] - an expression specifying the cell background color for the indicated plot. Cell background color for the indicated plot can be specified by a numerical expression representing an RGB color number, a legacy color value, or by one of 17 base color words.

==== Example ====
Assign the color of blue to the indicated cell of the plot1 for the duration of the current bar:

<syntaxhighlight>SetPlotBGColor(1,Blue);</syntaxhighlight>

Assign RGB color 2138336 (Orange) to the indicated cell of the plot1 for the duration of the current bar:

<syntaxhighlight>SetPlotColor(1,2138336);</syntaxhighlight>

Assign legacy color 4 (Green) to the indicated cell of the plot1 for the duration of the current bar:

<syntaxhighlight>[LegacyColorValue=True];
SetPlotBGColor(1,4);</syntaxhighlight>



[[Category:Plotting]]
Anonymous user