OnBarUpdate()
{
if (somecondition)
StrategyPlot(0).Plots[0].Pen.Color = Color.Red;
else
StragegyPlot(0).Plots[0].Pen.Color = Color.Green;
}
This doesn't work. Someone else recently asked this question and he was given a link to sample code to change plot colors in an indicator, not a strategy.
Thxs,
Paul
'

Comment