Returns the net change vs the previous bar

Visual Basic |
Public Function NetChange As Single

Net change for previous bar.

Not used during manual loop calculations
Examples

Example: Return the current net change
CopyVB.NET

plot = price.netChange
