Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 1.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

2024-03-27

Added

  • Ability to close position by strategy singnal (SignalType.CLOSE = 2).

2023-08-20

Fixed

  • Calculation available money on account was changed. Now, calculation method consider short positions.
  • A few stability changes

2023-08-12

Fixed

  • Market stream reconnect was added due feedback and the following comment in the python SDK Issue

2022-07-22

Removed

  • Backtesting code has been moved to invest-tool project.
  • Removed working mode from configuration. Now, the bot project only for trading purposes. All other tools will be in repo projects.

2022-06-16

Changed

  • Trade logic and telegram api are working asynchronously. The main reason was telegram api is working pretty long, sometimes more than a few seconds. After all changes telegram messages don't block trade logic.
  • Changed dependencies:
    • Removed 'python-telegram-bot'
    • Added 'aiogram'