Gunbot Shop › Gunbot Forum › Javieralv
Gunbot v21.8.3 – Stable preview
– Gunbot announces partnership with Bybit and Huobi exchanges.
– Fixes to spot exchanges PNL for not sga strategies (for both gui and telegram).
– Fix futures_gunthy trading history order amounts being always null.
– Set back MOTO dca to its native behaviour.
– “SGA trend”: Add two more scenarios that flag the end of a bullish market.
– Add several more bullish scenarios to “sga trend”.
Due to this upgrade, a sync of etherscan and basically every ethereum client is needed in order to see new blocks data.
Gunbot v21.8.2 – Stable preview
– Migrate all users to serverless license verification: if our license server is down your bot will keep working, rather a new or already running bot.
Actual limitation to this: you won’t be able to change api keys or wallet address while the license server is down. You will have to wait it goes up again.
Etherscan can go down too: while we have observed they go up again pretty quickly, it is my intention to code a fallback for that in the future.
– Add 3 alternate bullish scenarios for “sga trend”. No settings changes.
– Add several scenarios that flag the end of a bullish market, for use with trend options in spotGridAdvanced. No settings changes needed.
– “Sga trend”: improve indicator lookback conditions, add another bullish scenario.
Gunbot v21.8.1 – Stable preview
– fix telegram and technical indicators libraries for newly upgraded modules.
– fix dashboard crash.
– Hide unused buy line in chart for spotgrid family
– Update tooltip for max open contracts
– New strategy options for spotGridAdvanced:
TREND_OPEN: ‘Only allow opening a new position when trend is bullish’
TREND_BLOCK_DCA: ‘No DCA orders allowed when trend not bullish’
TREND_LOWER_DCA: ‘Use double DCA distance when trend not bullish’
‘Trend’ is monitored using various EMAs and indicators on both the 4h and 15m charts, using candle close data.
The strategy itself does not need to run on either of these chart periods.
The exact conditions will not be disclosed.
Gunbot v21.8.0 – Stable preview
– Take off Kucoin api response from console log.
– Fix sup/res flipping instead of closing.
– Fix multiple dca on futures,
– Fix a promise rejection at beaxy.
– Fix of fg margin strat by default.
– Fix kraken precision for USDT-BTC pair.
– Fix parsing of pairs at ftx spot market.
– AutoConfig: fix ftx pair names in jobs that use ticker data
Gunbot v21.7.9 – Stable preview
– Fix DCA_METHOD tenkan for coin-m.
– Enforce kucoin api v2: by 1st of May you wont be able to use api v1 anymore at kucoin, if you didn’t yet, upgrade your api keys now so we have plenty of time to double check everything is working as expected. Remember the api passphrase will change too: update it in gunbot soon as you can.
– Kumex is going down by 1st of May as well: soon(TM) kucoin futures available in Gunbot.
Gunbot v21.7.8 – Stable preview
– Fixes for gui and telegram pnl.
– Fix an issue that would prevent dca method tenkan to fire.
– Add CT_RESTART_MULTIPLIER parameter to control how far above last sell rate CT should ‘restart’ and place another buy order.
Gunbot v21.7.7 – Stable preview
– Fix an issue that would trigger a double order with dca method tenkan.
– Increase decimals digits for more telegram alerts readability.
Gunbot v21.7.6 – Stable preview
– Allowing limit/market orders for ALL tenkan dca orders, native or not.
– Add bid/ask spread value to dca_spread for people that want to use tiny dca% values (else they might trigger at each new “close” value)
You actually NEED to specify you want MARKET_BUY/MARKET_SELL orders with native/tenkan dca methods, so if you were using ewo, tenkan, MM_TENKAN and you want to keep using market orders for dca, set MARKET_BUY/MARKET_SELL true in your strategy or pair overrides
Gunbot v21.7.5 – Stable preview
– Fixes for gui and telegram pnl.
– Implement limit orders for DCA_METHOD “TENKAN”: set MARKET_BUY and/or MARKET_SELL in your strategy or pair override and dca orders with TENKAN method will fire at market, else at limit.
– Reset TENKAN trigger if TENKAN is crossing back candles bodies and we didn’t close yet or the next TENKAN cross might just close at “ROE” without any scalping.
– Disable roe scalper function for EWO, 1scalp, TENKAN/TENKAN, MM_TENKAN: they got their own already.
> The above doesnt mean those strategies will not use roe scalper: it was just a double entry of normal roe trailing/row scalper entering before native method, keep using those strategies as you always did till now.
Gunbot v21.7.4 – Stable preview
– Fix an issue that would discard orders with an identical order id at binance.
Gunbot v21.7.3 – Stable preview
– Fixes for gui and telegram pnl.
– CloudFlare fix.
Gunbot v21.7.2 – Stable preview
– Fix binance futures dashboard history values being all zero values.
– Fixes for gui and telegram pnl.
– Allow use MM_TENKAN in Market Maker bot.
Gunbot v21.7.1 – Stable preview
– Fix NaN values in telegram bot messages
– Disable web preview in telegram bot messages.
– Fix a case that could crash the gui when fetching pair list from exchange
Gunbot v21.7.0 – Stable preview
– Some more love to gui/pnl page and telegram notifications.
– Add INSTANCE_NAME to global settings page in gui.
– Fix ct start.
Gunbot v21.6.9 – Stable preview
– Fix NaN% values in Telegram bot notifications.