Gunbot Shop › Gunbot Forum › Javieralv
Gunbot v23.1.1_beta
– Fix loading config loop.
Gunbot v23.1.0_beta
– Possible fix to infinite loading config loop.
– More changes to overview sidebar for okex spot, to make it show the common spot info.
– Fix disappearing buy target when using forever bags option in stepgrid.
– StepGrid: better work around exchanges not sending up to date orders info, to hopefully prevent bursts of unintended orders.
– Stepgrid fix for bursts orders at OKEx to gunbot core.
Gunbot v 23.0.9 beta
– Fix an issue with config files sanity check.
– Fix okex sidebar.
Gunbot v23.0.8 beta
– Possible fix for beaxy trading history.
– Fix kraken pairs.
– Gui overview sidebar: fix break even price appearing as truncated numbers in scientific notation.
– Fix (new) order notification contents
– AutoConfig: add option to load custom data from a JSON file, contents can be accessed with this.pair.userData in filters, and other places where custom code is possible. Custom data must be in a file called acUserData.json in the gunbot root folder. This can be useful if you have an external application providing market data you would like to use in AutoConfig. If you can make the data available as a JSON file, you can use it
– stepGrid: fix a case where it tried to sell more units then it has
– Fix sorting problem in markets sidebar, for ftx perpetuals.
– Refactor GUI notifications using new framework.
– Add GUI notification that alerts when a fallback config is in use. And some small fixes in data collection for GUI.
– Attempt to fix gunbot crashing because corrupted config files and/or null values by using a fallback config and notifying the user.
Gunbot v23.0.7 beta
– Makes BUY_ENABLED/SELL_ENABLED available for futures GRID strategy.
– Possible fix to telegram bot pnl notifications for futures markets.
– Makes XTREND available in state file.
– Fix AC tickers collection for okex5.
Gunbot v23.0.6 beta
– Fix for fees in ZyABP.
Gunbot v23.0.5 beta
– Fix AXS, WBTC and AUD pairs at kraken.
– Fix MM local license verification
– FuturesGrid: fix issue that prevented some coin-m markets from DCAing the expected number of times.
Gunbot v23.0.4 – Stable patch release.
Completed migration to OKEx v5 api: please use “okex5” in your config instead of “okex3”.
– Completed migration to beaxy api endpoints tradewith.beaxy
– Add AUD base and the following new listed coins to Kraken:
‘BADGER’,
‘CTSI’,
‘LRC’,
‘WBTC’,
‘ASX’,
‘CHZ’,
‘OGN’,
‘PERP’,
‘KAR’,
‘BAND’,
‘INJ’,
‘MIR’,
‘1INCH’,
– Use ask instead of bid for triggering stepgrid trailing buy orders.
– Simplify stepgrid trailing code.
– Trading terminal: reset form values after hitting order button.
– Trading terminal: reset form values when another pair gets selected.
– Fix bybit pair naming in markets sidebar, so that their side is visible.
– Possibly fix weird time notation where it would show 24:xx instead of 00…
– Fix 24h time notation on autoconfig dashboard.
– Fix handling of empty subaccount field when entering exchange keys for ftx.
– Add Triples to exchange bitrage settings. Enter as comma separated list without blank spaces, saved as array.
– Add gunbot config as built-in variable for custom strats: gb.data.config (read only).
– Improve watch mode tooltip text.
Gunbot v23.0.2 beta
– Possibly fixed the “freezing bot” issue.
– Possibly fixes the “monday ghost” bug.
Gunbot – v23.0.1 beta
– Add some extra logs in order to attempt to catch something useful for me to fix the so called “stuck” gunbots of these latest days.
– Add a simple cloud scraper with logs that has been useful in the past, to check if the “stuck” gunbots are being cloudflared.
– Fix issue on pnl page that reverted “All” to “None”.
– StepGrid: keep dust to a minimum when using manual step size.
– AutoConfig: add new job type, “manageOverrides2” that can use ticker filters to manage overrides. Output options are exactly the same as for “manageOverrides”. Use the GUI AC or code editor to create a valid job template.
– Add a few debug logs to pnl page to help identify cause of monday freezing behaviour.
– Please if you want to help nailing the “monday ghost” bug in gui pnl page, open your java console in the browser.
Gunbot v22.0.2.8 – Release Candidate
– Some more love to pnl calculation.
– Add subaccount field for ftx to gui profile page.
– Rearrange chart line label positions for better chart readability.
– Fix recent orders not updating automatically in overview sidebar.
– Fix mobile save button not appearing.
– Show potential moto entry prices on chart.
– Improve dashboard resource usage.
– Reduce gui bundle size.
– Fix exporting chart entities to alert module.
– Add gunthy coin logo.
– Fix socket.io sending a cookie that generates a “same site” warning in browser.
– Refactor PNL page to only use charts from a single external module to reduce bundle size. Also fixes long standing bug regarding upside down chart labels for some stats.
– Remove last reference to now unused chartjs module.
Gunbot v22.0.2.7 – Release Candidate
– Fix issue that led to one chart line ‘taking over’ a line of a different type.
– Improve sga buy count logic.
Gunbot v22.0.2.6 – Release Candidate
– fix and old standing bug that would flip position with repeated attempts of close at ROE.
– Remove unused reference to custom chart css overrides
– Fix automatic loading of ichimoku indicator when MM_TENKAN is used.
– Fix several stats for ftx futures in gui.
– Add extra info to tooltip for STOP_AFTER_SELL.
– Fix leverage being displayed as negative number.
– Code editor: fix partial save issue that affected editing config.js only.
– Fix all known issues with chart line placement/removal.
– Fix not updating quantity labels in chart lines.
Please do not use this build with bitRage
Gunbot v22.0.2.5 – Stable preview
– FuturesGrid: fix wrong variable reference.
– Possibly fix missing items in gui for: margin ratio, unrealized pnl and maintenance margin for ftx futures pairs.
Gunbot v22.0.2.4 – Stable preview
– Fix an issue that would not show grid for new pairs in MM bots.
– Add postOnly orders for all limit orders at FTX.
– More love to telegram bot pnl.
– Fix telegram bot link to tv charts for gdax.
– Implement GUI code editor: a sorcery he made to make you able to read or edit config, autoconfig, json files, custom strat files directly from the GUI with an interface similar to VS code.
– SGA: fix case with lower than expected order quantity for ct buy.
– Fix incorrect form background width on pairs and strategy page.
– Fix issue that could crash the pairs page when removing a pair.
– Improve sga “buy count” logic. Fixes a case where sometimes buy count was below actual buy count.
– Compact form elements on pair page a bit.
– Possible fix for duplicated open order lines behavior.
– Fix MAX_OPEN_CONTRACTS tooltip.
– Possibly fix ROE not resetting in GUI after futuresGrid closes a position.
– FuturesGrid: possibly fix order amounts on bitmex.
– Give each kind of chart line a unique label to prevent collision.