Gunbot Shop › Gunbot Forum › Javieralv
Gunbot v21.6.8 – Stable preview
– Fix an undefined variable at bf
Gunbot v21.6.7 – Stable preview
– Extend LEVERAGE by api from MM strats to all futures strats at bf.
– Make LEVERAGE by api optional: if you dont set it in pairs override it uses what you set at bf websites.
– Possible fix for sga dashboard pnl.
Gunbot v21.6.6 – Stable preview
– Fix leverage parsing for bf
Gunbot v21.6.5 – Stable preview
– Fix leverage erroring out at bf.
– Set lastPrice vs Mark Price for bf and ftx.
Gunbot v21.6.4 – Stable preview.
– Add “LEVERAGE” by api for binance futures: set “LEVERAGE”: 125 in your pair override to change it via api.
– Implement TENKAN/TENKAN strategy for futures markets: set BUY_METHOD and SELL_METHOD “TENKAN” in your strategy or pair override and the bot will follow same logic than DCA_TENKAN. LONG entries are given when TENKAN crosses down body candles below the KUMO. SHORT entries are given when TENKAN crosses up candles body above the KUMO. CLOSE positions are triggered when TENKAN crosses body candles AND ROE_SCALPER is done.
– Implemented a dedicated tab for this strategy in our GUI with relevant settings, just create a new strategy with buy/sell methods TENKAN and fill in the values. Only values you see in the gui/tenkan are active for this strategy. ROE, ROE_LIMIT and DCA_PERC as in EWO. If you want you can also use ROE_SPREAD.
– Fx for pnl gui calculation for spot and futures: tested on binance, ftx spot, ftx futures, binance futures. Suggested to stop the bot, delete json files and restart the bot with the new functions. Telegram bot should show the same values you see in GUI. Spot PNL formula is identical to FTX pnl formula, i’m open to any suggestion. Feedbacks needed.
– Fix MOC not being respected in coin-m short dca.
– Change from filled_size to trade_size at beaxy trading history to avoid a cumulative amount.
– Fix tenkan dca not respecting MOC.
– Fixes BUSD-BTC pair for bf.
– Fix 1scalp strategy going above MOC and then firing reductions: we stop before MOC exceed.
– Set gui default value for binance futures safety timer to 30 (minutes).
– SGA: fix case that could prevent the first ct sell to not fire.
– spotGridAdvanced: small refactor of conditions to start.
Gunbot v21.6.2
– add MOC to DCA_METHOD tenkan.
– Fix break even price dropping to 0 after a partial sell below break even, in case keep quote is used.
– AutoConfig: fix long standing bug in noCrossOver check. Now crossover checks are done between pairs passed filters and config pairs, as well well as a check against crossover within the pairs that passed filters.
– AutoConfig: randomize order of pairs that passed all filters in an addPairs job, to prevent adding the same pair over and over in case free pair slots are limited.
Gunbot v21.6.1
– Unlocking trades for first time SAFETY_TIMER users.
Gunbot v21.6.0 – Mandatory update for all binance futures USDT-m users
– The NEW_QUARTER contracts broken ccxt.pro. Please stop your bots if you are trading USDT-M pairs at bf and update to this build.
– v21.5.9 safety check for bf USDT-M trading history isnt enough: implement SAFETY_TIMER.
Instructions: the bot is smart and it can understand if bf api is returning correct trading history, if not: a safety timer triggers at every order and waits until it expires or until bf api returns correct trading history.
– To set the safety timer add this to your strategy or pair override: “SAFETY_TIMER”: 300.
– It is in seconds, i suggest you to set at least 25 minutes.
– To totally disable this feature, ignore that setting (do not add it to your strategy) or set it “SAFETY_TIMER”: 0.
Gunbot v21.5.9
– Features in case binance futures api issues happen:
– Strategy EWO: Fix for send long/short orders.
– Strategy TENKAN DCA for all strategies.
– Strategy PULLBACK: identical to EWO, close logics are not affected by the lockdown.
– Strategy MOTO: identical to EWO, close positions functions are not affected by the lockdown.
– Strategy FIBONACCI: identical to EWO, close positions functions are not affected by the lockdown.
– Strategy SUPPORT/RESISTANCE: identical to EWO, take in consideration supres timer is already locking trades based on that setting, this extra check is on top of the timer (it means it double checks only when your personal timer is expired). Close position orders are not affected.
– Strategy GRID: identical to EWO, last buy and last sell rates are stored from the fired order internally if the Margin Availability changed. GRID does not provide any close position method.
– All ROE close, reductions, stop loss orders are not affected by this hack
– Strategy ONESCALPER: identical to EWO, locks on top of one scalper timer if the trading history is not coming, roe scalper and close positions are not affected, add to position when roe is positive is affected by this lockdown.
– All ROE_SPREAD functions are affected by this lockdown.
– Strategy FUTURESGRID: identical to EWO, close position is not affected
– Ftx beaxy trading history
– Limits GUI last order notifications to orders that happened in the last hour
Gunbot v21.5.8
– Initial porting of “Gekko” bot algo to calculate pnl
– Ftx walletBalance/marginBalance attempt to make it identicaly to bf.
– Fix crash in strategy editor when DCA_METHOD was expected, but not present in strategy.
– spotGridAdvanced: block CT buy trades in case they are above break even.
Gunbot v21.5.7
– Fix beaxy trading history
– Fix ftx walletBalance/availableMargin.
– Fix dca invest calc.
– Add funds reserve to SGA.
– Give DCA_METHOD a dropdown in strategy editor.
– Add support for FUNDS_RESERVE to spotGridAdvanced. If base balance minus planned buy amount is less than specified as reserve, no buy order will get placed.
Gunbot v21.5.6 Stable preview
– Fix HR reductions at bf.
– Fetch dashboard “du count” directly from spotGrid / spotGridAdvanced.
Gunbot v21.5.5 Stable preview
– Fix beaxy trading history.
Gunbot v21.5.4 Stable preview
– Separate PNL calculation of spotGridAdvanced from normal spot trading.
– Handle several edge cases regarding continuous trading start and order quantities.
Gunbot v21.5.3 Stable preview
– Fix ftx spot pnl.
– Remove XRP pairs from pair selection for binanceus.
– Fix issue with exporting safe config copy.