Modifier and Type | Method and Description |
---|---|
double |
getIndex()
(Highstock) The point index which indicator calculations will base.
|
double |
getPeriod()
(Highstock) The base period for indicator calculations.
|
String |
getVolumeSeriesID()
(Highstock) The id of volume series which is mandatory.
|
void |
setIndex(double value)
(Highstock) The point index which indicator calculations will base.
|
void |
setPeriod(double value)
(Highstock) The base period for indicator calculations.
|
void |
setVolumeSeriesID(String value)
(Highstock) The id of volume series which is mandatory.
|
double getIndex()
void setIndex(double value)
double getPeriod()
void setPeriod(double value)
@Nullable String getVolumeSeriesID()
void setVolumeSeriesID(String value)
Copyright © 2020. All rights reserved.