---
id: 2023
title: "Version History"
section: version-history
category: "2023"
url: https://moonbot.pro/version-history?year=2023
locale: en
status: published
updated_at: 2026-08-13T15:00:44+03:00
---

# Version History

## 7.10

### Fixes

- Fix in the NextDetectPenalty parameter for hooks (didn't work with shorts detects)
- MaxModifier now works for Moonshots too
- Fix for Huobi.

## 7.09

### Changes

- Liquidations are now sent to the statistics service
- Sell price slider no longer takes into account leverage on futures
- Auto scale mode has been changed - now it is calculated by 3h delta and recalculated when the chart is centred (in particular, by CTRL+arrow hotkey). Scale of 1% has been changed to 20%
- The 4th leverage added to the leverage selector
- New parameter to modify stopLoss depending on deltas: StopLossModifier. The calculation of modified stop is written to the log in the form of StopLoss adjusted [-1.00% - (10.00*0.98=9.75%) => -10.75%] - stop from the strategy, modifier coefficient, final stop level.
- Added MaxModifier parameter: the calculated sum of all modifiers is not greater than the specified value. Calculation of the total modifier is made by the formulaMin (MaxModifier, Sum[Pn * Dn]) where Pn - modifier specified in the strategy, Dn - current delta. If 0, the parameter is not taken into account.

### Fixes

- bug on Binance futures that led to log records "No need to modify the order"
- bug on Huobi related to limitation of max. order size
- bug of order cancellation in case of simultaneous strike detection on 2 markets
- Removed the ability to enter your IP in connection methods.
