in the video library there is the syntax for exitlong described as
ExitLong(int quantity, string signalName, string fromEntrySignal)
and for having plotted on the chart which position-exit it is I code eg
ExitLong("1", "Exit1", "Long1")
but when compiling I then get the error message with "...overload...invalid arguments..."
Why?

PS: ExitLong("1", "Long1") works but with this I don´t see which position is closed. However, in the video-library the syntax is shown so it shouldn´t be a problem on my needs.
Thanks

Tony

Comment