You will use this factory if you are creating a new study that internally uses another study.
Attributes | Name and Description |
---|---|
|
caplin.chart.study.Factory()
|
Attributes | Name and Description |
---|---|
<static>
|
Object
createStudy(Object alias, Object derivationParams, Object listener, Object configOverrides)
Instantiates a new study object based on the provided alias. |
►
caplin.chart.study.Factory()
►
<static>
Object
createStudy(Object alias, Object derivationParams, Object listener, Object configOverrides)
Instantiates a new study object based on the provided alias.
Object | alias | The Study alias. |
Object | derivationParams | Study options. |
Object | listener | The listener for study data. |
Object | configOverrides | (optional) Configuration passed from the descendant class upon instantiation. |