From 1597a11e92f263147f186889271529da2d7e492a Mon Sep 17 00:00:00 2001 From: taniman Date: Thu, 14 Sep 2017 22:29:34 +0200 Subject: [PATCH] Updated ProxyBot PAIRS.properties (markdown) --- ProxyBot---PAIRS.properties.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/ProxyBot---PAIRS.properties.md b/ProxyBot---PAIRS.properties.md index 2ae767b..d777dd3 100644 --- a/ProxyBot---PAIRS.properties.md +++ b/ProxyBot---PAIRS.properties.md @@ -142,4 +142,23 @@ So when will we sell? Our gain was set at 2%! In a sudden movement the price goes down to 3.1% just like that. 3.7% - 3.1% = 0.6% -Our trialing profit was set at 0.5% and 0.6% is > 0.5% so enough risk. now we sell! \ No newline at end of file +Our trialing profit was set at 0.5% and 0.6% is > 0.5% so enough risk. now we sell! + +### How to disable Global sell only mode if BTC price has not reversed yet? +So you want it to start buying, even though the price is still in your not buy range for BTC drop? +You can turn off price drop trigger then set drop_recover_triger to a value that will reset the price. +On the next buy attempt, the btc price check will occure and then sell only mode will be disabled. + +Dont wanna change your super settings? Try this + +- Temporary manual override + - http://localhost:8081/settings/sellOnlyMode?type=&enabled=false + - This disables global sell only mode, but it will reactivate on next buy attempt if price is still below/above yor trigger + +- Manual FORCE override + - http://localhost:8081/settings/overrideSellOnlyMode?enabled=false + - sell only mode will not reactivate until you either reset this override or you restart proxy + +- Reset Manual FORCE override + - http://localhost:8081/settings/overrideSellOnlyMode + - or restart the proxy \ No newline at end of file