This aplication is a exercice working with Qt, PyQt arround the finance.
It is largely inspired by TradingView
which is a wonderfull tool for finance analysis.
-
Create a virtual environment named
venv
:$ virtualenv venv Running virtualenv with interpreter /usr/bin/python3.8 Installing setuptools, pip, wheel... done.
-
Activate the virtual environment:
$ source venv/bin/activate $(venv)
After activation, you should see
(venv)
above your command prompt. -
Use the package manager pip to install requirements.txt.
$(venv) pip install -r requirements.txt
-
Launch the app
$(venv) python app/launcher.py
- Continue the development.
- More asynchronous functions.
- Add other indicators
- Save users settings
- Embeded Python Console ?
- Draw over the graph
- Use Machine learning to determine patterns