Skip to main content

PyQt App for TradingView

Project description

QTradingView

PyQt App for TradingView.

Recommends simple login to autosave your draws.

Image not found



Index




Features

  • Includes the most cryptocurrencies exchanges available in tradingview.
  • Complete lists of available markets, with symbol filter.
  • Favorite and margin lists.
  • Portfolio.
  • Ads remove.

Installation

QTradingView needs an environment with Python3 and Qt5

Prepare environment

  • Install Anaconda

  • Create and active environment.

    conda create -n env_name python=3.7
    conda activate env_name
    
  • Install PyQt5

    conda install -c anaconda pyqt
    

QTradingView from source code

    pip install poetry
    git clone https://github.com/katmai1/qtradingview
    cd qtradingview


Usage



Install PyQt5 libs using anaconda

Create and active environment.

conda create -n env_name python=3.7
conda activate env_name

Install PyQt5 and dependencies

conda install -c anaconda pyqt

install

pip install qtradingview

Running from source using Anaconda

Create and active environment.

conda create -n env_name python=3.7
conda activate env_name

Install PyQt5 and dependencies

conda install -c anaconda pyqt
pip install -r requirements.txt

Run

python apprun.py

*Can be install without Anaconda if install all PyQt5 dependencies manually.


Troubleshot

Database issues after an update

Probably the last update does changes into database and this changes are not applied automatically. You can try update tables manually.

- If running from source:
    python apprun.py --updatedb

- If running compiled release:
    qtradingview --updatedb

* This function works fine whe running from source code, with a compiled version sometimes not update correctly.

If issue persist you can delete database to force his create again.

- If running from source:
    python apprun.py --deletedb

- If running compiled release:
    qtradingview --deletedb

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qtradingview-0.19.6.tar.gz (1.2 MB view hashes)

Uploaded Source

Built Distribution

qtradingview-0.19.6-py3-none-any.whl (1.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page