7
« on: September 06, 2017, 06:03:37 AM »
"bbstepgain": {
"BTC_TRADING_LIMIT": 0.025,
"PERIOD": 15,
"HIGH_BB": 45,
"LOW_BB": -40,
"SELLLVL1": 0.6,
"SELLLVL2": 0.8,
"SELLLVL3": 70,
"SELLLVL": 2,
"LASTPOINTS": 7,
"AVGPOINTS": 275,
"AVGMINIMUM": 0.00000001,
"EMA1": 2000,
"EMA2": 1000,
"PANIC_SELL": false,
"DOUBLE_UP": true,
"STOP_LIMIT": 40,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0005,
"MIN_VOLUME_TO_SELL": 0.0005
},
i been testing and see how low is really low on LOW_BB
so far even at -40 there are about 110 buys a day, (21 pairs)
im trying to let my bot buys at really low and have it do really low number of trade a day, if there are ways thats better than having -100 LOW_BB please help me!!!
or am i not suppose to have negative numbers on LOW_BB? can zero work?
oh and also, even at the -40 LOW_BB it buys at the peak price, not when it dropped, its really frustrating when i can not understand its behavior with my current setting