getStockVolumeRiser()

This method returns the object ID of volume risers in a stock graph. Use the group (g) parameter to get the object ID of volume risers for a particular group.

Syntax:

IdentObj getStockVolumeRiser();
IdentObj getStockVolumeRiser(int g);

where:

g

Is an optional group number.

Example:

setFillColor(getStockVolumeRiser(),new Color(255,0,0));
setGraphType(82);

bi-polar stock graph

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


WebFOCUS