What does >> actually do to a number? Thanks.
Size:
Color:
Please strike F11 in Wealth-Lab to open the QuickRef tool and navigate to "DataSeries Object" to read the description.
Size:
Color:
Just found this in he Programming Guide:
How to: Offset or Delay a DataSeries
You can offset a DataSeries to the right (delay) or to the left (advance) using the shift
operators >> and <<, respectively, followed by an integer number of bars required for the
offset. On one end of the series, values are shifted "out of the chart", whereas zeroes
are shifted into the series at the other extreme. Delaying a DataSeries is very useful in
calculations that require a look-back Period as in
Advancing (<<) a DataSeries generally implies usage of future data (peeking),
and therefore advanced offset series should not be used in Strategy trading
rules.
Size:
Color: