Add probabilistic multi-horizon Torch forecaster
This commit is contained in:
@@ -266,6 +266,8 @@ class CryptoSpotBot:
|
||||
forecasts[symbol] = self.forecaster.forecast(
|
||||
self.market.candles.get(symbol, []),
|
||||
symbol=symbol,
|
||||
market_candles=self.market.candles,
|
||||
trend_candles=self.market.trend_candles.get(symbol, []),
|
||||
).as_dict()
|
||||
self.market.forecasts = forecasts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user