npbroo / trading_view_connector

connects to the trading view alert webhooks to trigger buy and sells on binance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to run the flask app first: $ export FLASK_APP=app.py

then to run type: $ flask run

to enter debug mode: $ export FLASK_ENV=development $ flask run

Postgress app $ export PATH="/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH"

adding new models to the database: $ python

from app import db db.create_all() exit()

About

connects to the trading view alert webhooks to trigger buy and sells on binance


Languages

Language:Python 93.4%Language:HTML 4.7%Language:Shell 1.9%