Hello, I guess I have a small problem with understanding the ApplyStop function.
If I want to use the stop defined by the ApplyStop function as my only stop (e. g. stopTypeNBar for exiting after n days), the backtester still wants some condition for the "Sell" array (sell = ...), although I don't need another condition for selling. Is it correct in this case to assign just a "False" to the Sell array? Seems a bit strange to me... Sell = False; ApplyStop(stopTypeNBar, ...); Thanks in advance!
