다중 시간봉 전략 설정기능 추가
This commit is contained in:
@@ -20,7 +20,7 @@ import {
|
||||
} from '../utils/strategyPresets';
|
||||
|
||||
// ─── 타입 ─────────────────────────────────────────────────────────────────────
|
||||
type LogicNodeType = 'AND' | 'OR' | 'NOT' | 'CONDITION';
|
||||
type LogicNodeType = 'AND' | 'OR' | 'NOT' | 'CONDITION' | 'TIMEFRAME';
|
||||
|
||||
interface ConditionDSL {
|
||||
indicatorType: string;
|
||||
|
||||
Reference in New Issue
Block a user