Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

62 lines (43 loc) · 1.51 KB

Changelog

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

The format is based on Keep a Changelog.

2022-11-02

Changed

  • The project has been moved to separate repository

2022-10-10

Changed

  • 'MovingStopEmulator' was changed. Now, it has an ability update 'stop' price level to 'open position' price level. The trade strategy is 'set stop to no loss position'.

2022-10-08

Added

2022-09-24

Added

2022-08-02

Changed

  • Rename project

2022-08-02

Added

  • Simple visualisation for test results.
  • 'matplotlib' dependencies

2022-07-29

Added

  • Trade emulator behavior has been changed to skip or not a signal if it's direction is different than previous.

Changed

  • A lot of refactoring have been done

2022-07-28

Added

  • New trading emulator - 'MovingStopEmulator'. Emulator is moving stop order is price goes to profit direction.

Changed

  • Test is testing all emulators (more than one) now

2022-07-24

Changed

  • A lot of refactoring have been done

2022-07-23

Added

  • Commission summary in test results.
  • More details about orders in test results.