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