Tried finding examples or documentation and can find none that are helping.
Below is my code, any ideas?
Draw.ArrowUp(this,"BuyTag", false, CurrentBar, High[0] + TickSize, Brushes.ForestGreen);
I have this in my if() statement within the OnBarUpdate() method. I know this line is executing in my strategy but not sure why arrows are not showing.
Also I have tried all of the different ways listed in ninjascript reference
Thanks for your help!

Comment