Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wiseplat
GitHub Repository: wiseplat/python-code
Path: blob/master/ invest-robot-contest_invest-bot-main/CHANGELOG.md
5925 views

Changelog

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

The format is based on Keep a Changelog.

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 tools repo invest-tool.

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'