From 4a7ee477b8b7a2d173afccdeab00ea51c0dc2932 Mon Sep 17 00:00:00 2001 From: taniman Date: Wed, 18 Oct 2017 22:05:51 +0200 Subject: [PATCH] Updated configuration.properties (markdown) --- configuration.properties.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.properties.md b/configuration.properties.md index d74d51c..b2a7cb1 100644 --- a/configuration.properties.md +++ b/configuration.properties.md @@ -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