Gunbot Shop › Gunbot Forum › Javieralv
Gunbot v27.1.3_beta
– possible fix for bitget orders (spot and sghedge including partial close).
Gunbot v27.1.2_beta
– Fix krakenFutures balances.
Gunbot v27.1.1_beta
– Fix unified_linear balancesdata when all positions are closed.
– Trading settings: default to high ROE 9999 for webhooks futures strats.
– Obfuscate GUI cert/key values in safe config export.
Gunbot v27.1.0_beta
– Fix orders ABP key for bybit unified_spot accounts.
– Some improvements in bitRage GUI
Hi,
In the webhook alert, the order value should be specified in quote, not in the base currency.
Gunbot v27.0.9_beta
Experimental: implement the following order types for custom strategies (actually available only for binance/binanceFuture/mex_gunthy/futures_gunthy):
STOP_LOSS
STOP_LOSS_LIMIT
TAKE_PROFIT
TAKE_PROFIT_LIMIT
TRAILING_STOP_MARKET (only futures)
Instructions:
You can use the following methods in your custom strat:
– STOP_LOSS_Buy(symbol, volume, price, stopPrice)
– STOP_LOSS_LIMIT_Buy (symbol, volume, price, stopPrice)
– TAKE_PROFIT_Buy(symbol, volume, price, stopPrice)
– TAKE_PROFIT_LIMIT_Buy(symbol, volume, price, stopPrice)
– TRAILING_STOP_MARKET_Buy(symbol, volume, price, callbackRate)
– STOP_LOSS_Sell(symbol, volume, price, stopPrice)
– STOP_LOSS_LIMIT_Sell(symbol, volume, price, stopPrice)
– TAKE_PROFIT_Sell(symbol, volume, price, stopPrice)
– TAKE_PROFIT_LIMIT_Sell(symbol, volume, price, stopPrice)
– TRAILING_STOP_MARKET_Sell (symbol, volume, price, callbackRate)
Please take in consideration binance docs about how to use stopPrice and callbackRate.
– address an issue with double encryption of starkPrivateKey, privKey and passphrase for dydx users.
– Chart: don’t force reload after socket reconnect on mobile.
– Chart: speed up drawing of strategy specific indicators
– Trading settings: fix problem where button to update pair settings was inactive when a setting was changed compared to config, but not compared to default settings.
– Chart: bring back the default volume indicator.
– Markets sidebar: sync symbol list with chart symbol list.
– Markets sidebar: fix issue where newly disabled pairs remained visible.
Gunbot v27.0.8_beta
– Fix gui crashing core on mobile devices when saving pairs settings.
– Fix dydx market orders for MEAN_REVERSION and other legacy spot strats.
WARNING: testing not completed for other dydx spot strategies (MM and such).
Gunbot v27.0.7_beta
– Fix erroring out at bybit when close manually positions at the exchange.
Gunbot v27.0.6_beta
– Improve charts loading, gui crashes.
Gunbot v27.0.5_beta
– possible fix for bybit returning 0 position size.
– Possible fix for dydx silently stopping to trade after some days of running.
– Gracefully handle bitRage websockets disconnections.
Gunbot v27.0.4_beta
– Experimental: refactor “Total Base Assets” chart in dashboard. It is now “Portfolio Value” and it aims to be identical to the exchange’s “Estimated Wallet Balance”, including all of your assets (trading with Gunbot or not).
Gunbot v27.0.3_beta
– Stop telling simulator users they are millionaires at first start.
Gunbot v27.0.2_beta
– Stop GUI stucking on perpetual “loading” screen.
Gunbot v27.0.1_beta
– fix gui crashing with new installations.
Gunbot v26.0.6 Release Candidate
– add crypto.com both in core and GUI (valid for bitRage users as well).
– Crypto.com is officially Gunbot partner, stay tuned on their blogs and social for incoming announcements and promo.
– attempt to shorten json file size.