trading-technical-indicators icon indicating copy to clipboard operation
trading-technical-indicators copied to clipboard

Trading Technical Indicators python library

Results 4 trading-technical-indicators issues
Sort by recently updated
recently updated
newest added

Machine learning features implementation progress tracker. - [x] ML Features Development - [ ] ML Features Unit Tests Development - [ ] ML Features Unit Tests Execution - [ ]...

enhancement

`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.

testing

Review and optionally implement the below Trading Technical Indicators. - [ ] Accumulation Swing Index - [ ] Aroon - [ ] Commodity Selection Index - [ ] Dynamic Momentum...

enhancement

- [x] NASDAQ assets retrieval module. - [x] Historical data downloader implementation. - [x] Training data generation. - [ ] LSTM model implementation. - [ ] Train model.