Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrinjani committed Nov 6, 2017
1 parent ec5d57a commit 13e520e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ All configurations are stored in `config.json`.
|maxSize|number|Maximum BTC size to be sent to a broker.|
|minSize|number|Minimum BTC size to be sent to a broker.|
|minTargetProfit|number|Minimum profit in JPY to try to arbitrage.|
|minTargetProfitPercent|number|Minimum profit percentage against notional to try to abitrage. Profit percentage against notional is calculated by `100 * profit / (MID price * volume)`. |
|minTargetProfitPercent|number|Minimum profit percentage against notional to try to abitrage. Profit percentage against notional is calculated by `100 * profit / (MID price * volume)`. When both minTargetProfit and minTargetProfitPercent is greater than zero, both are evaluated, meaning larger one will be effective.|
|iterationInterval|Millisecond|Time lapse in milliseconds of an iteration. When it's set to 3000, the quotes fetch and the spreads analysis for all the brokers are done every 3 seconds|
|positionRefreshInterval|Millisecond|Time lapse in milliseconds of position data refresh. Position data is used to check max exposure and long/short availability for each broker.|
|sleepAfterSend|Millisecond|Time lapse in milliseconds after one arbitrage is done.|
Expand Down

0 comments on commit 13e520e

Please sign in to comment.