Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Kubrakov committed Dec 3, 2017
1 parent 6c1d528 commit 4c55d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ You are welcomed to fork or/and contribute.
- Running an indicator on a testbed `http://localhost:3026/indicator/testbed?name=trima&market=USDT-BTC&interval=30`
- Test a strategy on a testbed data `http://localhost:3026/strategy/test?market=USDT-BTC&strategy=dip`

### Find the best peroforming strategy params
### Find the best performing strategy params

- Execute `curl "http://localhost:3026/strategy/supertest?market=btcfct1&strategy=dip"`
- Find the best performing setup in server logs output.
- Copy `CSV` output into docs/heatmap.csv replacing the contents starting from the second line (to preserve the header).
- Copy the `CSV` output into docs/heatmap.csv replacing the contents starting from the second line (to preserve the header).
- Open the file in Excel and apply Color Scale format.
![heatmap](docs/heatmap.png)

Expand Down

0 comments on commit 4c55d23

Please sign in to comment.