candle_count 값을 202로 수정하고, SMA 관련 조건 메시지 포맷 개선

This commit is contained in:
2025-12-22 22:13:03 +09:00
parent 054d19511d
commit 639db8ada5
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"symbols_file": "config/symbols.txt",
"symbol_delay": 1.0,
"candle_count": 201,
"candle_count": 202,
"buy_check_interval_minutes": 240,
"stop_loss_check_interval_minutes": 60,
"profit_taking_check_interval_minutes": 240,