Skip to content

Commit

Permalink
Merge pull request #203 from rayures/patch-1
Browse files Browse the repository at this point in the history
typo's
  • Loading branch information
Erwin Hoeckx authored Jul 29, 2021
2 parents 11c21f6 + 4e7800e commit e2ce8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 myconfig.json
cp backtests/binance/XLMUSDT/plots/{date}/live_config.json configs/live/myconfig.json
```

## Starting the bot
Expand All @@ -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/mycnfig.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
Expand Down

0 comments on commit e2ce8df

Please sign in to comment.