Skip to content

AlexLaur/TradeHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradeHelper

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.

Preview

Installation

  1. Create a virtual environment named venv:

    $ virtualenv venv
    Running virtualenv with interpreter /usr/bin/python3.8
    Installing setuptools, pip, wheel...
    done.
  2. Activate the virtual environment:

    $ source venv/bin/activate
    $(venv)

    After activation, you should see (venv) above your command prompt.

  3. Use the package manager pip to install requirements.txt.

    $(venv) pip install -r requirements.txt
  4. Launch the app

    $(venv) python app/launcher.py

Todo

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages