All Projects → TensorTom → TradingView-UDF

TensorTom / TradingView-UDF

Licence: GPL-3.0 License
TradingView charting library UDF implemented in PHP.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to TradingView-UDF

pycdlib
Python library to read and write ISOs
Stars: ✭ 110 (+423.81%)
Mutual labels:  udf
hadoop-etl-udfs
The Hadoop ETL UDFs are the main way to load data from Hadoop into EXASOL
Stars: ✭ 17 (-19.05%)
Mutual labels:  udf
candlestick-convert
[NPM] OHLCV Candlestick Batcher/Converter
Stars: ✭ 39 (+85.71%)
Mutual labels:  ccxt
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 (+628.57%)
Mutual labels:  tradingview
TradingView-Machine-Learning-GUI
Let Python optimize the best stop loss and take profits for your TradingView strategy.
Stars: ✭ 396 (+1785.71%)
Mutual labels:  tradingview
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 (+1019.05%)
Mutual labels:  tradingview
cryptoquant
An Quantatitive trading library for crypto-assets 数字货币量化交易框架
Stars: ✭ 96 (+357.14%)
Mutual labels:  ccxt
DACP
A digital asset personal portfolio for investors in the cryptosphere
Stars: ✭ 22 (+4.76%)
Mutual labels:  ccxt
tradingview-webhooks
Backend service converting tradingview alerts into action.
Stars: ✭ 44 (+109.52%)
Mutual labels:  tradingview
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 (+1300%)
Mutual labels:  tradingview
btrccts
BackTest and Run CryptoCurrency Trading Strategies
Stars: ✭ 100 (+376.19%)
Mutual labels:  ccxt
binance-proxy
A websocket proxy written in GoLang, that caches the endpoints: klines, depth, ticker/24hr, and exchangeInfo. It resembles the Binance API behaviour. And has a primary usecase to eliminate ratelimits when querying the Binance API from a single IP.
Stars: ✭ 70 (+233.33%)
Mutual labels:  ccxt
quick trade
convenient script for trading with python.
Stars: ✭ 63 (+200%)
Mutual labels:  ccxt
add-tradingview-alerts-tool
Automated entry of TradingView alerts for bot trading tools such as 3Commas, Alertatron, CryptoHopper, etc.
Stars: ✭ 467 (+2123.81%)
Mutual labels:  tradingview
tradingview-jsapi-binance
Sample implementation of TradingView Charting Library JS API for Binance exchange
Stars: ✭ 41 (+95.24%)
Mutual labels:  tradingview
awesome-tradingview
Curated list of noteworthy TradingView Strategies, Indicators and Alert Scripts for Trading Bots (PineScript)
Stars: ✭ 173 (+723.81%)
Mutual labels:  tradingview
WebDriver
Web Driver UDF for AutoIt
Stars: ✭ 74 (+252.38%)
Mutual labels:  udf
tvdatafeed
A simple TradingView historical Data Downloader
Stars: ✭ 189 (+800%)
Mutual labels:  tradingview
pine-script-syntax-highlighting
Syntax Highlighting for Pine Script
Stars: ✭ 58 (+176.19%)
Mutual labels:  tradingview
TradingViewTools
Some scripts to automate things related to TradingView
Stars: ✭ 33 (+57.14%)
Mutual labels:  tradingview

TradingView-UDF

What

This is a TradingView charting library UDF implemented in PHP.

Why

I couldn't find one and so I made one. So, here you go.

License

You may use freely but I chose the GPL3 license which means if you modify this code, you need to share those modifications via a fork. Please do that. Use it in commercial applications if you want, just please maintain a fork repo of your UDF.

How-To

This UDF assumes that you're installing it under an /api/ subdirectory on an Apache, Litespeed, or OpenLitespeed server. It will work on NGINX as well but you'll have to create your own rewrites in that case. A proper .htaccess file is in the root of the repo.

This UDF currently aims to act as a proxy between crypto exchanges and the TradingView charting library. This is accomplished using the CCXT library.

Issues & pull requests are welcomed.

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].