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
@@ -2,7 +2,7 @@
param(
[string]$TaskName = "TradeBot PyTorch Forecaster Retrainer",
[int]$EveryHours = 6,
[string]$Symbols = "BTCUSDT,ETHUSDT,SOLUSDT",
[string]$Symbols = "BTCUSDT,ETHUSDT,SOLUSDT,LTCUSDT",
[int]$Limit = 1000,
[int]$Horizon = 0,
[string]$Features = "",