getStockRisingRiser()

This method returns the object ID of rising risers in a stock graph. Specify a series (s) and group (g) number to get the rising riser for a particular series and group.

Syntax:

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

where:

s

Is an optional series number.

g

Is an optional group number.

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


WebFOCUS