Returns the trade range (high - low) for the offset bars ago
- offset (Int32)
- Trade range for offset bars ago. 0 = current bar
Returns the high - low.
Not used during manual loop calculations
Examples
Example: Return the previous bar current trade range
CopyVB.NET
plot = price.TradeRange(1)