I guess it must be really simple.
In my strategy I am adding plots of the important moving averages, and by default they all appear beige or brown or similiar, not sure which color that is.
I would like to set them myself. I tried this for instance but no joy:
[FONT=Courier New]Plot oneMA = EMA(longLen); oneMA.Pen.Color = Colors.Blue; Add(oneMA);[/FONT]
Thanks v much

Comment