TradingView K线图添加初始化的折线

vue中使用TradingView --3 添加系统内置的折线图

在 onChartReady中调用 createStudy 

如添加MA交叉线

this_vue.chart.onChartReady(function() {
    this_vue.chart.chart().createStudy('MA Cross', false, false, [30, 120])
})



相关文章:

  • 2021-03-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-11-14
猜你喜欢
  • 2022-01-26
  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
  • 2021-11-09
  • 2022-12-23
  • 2021-08-17
相关资源
相似解决方案