In a Multi-Time frame strategy, it would appear the syntax BarsSinceExit(int barsInProgressIndex, string signalName, int exitsAgo) returns the count of bars in terms of the primary bar object.
While the "barsInProgressIndex" can be appropriately directed to the index of the Bars object the entry order was submitted against, the returned bar count remains in terms of the primary Bars object.
How can the BarsSinceExit be measured against the secondary or tertiary Bars objects?
Regards
Shannon

Comment