×

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

LegacyColorValue

20 bytes added, 09:40, 19 February 2012
m
no edit summary
Where:
:'''LogicalValue''' - a true/false value; [[True ]] = Enable; [[False ]] = Disable.
::* If the attribute is set to '''False''', or not present in the study's code, the [[RGB ]] (new) 16M color scheme will be used.
::* If LegacyColorValue the attribute is set to '''True''', the legacy (old) 16-bit, 16-color scheme will be used.
<syntaxhighlight>[LegacyColorValue = True];</syntaxhighlight>
Create a [[Green ]] color plot using the legacy color scheme:
<syntaxhighlight>[LegacyColorValue = True];
SetPlotColor(1,4);</syntaxhighlight>
Create a Green color plot using the [[RGB ]] color scheme:
<syntaxhighlight>[LegacyColorValue = False];

Navigation menu