vue中使用TradingView --3 添加系统内置的折线图
TradingView K线图添加初始化的折线在 onChartReady中调用 createStudy 如添加MA交叉线this_vue.chart.onChartReady(function() { this_vue.chart.chart().createStudy('MA Cross', false, false, [30, 120])})...
·
TradingView K线图添加初始化的折线

在 onChartReady中调用 createStudy
如添加MA交叉线
this_vue.chart.onChartReady(function() {
this_vue.chart.chart().createStudy('MA Cross', false, false, [30, 120])
})
更多推荐



所有评论(0)