Add LTC to fixed Torch trading pairs

This commit is contained in:
Codex
2026-06-22 18:59:13 +03:00
parent 680475948b
commit 8ae6d4e3a5
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from dataclasses import dataclass
from pathlib import Path
FIXED_SPOT_SYMBOLS = ("BTCUSDT", "ETHUSDT", "SOLUSDT")
FIXED_SPOT_SYMBOLS = ("BTCUSDT", "ETHUSDT", "SOLUSDT", "LTCUSDT")
STRATEGY_MODES = {"legacy", "trend_macd", "torch_forecast"}