katmai1 / qtradingview

New version in C++ on repo qtradingview2

Home Page:https://github.com/katmai1/qtradingview2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

New version in C++ on repo qtradingview2

https://github.com/katmai1/qtradingview2

License:GNU General Public License v3.0


Languages

Language:Python 100.0%Language:Shell 0.0%