setShift()

Sets the offset of the buffer data display line
setShift(shift:int)

Parameters

Name Type Действие Значение по умолчанию
shift int Offset value in bars

Return value

A reference to an object of type Buffer for a chain of calls

Example

bufferLine1.setShift(12);
bufferLine2.setShift(-12);