Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoboHe committed Mar 9, 2018
1 parent 028a61e commit 50e8a27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
### Usage
* Command line help info.

```
```bash
python xtrader.py --help
usage: xtrader.py [-h] [-s SYMBOL] [-q QUANTITY] [-f FEE] [-p PROFIT]
[-pa PRICE_ADJUST] [-tc TRANSACTION_COUNT] [-rc ROBOT_COUNT]
Expand All @@ -33,7 +33,7 @@

* Install requirements.

```
```bash
cd ${xtrader}

sudo pip install -r requirements.txt
Expand All @@ -43,7 +43,7 @@
* Modify `API_KEY` and `API_SECRET` in `${xtrader}/conf/config.py`.
* Start XTrader.

```
```bash
cd ${xtrader}
python xtrader.py --symbol CNDBTC --quantity 130
2018-03-03 20:56:05,843 - XRobot0(CNDBTC) - INFO - [Start]Transaction1 is started.
Expand Down

0 comments on commit 50e8a27

Please sign in to comment.