getStockCloseTick()

This method returns the object ID of the close ticks that may appear in a stock graph.

Syntax:

IdentObj getStockCloseTick();
IdentObj getStockCloseTick(int s, int g);

where:

s

Is an optional series number.

g

Is an optional group number.

Example:

setGraphType(76);
setDisplay(getStockCloseTick(),false);

stock graph

See getStock52WeekHighLine(), getStockFallingRiser(), getStockHighLine(), getStockLowerRiser(), getStockLowLine(), getStockMALine(), getStockOpenTick(), getStockRiser(), getStockRisingRiser(), getStockVolumeRiser().


WebFOCUS