添加新的策略

This commit is contained in:
jackyu66git
2026-01-27 16:02:55 +08:00
parent 94f7c022c0
commit 2af660b1dc
11 changed files with 1023 additions and 12 deletions
+3 -2
View File
@@ -5885,8 +5885,9 @@
const defaultMAs = [
{ type: 'EMA', length: 52, color: '#800080', name: 'EMA52' }, // 紫色
{ type: 'EMA', length: 24, color: '#008000', name: 'EMA24' }, // 深绿色
{ type: 'SMA', length: 30, color: '#FF8C00', name: 'SMA30' }, // 橙色
{ type: 'SMA', length: 250, color: '#1E90FF', name: 'SMA250' } // 蓝色
{ type: 'EMA', length: 104, color: '#FF8C00', name: 'EMA104' }, // 橙色
{ type: 'EMA', length: 156, color: '#1E90FF', name: 'EMA156' }, // 蓝色
{ type: 'EMA', length: 208, color: '#1F004F', name: 'EMA312' } // 蓝色
];
defaultMAs.forEach(ma => {