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

# Version History

## 6.62

### Changes

- Added the "Rectangle" drawing tool with a percentage growth / fall meter
- Added parameters to the "Triggers" section:
  - ClearTriggers: if YES, upon a trigger signal on the specified key, clear all other triggers on all other keys
  - ActiveTrigger: keep up trigger signal while buy order is active
- In the TriggerKeysBL and TriggerByKey fields you can write several keys separated by a space, you can also specify the time in the "key=time" format.Example: "TriggerKeysBL 1 = 300 5 7 = 900" means ES for keys 1, 5, 7. In this case, TriggerSecondsBL is set on key 5, on key 1 300 sec, on key 7 900 sec.
- TriggerKeyProfit, TriggerKeyLoss: allow you to set different keys depending on the signal:
  - detection signal: the TriggerKey is turned on
  - a trade was closed with profit: TriggerKeyProfit is turned on
  - a trade was closed with loss: TriggerKeyLoss is turned on.

### Fixes

- an open moonshot's sell could be lost when the terminal was restarted or when the application was closed incorrectly.

## 6.61

### 

- Updated built-in Telegram client (telega.dll)
- The MoonHook strategy:
  - Added the HookSellFixed parameter: always calculate sell as (HookSellLevel * depth) percent, regardless of the buy price
  - Added the HookRepeatAfterSell parameter - repeat buy order after the sell is executed
  - Removed parameters: HookRepeatAfterBuy, HookRepeatWait, HookRepeatDelay
- Folders for strategies:
  - Revised logic of checkboxes on folders
  - Added "copy-paste" functionality for folders using hotkeys CTRL-C, CTRL-V
  - Now you can delete a folder that contains strategies (but no other folders)
- Checkbox in the general settings "Ignore emulator trades" (affects only the stopping of the bot according to the general settings).

## 6.60

### 

- New MoonHook calculation algorithms: HookInterpolate = 3 or 4. Algo 3 calculates the initial price and the corridor from current price, based on spike depth
- New MoonHook parameter HookOppositeOrder: place an order in the opposite direction (when an arrow is detected, put a short instead of a long)
- Added a tool for measuring the scale in the order book. This is enabled in "Settings → Interface"
- Added new command in the Telegram Leverage X [coin, coin] - change the leverage on coins to X
- Information about the type of strategy used will be shown on the statistics website, on the Strategy Ratings tab There is a checkbox in general settings, named "Don't send strat info", making it possible for you to opt out.This opt-out affects the entire account; if you enable it on one bot, it will be enabled for all bots.However, the MB team would be grateful if you don't enable it, so that we can all help to make our community stronger. Thank you - we appreciate it!
- Binance delist announcements will be posted in the @MoonInt channel. The bot can read this channel and automatically blacklist markets.If the strategy has the PanicSellDelisted checkbox (stop section), PanicSell will be activated on delisted markets. To use the @MoonInt channel, you must agree to send statistics, via "Settings → Login" page.

## 6.58

### Changes

- A number of parameters have been added to the MoonHook strategy: HookPriceRollBackMax, HookPartFilledDelay, HookRollBackWait. Read more on the website or built-in tooltips
- Changed the CTRL-A logic in the strategy editor: if the cursor is in a text field, hotkey selects the text in this field
- Added the 24h delta modifier Add24hDelta (MShotAdd24hDelta for moonshots)
- Added DOGE pairs
- The "Help" button in the bot has been updated.

### Fixes

- incorrect closing of emulator orders after restarting the terminal
- accelerated launch of a terminal with a large number of orders
- splited orders were not included in the site's statistics.
