From 13e520e8c2a03e44a9204e86721dc3fbbb80b64a Mon Sep 17 00:00:00 2001 From: Project Rinjani Date: Mon, 6 Nov 2017 19:05:55 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fd011eb..1e0cf011 100644 --- a/README.md +++ b/README.md @@ -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.|