Plot color

Questions about MultiCharts and user contributed studies.
DammitJim
Posts: 7
Joined: 16 Jan 2007

Plot color

Postby DammitJim » 08 Feb 2007

Can I change the color of my candlestick bars?

I've trying doing these:

PlotPaintBar(High,Low,Open,Close, "MyPlot", PlotColor) ;
-- Not what I want, b/c it creates a NEW plot with bars..not candlesticks

SetPlotColor(1, PlotColor);
-- Not working b/c I don't have a Plot1, and I don't know how to reference the symbol's plot.

Any help would be appreciated !!

Thank you,
Jim

User avatar
Kate
Posts: 758
Joined: 08 Dec 2006

Postby Kate » 09 Feb 2007

You cannot change the color of your candlesticks, it is possible only with bars.


Return to “MultiCharts”