3.9.20.1Loading an indicator study (replacing all existing indicators)

You can load an existing indicator study onto a chart using command: "load-indicator-study". This removes all existing indicators and replaces them with the study. For example:

Framework.ChartChange({

mode: "active", // or "all", or "single" plus a .chartId value

command: "load-indicator-study",

studyName: "My saved indicator study"

});