I am using
ExitLong ("Condition 4");
The stop loss is firing perfectly, and I can compile without error, but the "Condition 4" is not appearing on the chart.
I also tried
ExitLong(string1)
As I have several conditions that close a trade, I'd like to be able to READ some text on the chart instead of figuring it out every time.
Thanks in advance...The ExitLong help section wasn't much help to me.

Yes, that did it.
Comment