Gunbot Shop › Gunbot Forum › Javieralv
Gunbot v23.4.7_beta
– fix orders arrows not updating on zoom
– Don’t render main notification bar on mobile devices
– Ensure navbar popover is visible and clickable on mobile devices
– Take off strategy selection in overview sidebar, until new strategy editor gets ported to sidebar.
– attempt to force binance.us and binance jersey to send latest trading history.
– AutoConfig: fix issue that could prevent a job from writing its output.
Gunbot v23.4.5_beta
– toLowerCase() all checks for buy and sell methods in the gui
– Enforce lower case strategy names in AutoConfig (no job changes needed, it should just treat or output strategy names as lower case now)
Gunbot v23.4.4_beta
– fix NEAR and ICP pairs cycling at okex
– fix trade arrows not showing in charts.
– fix pairs cycling stop after some cycles at okex.
– fix the some assets at bybit
– fix kraken XDG/DOGE issues.
– fix MEXC pairs cycling after latest api update.
– fix saving password going to black GUI.
– fix telegram errors causing bot restarts.
– fix GUI going black over a pnl sum.
– porting several fixes to ccxt exchanges f
–
New way of handling pair and strategy settings
The old ‘pairs’, ‘strategies’ and ‘easy edit’ pages are replaced by a single new page: ‘trading settings’.
The new editor no longer separates ‘overrides’ from ‘strategies’, every setting you make is pair specific by default.
If you like the settings, you can choose to apply them on multiple pairs at once or save as preset to use in the future.
I would recommend starting to use this with a clean installation: no active pairs and no saved strategies. (just a recommendation, nothing should break with existing configs)
The reason for this is that there is no longer a need to have all the preset strategies (like gain, or emotionless) in config.js. All the presets are a native part of the GUI now.
If you want to keep using your old strategies, make sure to rename them to something that is not treated as a ‘reserved strategy name’
Reserved strategy names:
– stepgrid
– spotgrid
– spotgridadvanced
– stepgridhybrid
– builder
– custom
– futuresgrid
– tenkan
– builder (futures)
– market_maker
– market_maker (futures)
– stepgridhedge
Exchanges with tickers support:
– binance
– binanceus
– ftx
– mex_gunthy
– okex5
– hitbtc
– kucoin
– bittrex
– kraken
– bitfinex
– cex
– bitfinex
– poloniex
– bittrex
– huobi
For the exchanges above, you can select pairs from a list. Some exchanges that should easily allow ticker style pair selection, require manual adding at the moment. This will get added soon, no need to report.
Other exchanges require entering pair names manually.
–
New settings page
The old ‘profile’ and ‘global settings’ pages are replaced by a single new page: ‘setup’.
Currently it is only possible to add api keys from partner exchanges and other certified exchanges. Support for more exotic exchanges will come, there is no need to report this.
The edit licence option has moved to its own page. Keys that are already registered get prefilled when adding exchange credentials on the setup page.
– Breaking change for custom strategies: strategy files must be saved in ./customStrategies folder from now on. Assign them like this: “STRAT_FILENAME”: “pro_strat.js”,
– Port PCT_STEP_SIZE from stepgridhybrid to stepgridhedge
Recap of available step options:
When AUTO_STEP_SIZE is enabled, steps are ATR based.
When AUTO_STEP_SIZE is disabled, STEP_SIZE defines the step size.
When PCT_STEP_SIZE is disabled, STEP_SIZE is set as an absolute price difference.
When PCT_STEP_SIZE is enabled, the value in STEP_SIZE represents a percentage. Setting 2 will lead to having steps of 2% of current price.
Gunbot v23.4.3_beta
– Fix DOGE at kraken.
Gunbot v23.4.2_beta
– Possible fix for all kraken pairs being added every 20 minutes to their listing.
Gunbot v23.4.1_beta
– Push back right click context menu for buy/sell and save strategy.
– Possible fix to charts target lines disappearing when you switch from a pair to the first pair of the list.
Gunbot v23.4.0_beta
– Fix broken candles.
Gunbot v23.3.8_beta
– Porting a faster GUI from bitRage in preparation of full websockets.
– stepGridHedge: fix trend based tl multiplier for shorts, when TRADING_LIMIT_SHORT was undefined. Make max buy count and max unhedged easier to work with by disregarding tl multiplier in position size estimation.
– stepGridHedge: slightly change USE_TREND tl multiplier behavior, only allowing it to apply when trend is confirmed AND the trend confirmed position is smaller than the position on the other side.
Gunbot v23.3.7_beta
– Fix pairs cycling.
Gunbot v23.3.6_beta
– attempt to catch sg selling whole base below an apparently wrong breakeven.
Gunbot v23.3.5_beta
– By users demand: set back buy/sell on charts context menu.
– Fix an issue with breakeven in sg family.
Gunbot v23.3.4_beta
– Fix an error for autoconfig users.
Gunbot v23.3.3_beta
– Fix PNL module for binanceFutures, Futures_Gunthy, all spot markets and stepGrid family.
– Fix Telegram notifications for the above module.
Gunbot v23.3.2_beta
– Fix bybit cycling.
Gunbot v23.3.1_beta
– Fix telegram notifications not being sent.