From 579957cd1247abe98be67cb3bca6a57ef271a0a8 Mon Sep 17 00:00:00 2001 From: Project Rinjani Date: Sat, 4 Nov 2017 13:58:52 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9198db69..6a707caf 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ All configurations are stored in `config.json`. |maxLongPosition|number|Maximum long position allowed for the broker.| |maxShortPosition|number|Maximum short position allowed for the broker| |cashMarginType|Cash, MarginOpen, MarginClose, NetOut|Arbitrage order type. Not all options are supported for each exchange. See the table below.| +|commissionPercent|number|Comission percentage for each trade. Commission JPY amount is calculated by `target price * target volume * (commissionPercent / 100)`. Arbitrager calculates expected profit by `inversed spread * volume - commission JPY amount`.| #### Supported cashMarginType