添加新的策略
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user