Hi,
Can anyone help me out on why my GB is doing this.
happens often with pumping coins.
top line in table below is a rebuy, usually after 5 minutes after sell, at a price higher than the last sell and generally at the top of a pump.
Definitely not at low BB price and either near or out of the top BB.
CLOSED DATE OPENED DATE TYPE BID/ASK UNITS FILLED LSK UNITS TOTAL LSK ACTUAL RATE COST / PROCEEDS
08/27/2017 12:31:59 AM 08/27/2017 12:31:59 AM Limit Buy 0.00136900 7.30460189 7.30460189 0.00136899 -0.01002498
08/27/2017 12:26:18 AM 08/27/2017 12:26:18 AM Limit Sell 0.00135558 7.48775648 7.48775648 0.00135999 0.01015789
08/26/2017 08:06:06 AM 08/26/2017 08:06:06 AM Limit Buy 0.00133555 7.48755194 7.48755194 0.00132979 -0.00998183
running this config on all pairs: (EMA config recommended by Gunthy on github for bittrex EMA error meesage)
"strategies": {
"bb": {
"BTC_TRADING_LIMIT": 0.01,
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 1.5,
"HIGH_BB": 39,
"LOW_BB": 31,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"EMA1": 200,
"EMA2": 50,
"MIN_VOLUME_TO_BUY": 0.001,
"MIN_VOLUME_TO_SELL": 0.0005
Anyone know how to fix or if needs submitting as a bug?
Cheers