From 4e7800e7f6d7508881d7214be3c08665145b59fb Mon Sep 17 00:00:00 2001 From: Erwin Hoeckx Date: Thu, 29 Jul 2021 20:22:04 +0200 Subject: [PATCH] Update walkthrough.md --- docs/walkthrough.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/walkthrough.md b/docs/walkthrough.md index 8cd4fc65d..78f1ea0fc 100644 --- a/docs/walkthrough.md +++ b/docs/walkthrough.md @@ -97,7 +97,7 @@ python3 backtest.py -u binance_01 -s XLMUSDT --start_date 2021-06-01T00:00 --end If you're happy with the config, copy it over to your live config file: ```shell -cp ./backtest/binance/XLMUSDT/plots/{date}/live_config.json ./configs/myconfig.json +cp backtests/binance/XLMUSDT/plots/{date}/live_config.json configs/live/myconfig.json ``` ## Starting the bot @@ -111,7 +111,7 @@ screen -S mypassivbot Once you're satisfied with the configuration, start the bot: ```shell -python3 start_bot.py binance_01 XLMUSDT ./configs/myconfig.json +python3 start_bot.py binance_01 XLMUSDT configs/live/myconfig.json ``` If the bot started succesfully, you should receive a message **Passivbot started!**. After this, you can disconnect