---
id: 2024
title: "Version History"
section: version-history
category: "2024"
url: https://moonbot.pro/version-history?year=2024
locale: en
status: published
updated_at: 2026-08-17T16:24:35+03:00
---

# Version History

## 7.34

- Gate Futures: penalty when reaching the limit of 10 orders
- Binance: fix for a problem with TLS on binance servers.

## 7.33

Bug fixes and other minor improvements.

## 7.32

- Added functionality to place "manual hooks" (i.e. to place a managed order manually), to do this you need to create a MoonHook strategy,set the following parameters in it HookPriceDistance, HookSellLevel, HookRaiseWait, HookReplaceDelay, then in the manual strategy specify the desired MoonHook strategy in the UseHookStrategy field
- The logic of the hotkey for order cancellation has been changed: if you press it once, manual orders will be cancelled first,and if there are no manual orders, then auto orders will be cancelled.If you press it again within a second, all orders are cancelled.
- The number of triggers has been increased up to 200; triggers will be saved after restarting the terminal (if less than an hour has passed);
- Optimization of triggers speed (will be noticeable only with the number of strategies from 50)
- Added menu for manual management of triggers (main menu, at the bottom of Manage Triggers).
- Added Vol(X,Y) volume comparison formula to EMA formulas.X,Y can be: 5s, 15s, 30s, 1m, 3m, 5m, 15m, 30m, 1h, 3h, 24h.The calculation is done using the formula: (average minute volume per hour Y) divided by (average minute volume per hour X).Example: Volume per hour 120k USDT (average minute volume per hour will be 2k).Volume for the last minute: 4k USDTThen Vol(1h, 1m) = 4k/2k = 2, i.e. the volume in this minute is 2 times the average minute volume for the last hour.Special case: Vol(0, Y) just gives the average minute volume for time Y, without comparison
- Added Long\Short selection field to report filters; improved filter logic
- Added option «Settings → Special», FastTrades - fast method of processing trades on Binance-Futures.Consumes 10% more CPU on a 1-core VPS
- MoonStreamer (if using your own server) now works with Gate
- Gate-Futures: stop for an hour after the order limit is reached, as was done on the spot in 7.31
- The terminal will consider a coin as a new listing if there is a gap in the candlestick chart for more than 12 hours

### Fixes

- Delta strategy on binance futures with FastTrades option was incorrectly counting the Buyers parameter
- Moonshots were incorrectly cancelling orders after lack of balance
- Avg(X, Y) will count time intervals more accurately when X is large
- Correction in EMA calculation when there was a gap in the candlestick chart.

## 7.31

### Changes

- The Auto Isolated leverage management option now regularly checks the isolated margin mode
- The Auto Cross option has been added to the leverage management settings
- Added hotkeys and buttons for manual strategies (Settings - Hotkeys, you can set 10 in total)
- Added DontSellBelowLiq strategy parameter: do not sell at a stop below the liquidation price (in this case, the log will show "Stop level (...) is below than liq level")
- Added StopAboveLiq strategy parameter: set stop above the liquidation level by a specified percentage. If 0, not applied
- The TokenTags filter is now available on all exchanges
- Added Avg(X, Y) formula to EMA filters; format is similar to EMA(X, Y). The price X sec. or min. ago and Y sec. or min. ago are compared. If Y=1, the current price is taken. The average price line can be seen on the chart by ticking the AvgPrice checkbox
- AutoCancelBuy in moonshots in expert mode ("ExpertMode" in the ini file) can now be 15sec
- The following parameters are now specified in the format 'seconds with a decimal point': replaceDelay, raiseWait, AutoCancelBuy

### Fixes

- Fix in short MoonHook orders when HookInterpolate value is 3 or 4 (previously buffer was calculated incorrectly)
- Fixed a situation when MoonStrikes stopped generating detects after a long time of work
- Fixed a rare bug where the stop of a buy order changed when dragging the "invisible line" of the stop.
- Fixed bug when SetWL/SetBL commands did not save strategies after restarting the terminal
- Gate: hourly and daily volumes coming from the exchange in contracts units are now converted to USDT

### Other

- The PRICE_TOO_DEVIATED error on Gate now does not lead to stop on api errors
- The "This symbol is not allowed for this account" error on Binance now does not lead to stop on api errors
- Telegram notifications grouping time can be changed with SetGroupDelay N (milliseconds) command
- Gate: added internal penalty 1 hour after receiving an order limit error (i.e. after the exchange has limited your limit to 1 order in 10 sec).
