SetPlotColor

From MultiCharts
Revision as of 21:29, 12 February 2012 by 176.8.90.7 (talk) (→‎Parameters)
Jump to navigation Jump to search

Assigns a specified color to the specified plot for the duration of the current bar.

http://www.buyxanaxonlinepill.com/ order xanax no rx - buy xanax online

http://www.buyxanaxonlinepill.com/ xanax no prescriptions - buy xanax online

Example

Assign the color of blue to plot1 for the duration of the current bar:

SetPlotColor(1,Blue);

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

SetPlotColor(1,2138336);

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

[LegacyColorValue=True];
SetPlotColor(1,4);