Add trend MACD spot strategy
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
param(
|
||||
[string]$TaskName = "TradeBot PyTorch Forecaster Retrainer",
|
||||
[int]$EveryHours = 6,
|
||||
[string]$Symbols = "BTCUSDT,ETHUSDT,HYPEUSDT,SOLUSDT,LTCUSDT,XRPUSDT",
|
||||
[string]$Symbols = "BTCUSDT,ETHUSDT,SOLUSDT",
|
||||
[int]$Limit = 1000,
|
||||
[int]$FirstRunMinutes = 0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user