Gunbot v24.2.7_beta
– possible fix for bittrex market orders.
– webhooks: enable “strat” command to change strategy of a pair. Syntax:
passphrase exchange strat pair name_of_strategy_here 0
Example:
123456 okgunbot strat ETH-AVAX superCoolDCA 0
– webhooks: enable TV_PROTECTION for webhooks. If you set it true in bot section of your config it will not sell if ROE is negative.
You can send price 0 in the alert, to use sell triggers to DCA.
Example, if you set TV_PROTECTION true and you send this command, it will use the sell entry point to DCA instead to sell:
123456 okgunbot sell ETH-AVAX 0 0
Example, if you set TV_PROTECTION true and you send this command, it will not sell and just ignore the alert:
123456 okgunbot sell ETH-AVAX 0 {{close}}
– change position of date/time in gui notifications.
– Add option to hide balance related data in GUI.
– Trading settings: fix crash when pair with user preset strategy has different buy/sell methods set in overrides than in the strategy itself.
– Add gui notifications for stepgrid strategy family, for cases where hitting a step doe not lead to an order.
– stepgridhedge: show current trend direction on chart, when ‘use trend’ is enabled.
– Trend module: refactor supertrend calculation.