1
0

feat: 实现基本的回测图表绘制

This commit is contained in:
2025-11-03 23:28:04 +08:00
parent f4fef2bd95
commit db8a094c8f
10 changed files with 560 additions and 60 deletions

View File

@@ -205,6 +205,16 @@
color: 'rgba(0,111,255,0.5)',
},
},
{
type: 'line',
yAxisIndex: 0,
data: '${sma60 || []}',
smooth: true,
symbol: 'none',
lineStyle: {
color: 'rgba(115,0,255,0.5)',
},
},
{
type: 'line',
yAxisIndex: 1,