Updated configuration.properties (markdown)
parent
4a7ee477b8
commit
25ea039597
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue