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 4, 2017
1 parent 0e43a2a commit a0603c0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Currently, the Arbitrager supports three exchanges operated in Japan.

- Bitflyer (Cash)
- Quoine (Leverage)
- Coincheck (Leverage)
- Coincheck (Cash, Leverage)

## How it works
1. Every 3 seconds, the Arbitrager fetches quotes from exchanges.
Expand Down Expand Up @@ -78,7 +78,15 @@ All configurations are stored in `config.json`.
|secret|string|BrokerAPI Secret|
|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. Currently, this option is not fully supported. Please do not change from the default values.|
|cashMarginType|Cash, MarginOpen, MarginClose, NetOut|Arbitrage order type. Not all options are supported for each exchange. See the table below.|

#### Supported cashMarginType

|Exchange|Supported option|
|--------|----------------|
|Bitflyer|Cash|
|Quoine|Netout|
|Coincheck|Cash, MarginOpen|

### Log files
All log files are saved under `logs` directory.
Expand Down

0 comments on commit a0603c0

Please sign in to comment.