Navigation: Function Reference > User Script Functions > Symbol.low()

Symbol.low()

Top  Previous  Next

Symbol.low( offset: Integer ) : Double;

Symbol.low : TEStream;

 

If called with an offset, returns the low price value (as a double) as of that offset. If called with no offset then returns the low price stream for the driving symbol.

 

Parameters

 

offset

integer value (0 or negative offset into stream)

 

 

myPrice := Symbol.low(-10);

myStream := Symbol.low;