getStock52WeekLowLine()

This method returns the object ID of the 52-week low line that may appear in a stock graph.

Syntax:

IdentObj getStock52WeekLowLine();

Example:

setDisplay(getStock52WeekLowLine(),true);
setGraphType(73);
setStock52WeekLowValue(10.0);

stock graph

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


WebFOCUS