Displacement
Previous Topic  Next Topic 

Definition

An offset value that shifts the plotted value of an indicator.


Property Value

A int value that represents the number of bars ago


Syntax

Displacement


Examples

// Plots the indicator value from 2 bars ago on the current bar
Displacement = 2;