getStockMALine()

This method returns the object ID of the moving average line that may appear in a stock graph.

Syntax:

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

where:

s

Is an optional series number.

g

Is an optional group number.

Example:

setDisplay(getStockMALine(),true);
setGraphType(84);

stock graph

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


WebFOCUS