Do someone know if there is any sample with an example of this line :
ExitLongLimit(int barsInProgressIndex, bool liveUntilCancelled, int quantity, double limitPrice, string signalName)
I get some issue with an automated system and a limit order written as :
ExitLongLimit(X, "Achat"), i would like to turn it from this structure to the structure above.
Thanks !
Or if there isn't, do this is well-writter ?
ExitLongLimit(0, true, 1, 1000, "ExitLong")

Comment