I'm programming an scalping strategy based on range bar (PeriodType.Range) and CalculateOnBarClose = false. These strategy enter in the market after FirstTickOfBar is true and exit the market in the same bar.
If the order isn't filled after 30% of the complete bar I want to cancel the order. My problem is, according the NT7 help, I can't use the property Bars.PercentComplete with PeriodType.Range...
Can you suggest me something can I do to simulate this property with range bar?
Thank you
Michele

Comment