trading-technical-indicators
trading-technical-indicators copied to clipboard
Trading Technical Indicators python library
Machine learning features implementation progress tracker. - [x] ML Features Development - [ ] ML Features Unit Tests Development - [ ] ML Features Unit Tests Execution - [ ]...
`MachineLearningData` class has been implemented. Unit test cases should be developed with coverage 100%. Execution of the unit tests should be done after concurrency is (issue #24) implemented.
Review and optionally implement the below Trading Technical Indicators. - [ ] Accumulation Swing Index - [ ] Aroon - [ ] Commodity Selection Index - [ ] Dynamic Momentum...
- [x] NASDAQ assets retrieval module. - [x] Historical data downloader implementation. - [x] Training data generation. - [ ] LSTM model implementation. - [ ] Train model.