매수, 매도 색상 수정

This commit is contained in:
Macbook
2026-05-31 01:23:47 +09:00
parent ba4ef5e230
commit 9d7dddfa57
24 changed files with 573 additions and 441 deletions
@@ -1,3 +1,7 @@
/**
* 전략 편집기 DSL 직렬화 — DB 평가 원천은 buy/sell condition JSON 만.
* flow_layout 은 UI(좌표·START 메타); Logic Expression 은 저장하지 않음.
*/
import { normalizeLogicRootForPersistence } from './strategyConditionNormalize';
import type { LogicNode, ConditionDSL } from './strategyTypes';
import { generateNodeId } from './strategyTypes';