Hopefully this is a "quick answer".
I want to add code to suppress "Price Markers"...(not have them show on the chart)....for an indicator. I'm guessing the code should go in...
protected override void Initialize ()
CalculateOnBarClose = true;
Overlay = true;
xxxxxxxxxxxx = false;
(xxxxxxx = what ever the name is for Price Markers)
I looked, but couldn't find this in the Ninja F1 help.
Thanks.....

Comment