All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- The project has been moved to separate repository
- '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'.
- 'RsiStrategy' example strategy. Part of example from research project analyze_market_data.
- 'TinkoffDownloaded' data provider. The provider based on pre-downloaded market data by the tinkoff_market_data_collector project.
- Rename project
- Simple visualisation for test results.
- 'matplotlib' dependencies
- Trade emulator behavior has been changed to skip or not a signal if it's direction is different than previous.
- A lot of refactoring have been done
- New trading emulator - 'MovingStopEmulator'. Emulator is moving stop order is price goes to profit direction.
- Test is testing all emulators (more than one) now
- A lot of refactoring have been done
- Commission summary in test results.
- More details about orders in test results.