|
Navigation: Function Reference > User Script Functions > Symbol.high() Symbol.high() |
Top Previous Next |
Symbol.high( offset: Integer ) : Double;
Symbol.high : TEStream;
If called with an offset, returns the high price value (as a double) as of that offset. If called with no offset then returns the high price stream for the driving symbol.
Parameters
offset |
integer value (0 or negative offset into stream) |
myPrice := Symbol.high(-10);
myStream := Symbol.high;