---
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-17T16:55:45+03:00
---

# Version History

## 6.97

### Changes

- The markets table initially, as well as when pressing "refresh" button is sorted by time of adding markets
- Added "Moonbot" caption to screenshots.

### Fixes

- moving chart windows and main window between monitors with different scale
- the "Fill: n%" display bug in emulator in order window
- bug in stop slider in main settings.

## 6.96

### Changes

- Settings for auto-sending screenshots to your channel (only works with your bot token, which you need to get from @BotFather)
- In general settings, the stop slider can be set to -20%.

### Fixes

- Bug when deleting subfolders with strategies that had disabled strategies with active orders
- Pending orders work with multi-order mode disabled; CancelBuyAfterSell parameter was not correctly applied to pending orders
- CancelBuyAfterSell parameter was not correctly applied to pending orders.

## 6.95

### Changes

- Binance spot orders are replaced 2 times faster (by using the cancelReplace exchange operation)
- New "User Interface" section in the strategies to customize the appearance of the order lines:
  - DontWriteLog: (YES/NO) If YES, do not log the orders of this strategy (can be checked only in the emulator mode of the strategy)
  - DontKeepOrdersOnChart: (YES/NO) If YES, delete orders of this strategy from the chart if the Buy is canceled (not executed) (the checkbox is available only in the emulator mode of the strategy)
  - UseCustomColors: (YES/NO) If YES, use the 2 parameters below
  - OrderLineKind: Type of lines (solid/ dashed)
  - SellOrderColor: colour of the sell order
- Added comment box to the right of the chart.

### Fixes

- Double triggering of liquidation strategy
- Order tracking algorithm in case of a short on a spot.
