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

# Version History

## 4.69

### 

- Auto Reconnect option added (Settings → Advanced): auto reconnect websocket engine after some bot's inactivity period
- Bug fixes and other minor improvements.

## 4.67

### 

- Sell Join in strategies (the MoonScalper addon is required)
- Each strategy has a new parameter JoinSellKey (0 by default)
- If you set JoinSellKey > 0 then every filled buy order will be joined with existing sell order with the same JoinSellKey
- With JoinSellKey = 0 everytning works as usually
- The UDP strategy should now work in combo (except Trust Management)
- Mouse wheel now scrolls the chart when in the orderbook's zone.

## 4.66

### 

- The API load indicator (for binance) now works better and takes into account all your running bots (on the same IP\APIkeys)
- New option Menu → System Settings → Draw huge pixels to draw visually bigger trades on market charts (may be useful on 4K monitors)
- Fixes: BNB bots available balance substracts BNB amount needed to pay comission (Settings → Advanced, "Min. BNB value").

## 4.65

### Attention!

- Terminals must be updated manually. Please download the terminal from our site and unpack to the terminal's working folder
- When you first start the bot, the checkbox "I agree to send the results of the auction to the server" is enabled by default (Settings → Login)
- You can disable it if you do not want to send your results to the statistics server https://stat.moonbot.eu/
- To send data anonymously, do not enter your Telegram nickname, in this case, the table will contain only your bot ID.

## 4.64

### Important: shared BlackList

- Markets which other users consider unwanted to trade currently are posted in the Telegram's @MoonInt channelhttps://moonbot.eu/en/setting-telegram-tab
- All bots connected to the @MoonInt can read the BlackList automatically (turned on by default); to turn shared BL off go to the "Settings → Telegram" page and uncheck the "Use shared BlackList" checkbox
- BL signals are posted with associated risk level (1..3). Strategies has new parameter MoonIntRiskLevel: risk level below which BL signals are ignored
- Users in the @MoonInt can now be muted (you need Rating > 4 to use mute function)
- Fixes: the "Look for action" (the eye button) function improved.

## 4.63

### 

- New option to show vert. volume indicator to the left\right of the chart (right-click the "Vol" button, peek "Ind.Pos.")
- The following strategies can now set multiple orders upon 1 signal (If you have the MultiOrders addon): "Telegram", "NewListing"
- All strategies except MoonShot have now parameters to set multiple buy orders at once: (If you have the MultiOrders addon)
  - OrdersCount - buy orders count to set (default is 1 )
  - BuyPriceStep: price step in percentage of initial buyPrice (If < 0 than each new order will be set at lower price, otherwise at higer price)
  - OrderSizeStep: Order's size step in percentage of initial size (if 0 than don't increase order)So the buy order number k will be set at buyPrice * (1 + k * BuyPriceStep / 100).

## 4.62

### 

- New option "Open new charts in max time scale" "Settings → UI"
- Bug fixed related to MoonScalper trial activation.

## 4.61

### Changes

- New strategy kind: NewListing. It is triggered by new market listing; all filters are excluded from this strategy. Buy price can be set in absolute value (the "buyPriceAbsolute" parameter)The strategy is available only If you tick the "I agree to send the results of my transactions to the server" (Settings → Login) on all your bots and keep the check mark on for at least a week before using the strategy https://moonbot.eu/en/documentation/newlisting
- The option "Only 1 market chart in FullScreen" now auto-activates when cursor is in order book's area.

### Fixes

- correct order parameters fill when creating sell order from assets.
