복합지표 추가

This commit is contained in:
Macbook
2026-06-11 22:53:19 +09:00
parent 280c187021
commit 05c15ec92b
17 changed files with 817 additions and 77 deletions
+3
View File
@@ -0,0 +1,3 @@
/** 전략 DSL 노드 id — 순환 import 방지를 위해 별도 모듈 */
let _cnt = 0;
export const genId = () => `n_${++_cnt}_${Date.now()}`;