fixed: assign drawIndicatorsOnChart to window so it can be called from chart.js
This commit is contained in:
@ -23,6 +23,8 @@ window.renderIndicatorList = function() {
|
|||||||
window.initIndicatorPanel = initIndicatorPanel;
|
window.initIndicatorPanel = initIndicatorPanel;
|
||||||
window.addIndicator = addIndicator;
|
window.addIndicator = addIndicator;
|
||||||
window.toggleIndicator = addIndicator;
|
window.toggleIndicator = addIndicator;
|
||||||
|
window.drawIndicatorsOnChart = drawIndicatorsOnChart;
|
||||||
|
window.updateIndicatorCandles = drawIndicatorsOnChart;
|
||||||
|
|
||||||
window.IndicatorRegistry = IndicatorRegistry;
|
window.IndicatorRegistry = IndicatorRegistry;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user