Updated ProxyBot PAIRS.properties (markdown)
parent
5112f523e3
commit
1597a11e92
|
@ -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!
|
||||
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
|
Loading…
Reference in New Issue