Using Strategy Analyzer I am unable to print "up arrows" on the [Chart] tab. The goal is to help me quickly identify some market situations, not simulate entries and stops results. Is this achievable?
Conditions and Alerts, Set1, "When the following are true":
Line1: Low[2] > Low[1]
Line2: Low[1] > Low[0]
Do the following:
DrawArrowUP("My up arrow" + CurrentBar, false, 0,0, Color.Lime)
When I use "Order Management" actions instead of "DrawArrowUp" stuff does print on the Chart.
Thanks for your help.
- MarcusPlexus

Comment