All Projects → bergusman → tradingview-jsapi-binance

bergusman / tradingview-jsapi-binance

Licence: other
Sample implementation of TradingView Charting Library JS API for Binance exchange

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to tradingview-jsapi-binance

tradingview-alert-binance-trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 153 (+273.17%)
Mutual labels:  tradingview, binance
ccex-api
Cryptocurrency exchanges realtime api wrapper
Stars: ✭ 29 (-29.27%)
Mutual labels:  tradingview, binance
Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook
Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance
Stars: ✭ 235 (+473.17%)
Mutual labels:  tradingview, binance
add-tradingview-alerts-tool
Automated entry of TradingView alerts for bot trading tools such as 3Commas, Alertatron, CryptoHopper, etc.
Stars: ✭ 467 (+1039.02%)
Mutual labels:  tradingview, binance
TradingViewTools
Some scripts to automate things related to TradingView
Stars: ✭ 33 (-19.51%)
Mutual labels:  tradingview, binance
howtrader
Howtrader is a crypto currency quant framework, you can easily develop, backtest and run your own strategy in real market. It also supports tradingview or other 3rd party signals, just simply send a post request and it will help trade automatically. Now it only support binance spot, futures and inverse futures exchange. It will support okex, ftx…
Stars: ✭ 294 (+617.07%)
Mutual labels:  tradingview, binance
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (-48.78%)
Mutual labels:  candlestick-chart, binance
TensorTrade
This repository hosts all my code related to TensorTrade. It consists of the main program, its old versions, and some extras for more insights.
Stars: ✭ 16 (-60.98%)
Mutual labels:  binance
botdexdamar
🤖 multichain trading bot with sniper, frontrun, backrun, sandwich
Stars: ✭ 124 (+202.44%)
Mutual labels:  binance
MT5-TradingToolCrypto
All the tradingtools: crypto integration to metatrader including cryptobridgepro, crypto charts, paymentbot, indicators, robots are located here. Just download the zip folder, drag and drop into Metatrader 5 directory
Stars: ✭ 70 (+70.73%)
Mutual labels:  binance
tradingview-webhooks
Backend service converting tradingview alerts into action.
Stars: ✭ 44 (+7.32%)
Mutual labels:  tradingview
go-tachart
Candlestick chart generator (with event mark and TA indicator) using go-echarts
Stars: ✭ 24 (-41.46%)
Mutual labels:  candlestick-chart
CryptoCurrency
Page to keep track of value & profits of a portfolio of cryptocurrency (based on Coinmarketcap, Bitfinex and Binance)
Stars: ✭ 27 (-34.15%)
Mutual labels:  binance
BTB-manager-telegram
A feature packed but easy-to-use Telegram bot for remotely managing Binance Trade Bot instances
Stars: ✭ 337 (+721.95%)
Mutual labels:  binance
CoinTaxman
Calculate your taxes from cryptocurrency gains
Stars: ✭ 110 (+168.29%)
Mutual labels:  binance
mintscan-binance-dex-frontend
Mintscan Frontend for Binance DEX
Stars: ✭ 21 (-48.78%)
Mutual labels:  binance
binance-spot-order-notification-heoku
[binance order trade fill notification] Telegram Notification when Binance order created, cancelled or filled. Ready to Deploy on Heroku
Stars: ✭ 30 (-26.83%)
Mutual labels:  binance
mokka
Free and extendable trading bot application for crypto currencies.
Stars: ✭ 20 (-51.22%)
Mutual labels:  binance
TradingBot
Clientside trading bot that supports the Binance-exchange
Stars: ✭ 38 (-7.32%)
Mutual labels:  binance
Nescience-Indexing-CLI
Nescience Software & Capital Rebalancing Tool
Stars: ✭ 26 (-36.59%)
Mutual labels:  binance

TradingView Charting Library JS API Example

Install

Clone Charting Library to root:

$ git clone https://github.com/tradingview/charting_library.git

Install modules:

$ npm install

Run

Run Binance proxy to allow CORS:

npm run proxy

Serve index.html, datafeed.js and charting library

npm run serve
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].