Enumeration AggregationType

Needs to determine the type of chart aggregation to be displayed.

Example

ChartIQ.setAggregationType(AggregationType.HEIKINASHI);

Enumeration Members

HEIKINASHI: "Heikin Ashi"
KAGI: "Kagi"
LINEBREAK: "Line Break"
RENKO: "Renko"
RANGEBARS: "Range Bars"
PANDF: "Point & Figure"

Generated using TypeDoc