I have included a PlaySound and Print to output window, and both work perfectly each and every time ... but no arrows!
Am using the following line (typical for both directions) to add the arrows ....
DrawArrowUp("My up arrow" + CurrentBar, true, 0, Close[0], Color.Lime)
Have also used different variations of this eg.
DrawArrowUp("My up arrow" + CurrentBar, true, 0, Low[0] +1 * TickSize, Color.Lime)
DrawArrowUp("My up arrow" + CurrentBar, false, 0, High[0] +1 * TickSize, Color.Lime)
.... etc. without success.
I have also read the various threads and links and help manual without success.
Can you offer any suggestions why it doesn't draw on the chart please?

Comment