Skip to content

Commit

Permalink
Fix typos in tradebot doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexleventer authored and askmike committed Dec 14, 2017
1 parent 448900d commit 5cc98eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/commandline/tradebot.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ You can set Gekko up as a tradebot, this will instruct Gekko to:
- Run a strategy (in semi-realtime) over live market data.
- Automatically create buy/sell orders based on signals coming from the strategy.

*As with everything in Gekko, the tradebot will make decisions based on the by YOU selected/configured/created strategy. If you end up losing money you have no one to blame but yourself.*
*As with everything in Gekko, the tradebot will make decisions based on the selected/configured/created strategy. If you end up losing money, you have no one to blame but yourself.*

## Configuration

First set up Gekko for commandline usage (see [this document](./about_the_commandline.md) for details). After that configure the following plugins:
First, set up Gekko for commandline usage (see [this document](./about_the_commandline.md) for details). After that, configure the following plugins:

- `config.watch` - the market to trade on.
- `candleWriter` - (optional) also store market data to disk.
Expand All @@ -19,4 +19,4 @@ First set up Gekko for commandline usage (see [this document](./about_the_comman

Turn off the paperTrader (to not get conflicting profit reports).

Once done run Gekko in live mode.
Once done, run Gekko in live mode.

0 comments on commit 5cc98eb

Please sign in to comment.