Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multisim sweeping in ppss.yaml. #917

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix multisim sweeping in ppss.yaml.
  • Loading branch information
calina-c committed Apr 19, 2024
commit d0671531bc368f635059bc17362fd106a3c5e825
10 changes: 7 additions & 3 deletions ppss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,15 @@ multisim_ss:
- trader_ss.buy_amt: 1000 USD, 2000 USD
- predictoor_ss.aimodel_ss.max_n_train: 500, 1000, 1500
- predictoor_ss.aimodel_ss.autoregressive_n: 1, 2
- predictoor_ss.aimodel_ss.input_feeds:
- predictoor_ss.feeds:
-
- binance BTC/USDT c 5m
- predict: binance BTC/USDT c 5m
train_on:
- binance BTC/USDT c 5m
-
- binance BTC/USDT ETH/USDT c 5m
- predict: binance BTC/USDT ETH/USDT c 5m
train_on:
- binance BTC/USDT ETH/USDT c 5m
# -
# - binance BTC/USDT c 5m
# - kraken BTC/USDT c 5m
Expand Down
Loading