Returns the net change vs the previous bar
Declaration Syntax
Visual Basic |
Public Function NetChange As Single
Return Value
Net change for previous bar.
Remarks
Not used during manual loop calculations
Examples
Example: Return the current net change
CopyVB.NET
plot = price.netChange
See Also