Updated configuration.properties (markdown)
parent
98136c1005
commit
4a7ee477b8
|
@ -1,17 +1,17 @@
|
|||
# Configuration Properties - A list of global proxy configurations
|
||||
# Configuration Properties - A list of global configurations
|
||||
|
||||
How should the proxy create sell orders
|
||||
How should the botcreate sell orders
|
||||
Defaults will keep coins on order book if the order cannot be filled completely
|
||||
`sell_fillOrKill = false`
|
||||
`sell_immediateOrCancel = true`
|
||||
|
||||
How should the proxy create buy orders
|
||||
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`
|
||||
|
||||
If the available balance of a coin is worth less than 0.00015 we return 0.
|
||||
This allows ProxyBot to make new buys for that coin
|
||||
This allows the bot to make new buys for that coin
|
||||
`hideDust = true`
|
||||
|
||||
Use test mode to setup and test new settings without actually buying/selling your coins
|
||||
|
|
Loading…
Reference in New Issue