전략알림 수정

This commit is contained in:
Macbook
2026-05-27 16:51:57 +09:00
parent d7ceb8cbfd
commit aca895e9fd
13 changed files with 701 additions and 123 deletions
@@ -107,7 +107,8 @@ public class StrategyTriggerBranchEvaluator {
return new BranchScope("SINGLE", List.of(new BranchDef(ct, sub != null && !sub.isNull() ? sub : node)));
}
return new BranchScope("SINGLE", List.of(new BranchDef("1m", node)));
String inferred = StrategyDslTimeframeNormalizer.inferPrimaryCandleType(node);
return new BranchScope("SINGLE", List.of(new BranchDef(inferred, node)));
}
/** 레거시 DSL — 루트가 TIMEFRAME이 아닐 때 하위 TIMEFRAME 래퍼 탐색 */