ExitLong(int barsInProgressIndex, int quantity, string signalName, string fromEntrySignal)
My question is how do I enter a ExitLong for a specific barsInProgressIndex for the entire position.
If I enter ExitLong( 0 , , "signalName", "") it does not work.
Thanks

Comment