Updated configuration.properties (markdown)

taniman 2017-10-18 22:06:29 +02:00
parent 4a7ee477b8
commit 25ea039597
1 changed files with 3 additions and 3 deletions

@ -1,14 +1,14 @@
# Configuration Properties - A list of global configurations
How should the botcreate sell orders
How should the bot create sell orders
Defaults will keep coins on order book if the order cannot be filled completely
`sell_fillOrKill = false`
`sell_immediateOrCancel = true`
`sell_immediateOrCancel = true` (advised)
How should the bot create buy orders
Defaults will keep coins on order book if the order cannot be filled completely
`buy_fillOrKill = false`
`buy_immediateOrCancel = true`
`buy_immediateOrCancel = true` (advised)
If the available balance of a coin is worth less than 0.00015 we return 0.
This allows the bot to make new buys for that coin