Can someone show me and explain how to write this line of code:
EnterLongStopMarket(int barsInProgressIndex, bool isLiveUntilCancelled, int quantity, double stopPrice, string signalName)
The only part of the code I don't understand is, "bool isLiveUntilCancelled"
Comment