Returns the trade range (high - low)
Declaration Syntax
Visual Basic |
Public Function TradeRange As Single
Return Value
Returns the high - low.
Remarks
Not used during manual loop calculations
Examples
Example: Return the current trade range
CopyVB.NET
plot = price.TradeRange