전략알림 수정
This commit is contained in:
@@ -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 래퍼 탐색 */
|
||||
|
||||
Reference in New Issue
Block a user