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

Symbol.close()

Top  Previous  Next

Symbol.close( offset: Integer ) : Double;

Symbol.close : TEStream;

 

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

 

Parameters

 

offset

integer value (0 or negative offset into stream)

 

 

myPrice := Symbol.close(-10);

myStream := Symbol.close;