Ah awesome thanks for clarifying this.
Perhaps unrelated but not entirely sure..
Do you know how to make gunbot more sell happy, I have seen it go over step2 in the GUI green +1.3% or something similar then drop back without a sale, kida feels it needs baby sitting...
Maybe a slightly tweaked version "STDV": 1.9 would be more aggressive? I'm pretty sure EMA doesn't do anything I can pick up on, tried bbstepgain with 5 minute interval with EMA 1 + EMA 2 with:
2000/1000, 200/50, 4/2, also tried 8/4 really cannot notice any difference..
AVGPOINTS from default 250-15 still had missed sells now trieing this bbstepgain setting which either way it has to go up or sell but even this simply does not always detect quick enough:
Yesterday made a nice 5.6% sell with this config on poloniex:
By the way this is on topic..: Do you have the correct SMA EMA1, EMA2 and BB settings for Poloniex for me? It doen't quite look right..
And can't seem to find the post anymore..
"bbstepgain": {
"BTC_TRADING_LIMIT": 0.02,
"PERIOD": 5,
"HIGH_BB": -5,
"LOW_BB": 5,
"STDV": 2,
"SMAPERIOD": 360,
// even set it to 15 minute candles i see lol.. now returned to default 150 for bbstepgain
"SELLLVL1": 1,
"SELLLVL2": 0.9,
//have these higher noew but seeing it nicely uses what it needs from level 3 then sells im sticking with lover values that ensure a sell when it's in reach when it drops back it can buy again!
"SELLLVL3": 70,
//also varied using lower values for this as it might be selling faster if set to 10, don't think so..
"SELLLVL": 2,
"LASTPOINTS": 5, //toying aroind with more avg points like 10
"AVGPOINTS": 35,
// often have this around 50 or so 20 had it sell to early on an uptrend , but when debagging have set this to lover values like 15 which didn't make it anny more trigger happy when it comes to selling..
"AVGMINIMUM": 1e-8,
"EMA1": 4,
"EMA2": 2,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 75,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.02,
"MIN_VOLUME_TO_SELL": 0.0195
Currently checking out if this stepgain config works as intended and level one makes it sell and how it performs!