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