---
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:28:58+03:00
---

# Version History

## 6.34

### Changes

- Changed Triggers logic: the timer has been moved to filters, and now affects the managed strategy. Now, when the trigger is fired, all strategies with the TriggerByKey key will be started, each for its own time TriggerSeconds
- Added BlackList triggers: TriggerKeysBL - a string with keys numbers (space or comma separated). If one of these keys had a signal on the coin, then the strategy won't work on coin TriggerSecondsBL seconds
- Mini-candles are now loading from the charts server (with the "Load charts" extension)
- Moonshots will restart faster.

## 6.33

### The Automated trading extension package now includes

- "triggers": launch of a strategy may be triggered by another strategy
- Trades ("dots") on the chart, which were previously deleted, now turn into "mini-candles". This allows you to see a larger segment of the chart with prices and volumes.
- The Stop loss in strategies, if StopLossEMA = 0, now takes into account the average trades price (previously only BID \ ASK) and may be activated a little faster (if there is no lag in the trades stream)
- New strategy parameter StopSpreadAdd1mDelta: Increase the stop loss spread depending on the 1-minute delta
- The spot short with OrderSize = 0 will put all available coins in the order.

## 6.32

Futures bots fixed

## 6.31

### Changes

- The "OR" operator has been added to EMA filters (with algebraic order: first AND, then OR. Example: A AND B OR C AND D means that either (A AND B) or (C AND D)
- The SellByCustomEMA parameter no longer affected by the SellByFilters
- Experimental function: Short on the spot (this is not a margin! The coins must already be on the balance; for example, you hold them. You also need to have a free balance in the base currency)
- New Filters parameter: "OnlyNewListing": the time in seconds during which the strategy will work on listings. If 0, ignored. The IgnoreFilters option does not affect this setting
- The built-in Telegram client has been updated
- Added BIDR pairs on binance spot.
