×

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

Changes

Jump to navigation Jump to search

SetPlotBGColor

338 bytes added, 13:50, 19 February 2012
no edit summary
Assigns a specified [[:Category:Colors|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|RGB color number]], a [[LegacyColorValue|legacy color value]], or by one of 17 [[:Category:Colors|base color words]].
== Notes ==* Use of SetBGPlotColor is effective only for the [[:Category:Real-Time_Market_Scanner|Market Scanner]].* Use [[PlotColorGetBackgroundColor]] - an expression specifying to get the cell background color for .* Use [[SetPlotColor]] to change the indicated plot. Cell background color for and [[GetPlotColor]] to get the indicated specified plot can be specified by a numerical expression representing an RGB color number, a legacy color value, or by one of 17 base 's color words.
==== Example ==Examples ==Assign the color of [[Blue|blue ]] to the indicated cell of the [[Plot|plot1 ]] for the duration of the current bar:
<syntaxhighlight>SetPlotBGColor(1,Blue);</syntaxhighlight>
Assign [[RGB|RGB color ]] 2138336 (Orange) to the indicated cell of the plot1 for the duration of the current bar:
<syntaxhighlight>SetPlotColor(1,2138336);</syntaxhighlight>
Assign [[LegacyColorValue|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>
<syntaxhighlight>[LegacyColorValue = True];
SetPlotBGColor(1, 4);</syntaxhighlight>
[[Category:Plotting]]

Navigation menu