Skip to content

Commit

Permalink
rolback on removing MD whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaker committed Mar 27, 2019
1 parent 1e37d8c commit 753b03d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/telegram-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Prevents the bot from opening new trades by temporarily setting "max_open_trades
After this, give the bot time to close off open trades (can be checked via `/status table`).
Once all positions are sold, run `/stop` to completely stop the bot.

`/reload_conf` resets "max_open_trades" to the value set in the configuration and resets this command.
`/reload_conf` resets "max_open_trades" to the value set in the configuration and resets this command.

!!! warning
The stop-buy signal is ONLY active while the bot is running, and is not persisted anyway, so restarting the bot will cause this to reset.
Expand Down Expand Up @@ -167,7 +167,7 @@ Day Profit BTC Profit USD

Shows the current whitelist

> Using whitelist `StaticPairList` with 22 pairs
> Using whitelist `StaticPairList` with 22 pairs
> `IOTA/BTC, NEO/BTC, TRX/BTC, VET/BTC, ADA/BTC, ETC/BTC, NCASH/BTC, DASH/BTC, XRP/BTC, XVG/BTC, EOS/BTC, LTC/BTC, OMG/BTC, BTG/BTC, LSK/BTC, ZEC/BTC, HOT/BTC, IOTX/BTC, XMR/BTC, AST/BTC, XLM/BTC, NANO/BTC`
### /blacklist [pair]
Expand All @@ -177,7 +177,7 @@ If Pair is set, then this pair will be added to the pairlist.
Also supports multiple pairs, seperated by a space.
Use `/reload_conf` to reset the blacklist.

> Using blacklist `StaticPairList` with 2 pairs
> Using blacklist `StaticPairList` with 2 pairs
>`DODGE/BTC`, `HOT/BTC`.
### /edge
Expand Down

0 comments on commit 753b03d

Please sign in to comment.