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.2.tar.gz (46.3 kB view details)

Uploaded Source

Built Distribution

qtradingview-0.19.2-py3-none-any.whl (63.6 kB view details)

Uploaded Python 3

File details

Details for the file qtradingview-0.19.2.tar.gz.

File metadata

  • Download URL: qtradingview-0.19.2.tar.gz
  • Upload date:
  • Size: 46.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.7.8 Linux/4.19.0-11-amd64

File hashes

Hashes for qtradingview-0.19.2.tar.gz
Algorithm Hash digest
SHA256 c77def23eef5b1835061af39cc1c8e77d0ca1c8d33962e83c49b070059b84a7c
MD5 ffb1e4a6f6fb66b5d2f2383d7370f5e1
BLAKE2b-256 fb803ebf8e81c6a7ada903039193f130474624db0211b00d7623f0619ad1e7bd

See more details on using hashes here.

File details

Details for the file qtradingview-0.19.2-py3-none-any.whl.

File metadata

  • Download URL: qtradingview-0.19.2-py3-none-any.whl
  • Upload date:
  • Size: 63.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.7.8 Linux/4.19.0-11-amd64

File hashes

Hashes for qtradingview-0.19.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a55f20c664191441815299a0291ab809b10ec6bc51f75f9c75b7498c8450eccc
MD5 a257293191ec4205ec0cc912144b3e47
BLAKE2b-256 aa017d4047aa707702508159418d66976696996492821f4c054f187b384420c5

See more details on using hashes here.

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