-
-
Method Summary
Modifier and Type Method Description static Arooninstantiate()StringgetJsBase()BasedownSeries()Getter for the indicator Down Series instance. AroondownSeries(StockSeriesType type)Setter for the indicator Down Series type. AroondownSeries(String type)Setter for the indicator Down Series type. voidperiod()Getter for the indicator period. Aroonperiod(Number period)Setter for the indicator period. BaserangeSeries()Getter for the indicator Range Series instance. AroonrangeSeries(StockSeriesType type)Setter for the indicator Range Series type. AroonrangeSeries(String type)Setter for the indicator Range Series type. BaseupSeries()Getter for the indicator Up Series instance. AroonupSeries(StockSeriesType type)Setter for the indicator Up Series type. AroonupSeries(String type)Setter for the indicator Up Series type. -
-
Constructor Detail
-
Aroon
Aroon(String jsChart)
-
-
Method Detail
-
instantiate
static Aroon instantiate()
-
downSeries
Base downSeries()
Getter for the indicator Down Series instance.
-
downSeries
Aroon downSeries(StockSeriesType type)
Setter for the indicator Down Series type.
-
downSeries
Aroon downSeries(String type)
Setter for the indicator Down Series type.
-
period
void period()
Getter for the indicator period.
-
rangeSeries
Base rangeSeries()
Getter for the indicator Range Series instance.
-
rangeSeries
Aroon rangeSeries(StockSeriesType type)
Setter for the indicator Range Series type.
-
rangeSeries
Aroon rangeSeries(String type)
Setter for the indicator Range Series type.
-
upSeries
Aroon upSeries(StockSeriesType type)
Setter for the indicator Up Series type.
-
-
-
-