지표탭 추가 수정

This commit is contained in:
Macbook
2026-05-27 13:16:02 +09:00
parent c72b987ff7
commit f22abbdc19
14 changed files with 505 additions and 76 deletions
@@ -41,4 +41,7 @@ public class CandleBarDto {
* "BUY" | "SELL" | "NONE" (null 이면 전략 체크 미설정)
*/
private String signal;
/** 시그널이 발생한 평가 분봉 (예: 1m, 3m, 5m) */
private String candleType;
}