-
-
Method Summary
Modifier and Type Method Description static DMIinstantiate()StringgetJsBase()voidadxPeriod()Getter for the ADX period. DMIadxPeriod(Number period)Setter for the ADX period. BaseadxSeries()Getter for the indicator ADX series instance. DMIadxSeries(StockSeriesType type)Setter for the indicator ADX series type. DMIadxSeries(String type)Setter for the indicator ADX series type. BasendiSeries()Getter for the indicator -DI series instance. DMIndiSeries(StockSeriesType type)Setter for the indicator -DI series type. DMIndiSeries(String type)Setter for the indicator -DI series type. BasepdiSeries()Getter for the indicator +DI series instance. DMIpdiSeries(StockSeriesType type)Setter for the indicator +DI series type. DMIpdiSeries(String type)Setter for the indicator +DI series type. voidperiod()Getter for the period. DMIperiod(Number period)Setter for the period. voiduseWildersSmoothing()Getter for the Wilders smoothing. DMIuseWildersSmoothing(Boolean enabled)Getter and setter for the Wilders smoothing. -
-
Constructor Detail
-
DMI
DMI(String jsChart)
-
-
Method Detail
-
instantiate
static DMI instantiate()
-
adxPeriod
void adxPeriod()
Getter for the ADX period.
-
adxSeries
DMI adxSeries(StockSeriesType type)
Setter for the indicator ADX series type.
-
ndiSeries
DMI ndiSeries(StockSeriesType type)
Setter for the indicator -DI series type.
-
pdiSeries
DMI pdiSeries(StockSeriesType type)
Setter for the indicator +DI series type.
-
period
void period()
Getter for the period.
-
useWildersSmoothing
void useWildersSmoothing()
Getter for the Wilders smoothing.
-
useWildersSmoothing
DMI useWildersSmoothing(Boolean enabled)
Getter and setter for the Wilders smoothing.
-
-
-
-