-
public class PriceChannels extends JsObject
Price Channels indicator class.
-
-
Constructor Summary
Constructors Constructor Description PriceChannels(String jsChart)
-
Method Summary
Modifier and Type Method Description static PriceChannelsinstantiate()StringgetJsBase()BasemiddleSeries()Getter for the indicator middle series instance. PriceChannelsmiddleSeries(StockSeriesType type)Setter for the indicator middle series type. PriceChannelsmiddleSeries(String type)Setter for the indicator middle series type. voidperiod()Getter for the period. PriceChannelsperiod(Number period)Setter for the period. BaserangeSeries()Getter for the indicator range series instance. PriceChannelsrangeSeries(StockSeriesType type)Setter for the indicator range series type. PriceChannelsrangeSeries(String type)Setter for the indicator range series type. -
-
Constructor Detail
-
PriceChannels
PriceChannels(String jsChart)
-
-
Method Detail
-
instantiate
static PriceChannels instantiate()
-
middleSeries
Base middleSeries()
Getter for the indicator middle series instance.
-
middleSeries
PriceChannels middleSeries(StockSeriesType type)
Setter for the indicator middle series type.
-
middleSeries
PriceChannels middleSeries(String type)
Setter for the indicator middle series type.
-
period
void period()
Getter for the period.
-
period
PriceChannels period(Number period)
Setter for the period.
-
rangeSeries
Base rangeSeries()
Getter for the indicator range series instance.
-
rangeSeries
PriceChannels rangeSeries(StockSeriesType type)
Setter for the indicator range series type.
-
rangeSeries
PriceChannels rangeSeries(String type)
Setter for the indicator range series type.
-
-
-
-