https://github.com/essamhassan/trinity
DEAD simple pattern recognition for stock analysis
https://github.com/essamhassan/trinity
financial-analysis pattern-recognition python2 stock-price-prediction
Last synced: 10 months ago
JSON representation
DEAD simple pattern recognition for stock analysis
- Host: GitHub
- URL: https://github.com/essamhassan/trinity
- Owner: essamhassan
- License: mit
- Created: 2018-03-09T00:33:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T00:53:23.000Z (almost 8 years ago)
- Last Synced: 2025-04-19T09:33:31.296Z (10 months ago)
- Topics: financial-analysis, pattern-recognition, python2, stock-price-prediction
- Language: Python
- Size: 6.37 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trinity

A playground for financial pattern recognition experiments. This is only a fun project and it's not by any mean made for actual trading ( also code is the `written on the commute` level)
## Future?
- play with reversed percent change
- try to optimize performance. there are definitely too many better ways of doing this.
- implement a RNN because why not?
- implement a simulator
- custom parser for files
- separating logic into modules for ( plotting, pattern storage, pattern search, simulation and back testing )