If I want to get the number of bars for my primary series call this:
BarsSinceEntryExecution(0, LongEntryOrderName, 1);
The overload that doesn’t take any parameters seems to work alright but I can’t use that version in a multi-series strategy.
I attached screen shot and the strategy I used to test.

Comment