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

# Version History

## 6.73

### 

- Storing windows positions (reports and strategies); Ctrl→ Shift → F10 hotkey to reset window positions
- Added a custom limit for the number of charts in one window
- Added the ability to reset the second profit counter in the general settings
- Added Telegram command to reset profit counters ResetLoss
- Several Telegram commands in 1 message (1 command per line) (Enabled by checkbox in Settings → Special, "Remote" or by command SetMultiLine ON|OFF).

## 6.72

Bug fixes and other minor improvements

## 6.71

### Changes

- Buttons for managing SellPrice (Menu → Sell Price or double click to the sellprice caption)
- The checkbox "Alarm on signal" (Settings → Interface) is replaced with "Alarm on network problems".

### Fixes

- Fixed the ActiveTrigger logic: keep a trigger signal (on the TriggerKeyBuy key for moonshot or on the TriggerKey key for other strategies) while there is a buy order.

## 6.70

### Changes

- Added parameter TriggerKeyBuy: a key to be triggered when a buy order is filled. For Moonshots, TriggerKey is replaced by TriggerKeyBuy.
- Added the parameter of the minute delta of the volume: Calculated as the ratio of the volume for the last minute to average minute volume. A value of 1 means that the current volume is equal to the average.In the strategy, filters are set from MinuteVolDeltaMin to MinuteVolDeltaMax (if one of the values is 0, then it is not used)On the chart, the delta is displayed in the upper right corner, in the report last. column Vd1m
- Added parameter SellByTriggerBL: sell if BL is triggered
- The ClearTriggers parameter in the triggers section has been removed and replaced with 2 new ones:
  - ClearTriggersBelow - on signal on key N, clear all keys with numbers less than N
  - ClearTriggersAbove - when signaled on key N, clear all keys with numbers greater than N
- Added a new connection method for futures "Settings → Special", there is a possibility of less lag.

### Fixes

- memory consumption with too frequent detections with sound alerts
- The Clear button in charts did not keep the "no windows open" state after restarting the terminal
- V-Stop with multiorders was not correctly triggered
- Saving F7 state after restart
- The checkbox "Exclude from calculating deltas" in the general settings works regardless of the BlackList checkbox.

## 6.69

Fixed unstable behavior when getting binance error 12030
