Gunbot Shop › Gunbot Forum › Javieralv
Hi! Regarding your questions about the DCA function in Gunbot:
1. Using DCA solely based on a percentage drop:
Unfortunately, Gunbot currently requires you to set a “Method” like High BB or RSI as part of the DCA strategy. However, you can configure the settings so that the percentage drop (DCA_BUYDOWN) takes precedence over the other methods. For example:
• If you don’t want High BB or RSI to interfere, you can try setting the thresholds for these indicators to extreme or unreachable values. For instance, set RSI to a value that wouldn’t trigger (e.g., RSI below 99).
2. Price dropping below your set DCA % but no buy initiated:
The likely cause, as you suspected, is interference from the High BB or RSI method. To work around this:
• Adjust the settings for those methods to effectively “disable” their influence.
• Ensure the “DCA_BUYDOWN” value is correctly configured and enabled in your strategy.
• Double-check the “MAX BUY COUNT” and “DU CAP COUNT,” as they might limit additional DCA purchases even if the drop conditions are met.
Regarding the warning message for the ETH-KCS pair, you can add the “BOUGHT_PRICE” parameter using the override tool found in the “Pair Settings” section on the chart (use the expand button (blue with black arrow) placed at the right bottom of the chart to access this section).
MVTS stands for “Minimum Volume to Sell.” This setting refers to the minimum volume required before Gunbot will attempt to sell. Increasing this value might help the sell order to trigger more effectively. This value depends on the minimum order size required by your exchange.
As for the USDT-BTC pair message, it’s just an informational message. This occurs because the current price is below the target gain percentage.
Gunbot v27.2.6_beta
-Experimental: set a Promise.race for any sg,ac,customstrat,telegram module attempting to catch a fucker that stucks our bots. Feedback needed and thank you.
Gunbot v27.2.5_beta
– Fix rounding and truncating orders price and amounts following Coinbase rules.
– Fix “available pairs to trade with api” at Coinbase.
Gunbot v27.2.4_beta
– Fix Coinbase fetching pairs for the GUI.
– Fix Coinbase validating api keys in edit licenses.
– Fix mm orders for Coinbase.
Gunbot v27.2.3_beta
– Fix Coinbase Advanced market orders amounts in trading history.
– Fix mexc orders price in trading history.
– Fix a recurring error appearing out of nowhere with latest builds reporting an error for invalid signature at exchanges.
– Fix a reference error noticed with quanta_g orders at OKX5.
– Fix for Dashboard: add unrealized pnl to compare pairs table
– Set openOrders type toLowerCase() for coinbase advanced.
Gunbot v27.2.2_beta
– Fix Coinbase Advanced market orders.
– Fix Coinbase Advanced showing orders from old time but not the most recent.
– More tuning to Coinbase Advanced pair list in trading settings > Add pair for “View only” pairs.
Gunbot v27.2.1_beta
– fix Coinbase Advanced cancel orders
– implement pairs list in gui. Warning: actually there isnt a proper api endpoint to understand what pairs you are allowed to trade and what not, so i’m deducting from accounts endpoint. Please if you think you can trade a pair but the gui shows you cant do the following:
1.- add manually that pair in config.js.
2.- try trading that pair.
3.- if it allows you, send json file of that pair.
Gunbot v27.2.0_beta
Beware some of you are restricted from trading some fiat currencies at Coinbase Advanced (but you already know it). Those currencies would now be available for you to trade. For example i can trade EUR-BTC but i cant trade USD-BTC. If i do, when firing orders, i would get an error saying “Account not available”: it means i cant have available USD for trading. I have to deal with it and use USDC…
GB team is working on a solution to show such disabled currencies as greyed out in the GUI when you add pairs, a new build will come to integrate that.
It is important we please test any possible variant of the strategies before and ahead 1st of December: after that date you wont be able to use Coinbase Pro/gdax anymore.
Hi. This error may be caused by issues related to Telegram data. It may be a temporary error, or if the issue persists, try creating a new Telegram bot and updating it with the new API key provided by Telegram. Finally, check you are running the latest stable version. You can check and download latest Gunbot stable version here: https://gunbot.shop/category/downloads/
Gunbot v27.1.9_beta
– Fix Coinbase custom strats methods for market orders: using Ask to buy as they enforcing IOC.
– Correctly naming quote_asset and base_asset in api calls for Coinbase (as they use it the other way around we do): affects market orders.
Gunbot v27.1.7_beta
– Fix Coinbase Advanced spinning only 1 cycle.
Gunbot v27.1.6_beta
– coinbase advanced is now in the GUI for assets list.
Please all gdax/coinbase pro must migrate to Coinbase Advanced before 1st of December: start to test these builds so we can go out with a decent stable release ahead of time and thank you for your patience.
– fix Trading terminal in GUI.
– Redo gunbot ai strategy creation prompt using currently known best practices.
– AC: attempt to make coinbase work with tickers filters. There is limited data available, only price and volume, this affects which filters can be effectively used.
– Coinbase advanced frontend changes needed to configure keys and display pair lists.
– Add bot option “SHOW_VOLUME_INDICATOR”: false, to change default behavior for showing volume indicator.
Gunbot v27.1.5_beta
– Experimental: first commit of coinbase advanced refactor.
By 1st of December all coinbase pro / gdax users will be migrated to coinbase advanced api.
We encourage you to test it immediately to be sure you can continue in productions after deadline expired.
what we need to test:
1.- create an api/secret at coinbase advanced.
2.- start any pair you want (i.e.: EUR-BTC).
3.- check everything loads fine and the gui showing correctly your balances, charts, orderbook and you eventual trading history.
4.- if you dare enough test orders from the strategy.
Trading terminal and automatic pairs list in trading settings are work in progress.
This build gives access to US citizens too.
– Experimental: reduceOnly for binanceFutures sl/tp orders.
Gunbot v27.1.4_beta
– Fix duplicated orders in binanceFutures/futures_gunthy history.
– Chart: fix problem with duplicate indicators in case a strategy uses an indicator that is also saved as part of a chart template.