Constructor
new module:caplin/chart/study/Factory()
Methods
-
(static) createStudy(alias, derivationParams, listener, configOverridesopt) → {module:caplin/chart/Study}
-
Instantiates a new study object based on the provided alias.
Parameters:
Name Type Attributes Description alias
Object The Study alias. derivationParams
Object Study options. listener
Object The listener for study data. configOverrides
Object <optional>
Configuration passed from the descendant class upon instantiation. Throws:
-
if the study alias is invalid.
Returns:
The study object. -