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

# Version History

## 7.70

### Bitget V3

- Important: works only with UTA (Unified Trading Account). Steps: update the bot first, then shut it down, upgrade your account to UTA on the exchange website — and start the bot. Older bot versions (v2 API) will not work with a UTA account
- Full isolated margin support
- Hedge mode
- Leverages and position limits are known instantly — no more v2-style loading waits
- Balance updates via WS almost instantly — no more v2 lag.

Added OKX exchange

More about Bitget and OKX: https://docs.google.com/document/d/1x3TB3ow5zMm24fRktgqyJFfLhbc82b77lQJvDXx7Cx0/

### Moon News — free for PRO

- The News module is now free for all PRO versions
- Coin card — only with your own AI key and your own prompt
- Maximum delivery speed where we parse news ourselves (exchange resources and news sites); other news arrives with a delay, translations are slower
- Tags and tokens are set only when unambiguous (e.g., a listing).

### Auto / Strategies

- New parameter PriceDownToAllowedDrop: YES — PriceDownRelative lowers the price down to AllowedDrop; NO (default) — down to the entry point, as before
- Important! In the next release this parameter will be removed and YES will become the default behavior — study it in advance and set the AllowedDrop you need (0 — "keep it as it was")
- Manual hook: the distance is calculated from the live price, not from a stale trade (if there are no trades after the spike, BID/ASK is used)
- Strategy parameter hints updated (RU and EN), outdated ones removed, help links refreshed.

### Kernel / MoonProto

- Deleting trades from the report is synced between MoonBot and terminals — including trades deleted while the client was offline
- Chart broadcasting from the kernel
- MoonTerminal: manual pending orders — the kernel runs the conditional order with its regular worker (it moves and cancels like a normal one)
- MoonTerminal: full settings sync between kernel and terminal
- The "Market Export" checkbox is forcibly disabled in kernel mode.

### Exchanges

- HL, HTX: API key expiration notifications, like on other exchanges
- HL: removed deployers flx, vntl, km, abcd, cash.

### UI

- "Open new charts in fullscreen" checkbox (Settings → Interface)
- Coin input + space opens the chart again
- MoonBonus window: links to all supported exchanges.

### Fixes

- Binance: loading API data when opening charts with connection method 2
- Binance Futures: long order replacing when panic sell tried to sell too low
- After a backtest / pencil run, deltas, candles and averages are recalculated from fresh history (emulation prices used to remain).

Website | Chat | X | YouTube Binance · Bybit · HTX · Gate · Bitget · Hyperliquid

## 7.69

### Fixes

- Аny value for MStrikeBuyLevel below -99.99 was replaced with -99.99 and saved in 7.68 version
- If you were using lower levels, restore your value manually please
- Daily backups of strategies are stored in the bak folder in the Moonbot root folder (files «Exchange» → «Pair» → strat1..3.txt, three backups with different dates, for example, for the Binance Futures exchange and the USDT pair, these are the files: Binance Futures → USDT → strat1.txt , Binance Futures → USDT → strat2.txt , Binance Futures → USDT → strat3.txt) — you’ll need a copy with an update date of 7.68 or earlier.

### Other fixes

- EMA data is now recorded in the report; ticks appear on charts in combo mode; real liquidations are no longer attributed to emulated orders.

### Moon News module

- Starting from August 1, 2026, the Moon News module becomes paid (subscription for a year for 500 MoonCredits).

## 7.68

### Candlestick chart

- Timeframe selector to the right of the chart; display options via right-click on a TF button
- Hybrid mode (ticks + candles)
- Customizable colors, candle outlines and wicks.

### New Telegram client

- The Telegram client now runs as a service: one per VPS (or PC), shared by all terminals on the machine
- Login is picked up automatically (running as admin is required).

### Moon News in autotrading

- New MoonNews channel in Telegram strategies: a news item on a coin = a signal, ChannelKey = news tags
- Custom AI keys and custom prompt for the news card.

### Optimization

- Faster order book on Binance Futures and COIN-M
- Reduced CPU load.

### Kernel↔️terminal

- New order management protocol — faster and more stable (update the kernel and all clients together!)
- Fixed stuck buy lines; faster order merging.

### Auto / Strategies

- New parameter WorkingWeekTime — weekly working schedule of a strategy
- Deltas are now calculated from the AvgPrice line; instant spikes are ignored
- The Deltas include trades checkbox (Settings → Main) brings back the old math; Telegram command SetDeltasByTrades ON\OFF.

### HyperLiquid

- The Fast IOC (paid) checkbox (Settings → Advanced): orders crossing the book are sent with paid priority — the exchange executes them ahead of regular orders; the fee is charged in HYPE from the staking wallet.

### Arbitrage

- U-tickers on HL spot
- Arb prices are saved into report charts
- Fixed separation of same-name coins on one exchange (CAT is both TradFI and crypto).

### UI

- Copy bot settings via clipboard — to share with a friend (Settings→Main)
- The Ignore SellPrice of manual strategy checkbox
- Reports: select and delete multiple orders at once
- Manual screenshots to the Public chat — PRO users only.

### MoonProtoBeta (v4)

- Trades DB even when the client is offline; delete/restore orders; broadcast of CPU, memory and news.

### Fixes

- Binance-F: order prices after the API change
- Gate: INVALID_PARAM_VALUE
- Bitget: referral fix
- Q-Binance: close price
- Heatmap: accidental order move
- TV links on HL.

## 7.66

### 👍 Free version is now suitable for real trading

- Real orders with no size limit, including MultiOrders (up to 30 simultaneous orders)
- USD / stable pairs: Futures (except Binance Quarterly / COIN-M)
- Base strategies: Delta, Pump, MoonShot, TopMarket
- Up to 1 Free bot copy per user.

🎁 30% off + 1000 bonus credits on your PRO purchase when you register via our referral link!

### Kernel refactoring

- Detects, alerts, Watcher, strategy filters — everything is now computed in the kernel; the client only receives info
- RunDetectOnKernel parameter removed.

### Auto / Strategies

- New SellByFiltersDelay parameter — on exit from sell-filters, first move the sell-order once to the current market price; after N seconds enable PanicSell if the position hasn't closed (0 — disabled); respects PriceDownAllowedDrop and DontSellBelowLiq
- 5-sec delta (based on AvgPrice, spikes ignored)
- 1-minute arbitrage delta (spikes mostly ignored)
- Delta is calculated across all exchanges selected in settings
- New deltas and MarkPriceDelta added to the report
- Added MShotAddArbRange, MShotAdd5sDelta — shot adjustments based on the new deltas
- Watcher: detect lines clear automatically after 24h, and manually after strategies are stopped.

### Hyperliquid (HL)

- Fast order cancellation
- Fast orderbook.

### Fixes

- Bybit: error 110074 handling; fast leverage loading on startup
- Bitget: spot trades
- Binance: faster leverage switching when the max order size changes (delays up to a minute possible); futures liquidations fix
- Arbitrage: prices in non-USD bots are recalculated using the base currency rate.

## 7.64

### New Moon News module

##### open testing through end of June; based on test results, a decision will be made on whether to integrate the module

- 2-week trial activated via the MoonCredits menu; everyone who enables it will have their trial extended through end of June
- News window opens in "Menu → Moon News", news highlighted on the chart
- "Coin Card" — info window for a coin, opens via the eye button to the right of the chart (next to TV); includes a mini-chart, also works with Full Proxy
- News tags, filters by tags and tokens.

### New Arbitrage module

- Current prices from other exchanges shown on the chart
- Short lines with the history of the last 10 prices
- Available for use in autotrading via Arb() formulas in filters
- Prices from exchanges with closed deposits/withdrawals are marked with a lock icon on the chart; such prices are NOT used in the EMA formula.

### Auto / Strategies

- CustomEMA extended with arbitrage formulas: Arb(exchange) > N%, Arb(*) > N%
- New "session cap" setting (Settings → Autostart)
- Post-only orders in strategies now work on all major exchanges (except HTX)
- StopLossSpread can again be set to 0.1
- TradFi tag added to the tag list
- Leverage management — token wildcards supported (e.g. ETH*).

### Hyperliquid (HL)

- Prediction markets support — the eye button shows the list of all predict markets
- Support for Unified and Standart modes (auto-detected). Important! In Unified mode the exchange has set a limit of 50,000 actions per day
- Deployer grouping in a single bot removed; legacy dex abstraction mode no longer supported
- OICapped tag added — the open interest cap has been reached on the market (placing orders is not advised).

### Misc

- "Market Split" menu item — sells a position in 5 random-sized parts at market on all exchanges (on HL it places into the orderbook spread since there are no market orders). May help when OI Cap is hit.
- Time-axis chart zoom via CTRL-SHIFT extended down to 3s (50ms per cell)
- Vol filter fix: not calculated if Vol(X,Y)>0 is specified
- Gate: auto-reconnect on lost trades; liquidations are written to the report even without active takes
- Bitget: order lag fix
- Binance: retries setting leverage during listings when it was 0.

##### 

## 7.63

Bug fixes and optimization.

## 7.62

### 

- To update the terminal immediately to the current version, you can use the InstallTestVersion Release command (send the command to Telegram, or paste it into the coin input field), (the option Settings → Special → System → AcceptBetaVersions should be enabled beforehand).

## 7.61

### UI

- Order click settings moved to Settings → Hotkeys, all combinations for limit and pending orders added
- Gesture controls on chart (touchscreen / RDP) (reference in Settings → Hotkeys)
- Drawing shapes: comments on lines and rectangles (via right-click menu)
- Order highlighting on mouse hover
- Reports: period selection (Week, Month, Year, Today from, Yesterday); new column LagTP (take-profit placement lag)
- Removed a number of obsolete settings from System Settings: ClearType (always on), FPS setting (synced to monitor refresh rate, VPS — 10), IgnoreScale
- HL: market selection moved to UI (pair selection button); address window: font size via CTRL +/−.

### Core

- Synchronization between core and clients: leverage, V-Stop, triggers (FullProxy), autostart settings, "do not check position limits" and other options
- Auto-update of all clients connected to the same core.

### Strategies

- Refactoring and optimization of filter and hook calculations; improved hook and spread accuracy
- Removed HookRecalcInterval (default value 250)
- HookTimeFrame and TimeInterval (spreads) now fractional (seconds with decimal point)
- StopLossDelay — now in seconds with decimal point
- New parameter HookDetectMinVolume (minimum volume threshold for detections)
- Added Alpha tag (Binance Alpha)
- Removed ini parameter ExpertMode, the following options are now always available:
  - HODL mode on spot (AutoSell=NO, purchased coins remain on balance without automatic sell order placement)
  - Exchange error pause reduced from 30 to 5 seconds
  - Removed protective limits on MShotPriceMin / MShotPrice; minimum AutoCancelBuy timeout reduced from 90 to 15 seconds.

### General

- Faster listing detection; leverage 5 (or configured fixed leverage) on listings
- Release signed with corporate certificate.

### Fixes

- Bitget : fix for closing take-profit with Risk Control enabled (error 22029)
- Binance : removed RPI trades from chart; API update (April 23)
- Hyperliquid : fixed hedge mode display; fix for zero price affecting manual hooks
- Fixed stop on split
- Fixed follower bot on Hyperliquid .

## 7.60

### UI

- Removed Both toggle; replaced with hotkeys for separate long/short control (M button)
- Improved coin input field: dropdown list with click or arrow key selection
- Time scale memory in charts: saved via Shift+Middle, applied to new charts, separate per window
- Order size displayed on cursor line (fixed buttons mode)
- Removed outdated options in Settings → Main; improved stop behavior: faster replacements, spread min 1%, AllowedDrop -100%.

### Auto-trading

- Market stop in strategies (UseMarketOrder): Bybit , Binance , Gate
- Shot processing speed increased with FastShotAlgo enabled.

### Core

- Telegram notifications: trades sent by core only; screenshots and detects — by bots with corresponding options enabled
- Fixed a range of sync issues in core-client scheme (stop/trailing checkboxes, strategy folders, order traces with timezone offset)
- Fixed balance sell on spot in client.

### Fixes

- Delta calculation on spot pairs
- Manual hook snapping to current price on shots without return trades
- More accurate shot start price detection in auto-hooks.

## 7.59

### Moon Kernel

- Full separation implemented: server-side kernel interacts directly with exchanges, client terminal uses fast UDP protocol.

### Optimizations

- Significantly reduced memory usage
- Improved connection stability
- MoonShot strategy optimized for fast volume accumulation strategies
- Improved accessibility of services without using a VPN.

### New parameters

- MoonShots: MShotRepeatIfDrop — automatically places repeat shot if price drops below specified % from buy price
- All strategies: PostOnly (Binance only) — buy orders won’t place if they immediately cross opposite side of the book.

### HYP-3 xyz on HyperLiquid

- To enable add to ini: HIP3_DexIndex=1
- Automatic screenshot sending to general chat enabled.

### Hotkeys and controls

- New hotkey «Open coin on all terminals» — opens coin in fullscreen on all terminals with this hotkey set
- New hotkey Shift+Esc — closes all charts on all terminals instantly
- Fully reworked order management on M button:
  - Added right clicks for placing orders
  - Added single left clicks
- Old double clicks with modifiers kept (check your settings!)
- Mouse click response maximally accelerated
- Context menu in reports: copy coin / filter by coin / copy strategy name.

### Removed/simplified parameters

- Removed: PumpBuyersPerSecMin, PumpBuyersPerSecMax, DeltaBuyers, VolBuyersShort, PumpBuyersInterval
- Removed Fast Trades checkbox on Binance
- Removed order book depth selection on Bybit; now always uses the maximum available — 1000 levels.
