Home
Softono
i

idouble

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
3

Software by idouble

HTML-Crypto-Currency-Chart-Snippets
Open Source

HTML-Crypto-Currency-Chart-Snippets

# ๐Ÿ’น HTML Crypto Currency Chart Snippets ๐Ÿ’น ๐Ÿ’น Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API ๐Ÿ’น ![Customizable Cryptocurrency Dashboard with Chart Candlestick Price Movement Volume Stoch RSI](Images/Customizable-Cryptocurrency-Dashboard-with-Chart-Binance.png) ## [๐Ÿ’น Candlestick Chart with Indicators ๐Ÿ’น](https://idouble.github.io/HTML-Crypto-Currency-Chart-Snippets/Chart) ![Crypto Currency Chart Cryptocurrencies Candle Candlestick with indicators TradingView API RSI Stoch](Images/Chart.png) ``` <div class="tradingview-widget-container"> <div id="tradingview_74048"></div> <div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/symbols/BITFINEX-IOTUSD/" rel="noopener" target="_blank"><span class="blue-text">IOTUSD Chart</span></a> by TradingView</div> <script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script> <script type="text/javascript"> new TradingView.widget( { "autosize": true, "symbol": "BINANCE:IOTAUSD", "interval": "D", "timezone": "Europe/Zurich", "theme": "Dark", "style": "1", "locale": "en", "toolbar_bg": "#f1f3f6", "enable_publishing": false, "hide_side_toolbar": false, "allow_symbol_change": true, "studies": [ "RSI@tv-basicstudies", "StochasticRSI@tv-basicstudies" ], "container_id": "tradingview_74048" } ); </script> </div> ``` ## [๐Ÿ’ฒ Crypto Currency Ticker ๐Ÿ’ฒ](https://idouble.github.io/HTML-Crypto-Currency-Chart-Snippets/Ticker) ![Crypto Currency Ticker Cryptocurrencies Chart TradingView API](Images/Crypto-Ticker.png) ``` <div class="tradingview-widget-container"> <div class="tradingview-widget-container__widget"></div> <div class="tradingview-widget-copyright"><a href="https://www.tradingview.com" rel="noopener" target="_blank"><span class="blue-text">Quotes</span></a> by TradingView</div> <script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-tickers.js" async> { "symbols": [ { "description": "", "proName": "COINBASE:BTCUSD" }, { "description": "", "proName": "COINBASE:ETHUSD" }, { "description": "", "proName": "BINANCE:IOTAUSD" } ], "colorTheme": "dark", "isTransparent": false, "locale": "en" } </script> </div> ``` ## [๐Ÿ’ฒ Crypto Currency Ticker Tape ๐Ÿ’ฒ](https://idouble.github.io/HTML-Crypto-Currency-Chart-Snippets/Ticker-Tape) ![Crypto Currency Ticker Cryptocurrencies Chart TradingView API](Images/Crypto-Currency-Ticker.png) ``` <div class="tradingview-widget-container"> <div class="tradingview-widget-container__widget"></div> <div class="tradingview-widget-copyright"><a href="https://www.tradingview.com" rel="noopener" target="_blank"><span class="blue-text">Ticker Tape</span></a> by TradingView</div> <script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-ticker-tape.js" async> { "symbols": [ { "description": "", "proName": "COINBASE:BTCUSD" }, { "description": "", "proName": "COINBASE:ETHUSD" }, { "description": "", "proName": "BINANCE:IOTAUSD" } ], "colorTheme": "dark", "isTransparent": false, "displayMode": "adaptive", "locale": "en" } </script> </div> ``` ## [๐Ÿ’น Mini Chart ๐Ÿ’น](https://idouble.github.io/HTML-Crypto-Currency-Chart-Snippets/Mini-Chart) ![Crypto Currency Mini Chart Cryptocurrencies TradingView API](Images/Mini-Chart.png) ``` <div class="tradingview-widget-container"> <div class="tradingview-widget-container__widget"></div> <div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/" rel="noopener nofollow" target="_blank"><span class="blue-text">IDEXUSD Rates</span></a> by TradingView</div> <script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-mini-symbol-overview.js" async> { "symbol": "BINANCE:IDEXUSDT", "width": "100%", "height": "100%", "locale": "en", "dateRange": "12m", "colorTheme": "dark", "trendLineColor": "rgba(164, 194, 244, 1)", "underLineColor": "rgba(201, 218, 248, 0.15)", "isTransparent": false, "autosize": true, "largeChartUrl": "" } </script> </div> ``` ## [๐Ÿ’น Overview Chart ๐Ÿ’น](https://idouble.github.io/HTML-Crypto-Currency-Chart-Snippets/Overview-Chart) ![Crypto Currency Overview Chart Cryptocurrencies Chart TradingView API](Images/Overview-Chart.png) ``` <div class="tradingview-widget-container"> <div id="tv-medium-widget"></div> <div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/symbols/COINBASE-BTCUSD/" rel="noopener" target="_blank"><span class="blue-text">BTC</span></a>, <a href="https://www.tradingview.com/symbols/COINBASE-ETHUSD/" rel="noopener" target="_blank"><span class="blue-text">ETH</span></a> <span class="blue-text">and</span> <a href="https://www.tradingview.com/symbols/BITFINEX-IOTUSD/" rel="noopener" target="_blank"><span class="blue-text">IOT Quotes</span></a> by TradingView</div> <script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script> <script type="text/javascript"> new TradingView.MediumWidget( { "container_id": "tv-medium-widget", "symbols": [ [ "BTC", "COINBASE:BTCUSD|12m" ], [ "ETH", "COINBASE:ETHUSD|12m" ], [ "IOT", "BINANCE:IOTAUSD|12m" ] ], "greyText": "Quotes by", "gridLineColor": "#e9e9ea", "fontColor": "#83888D", "underLineColor": "#dbeffb", "trendLineColor": "#4bafe9", "width": "100%", "height": "100%", "locale": "en" } ); </script> </div> ``` ## [๐Ÿ’น Technical Analysis ๐Ÿ’น](https://idouble.github.io/HTML-Crypto-Currency-Chart-Snippets/Technical-Analysis) ![Crypto Currency Technical Analysis Cryptocurrencies Symbol TradingView API](Images/Technical-Analysis.png) ``` <div class="tradingview-widget-container"> <div class="tradingview-widget-container__widget"></div> <div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/symbols/COINBASE-BTCUSD/technicals/" rel="noopener" target="_blank"><span class="blue-text">Technical Analysis for BTCUSD</span></a> by TradingView</div> <script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-technical-analysis.js" async> { "showIntervalTabs": true, "width": "100%", "colorTheme": "dark", "isTransparent": false, "locale": "en", "symbol": "COINBASE:BTCUSD", "interval": "1W", "height": "100%" } </script> </div> ``` ## [๐Ÿ’ฒ Single Ticker ๐Ÿ’ฒ](https://idouble.github.io/HTML-Crypto-Currency-Chart-Snippets/Single-Ticker) ![Crypto Currency Single Ticker Cryptocurrencies Bitcoin TradingView API](Images/Single-Ticker.png) ``` <div class="tradingview-widget-container"> <div class="tradingview-widget-container__widget"></div> <div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/symbols/COINBASE-BTCUSD/" rel="noopener" target="_blank"><span class="blue-text">BTCUSD Rates</span></a> by TradingView</div> <script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-single-quote.js" async> { "symbol": "COINBASE:BTCUSD", "width": "100%", "colorTheme": "dark", "isTransparent": false, "locale": "en" } </script> </div> ``` ## [๐Ÿ’ฒ Symbol Info ๐Ÿ’ฒ](https://idouble.github.io/HTML-Crypto-Currency-Chart-Snippets/Symbol-Info) ![Crypto Currency Symbol Info Cryptocurrencies IDEX TradingView API](Images/Symbol-Info.png) ``` <div class="tradingview-widget-container"> <div class="tradingview-widget-container__widget"></div> <div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/" rel="noopener nofollow" target="_blank"><span class="blue-text">Track all markets on TradingView</span></a></div> <script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-symbol-info.js" async> { "symbol": "BINANCE:IDEXUSDT", "width": "100%", "locale": "en", "colorTheme": "dark", "isTransparent": false } </script> </div> ``` ![Binance Ready to give crypto a try ? buy bitcoin and other cryptocurrencies on binance](Images/binance.jpg)

Web Components & Widgets Data Visualisation
440 Github Stars
Customizable-Crypto-Currency-Dashboard-with-Chart
Open Source

Customizable-Crypto-Currency-Dashboard-with-Chart

# [๐Ÿ“บ Customizable Crypto Currency Dashboard with Chart ๐Ÿ’น](https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart) ๐Ÿ“บ A Dashboard with the price movements of the selected Cryptocurrencies ๐Ÿ’น **Link** : **[https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart](https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart)**</br> ![Customizable Cryptocurrency Dashboard with Chart Candlestick Price Movement Volume Stoch RSI](Images/Customizable-Cryptocurrency-Dashboard-with-Chart-Binance.png) ![Customizable Cryptocurrency Dashboard with Chart Candlestick Price Movement Volume Stoch RSI](Images/Customizable-Cryptocurrency-Dashboard-with-Chart-Trendline.png) # ๐Ÿ“บ Cryptocurrencies ๐Ÿ’น ## [๐Ÿ“บ BTC/USD (Bitcoin/US-Dollar) ๐Ÿ’น](https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart/BTCUSD) ## [๐Ÿ“บ ETH/USD (Ethereum/US-Dollar) ๐Ÿ’น](https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart/ETHUSD) ## [๐Ÿ“บ BNB/USD (Binance Coin/US-Dollar) ๐Ÿ’น](https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart/BNBUSD) ## [๐Ÿ“บ SSV/USD (SSV Network/US-Dollar) ๐Ÿ’น](https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart/SSVUSD) ## [๐Ÿ“บ TRUMP/USD (TRUMP/US-Dollar) ๐Ÿ’น](https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart/TRUMPUSD) ## [๐Ÿ“บ POL/USD (Polygon/US-Dollar) ๐Ÿ’น](https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart/POLUSD) ## [๐Ÿ“บ QUICK/USD (QUICK/US-Dollar) ๐Ÿ’น](https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart/QUICKUSD) ## [๐Ÿ“บ WLFI/USD (WLFI/US-Dollar) ๐Ÿ’น](https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart/WLFIUSD) ## [๐Ÿ“บ ARB/USD (Arbitrum/US-Dollar) ๐Ÿ’น](https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart/ARBUSD) ## [๐Ÿ“บ SOL/USD (Solana/US-Dollar) ๐Ÿ’น](https://idouble.github.io/Customizable-Crypto-Currency-Dashboard-with-Chart/SOLUSD) ![Binance Ready to give crypto a try ? buy bitcoin and other cryptocurrencies on binance](Images/binance.jpg)

Crypto & Blockchain
354 Github Stars
Market-Overview-Indexes-Forex-Metals-Crypto
Open Source

Market-Overview-Indexes-Forex-Metals-Crypto

# [๐Ÿ“บ Market Overview Indexes Forex Metals Crypto ๐Ÿ’น](https://idouble.github.io/Market-Overview-Indexes-Forex-Metals-Crypto) ๐Ÿ“บ A Market Overview with the Federal Funds Rate and the price movements of Market Indexes, Forex, Metals and Crypto ๐Ÿ’น ![Customizable Cryptocurrency Dashboard with Chart Candlestick Price Movement Volume Stoch RSI](Images/Customizable-Cryptocurrency-Dashboard-with-Chart-Binance.png) **Link** : **[https://idouble.github.io/Market-Overview-Indexes-Forex-Metals-Crypto](https://idouble.github.io/Market-Overview-Indexes-Forex-Metals-Crypto)** ![Market Overview Federal Funds Rate price movements Indexes Forex Metals and Crypto](Images/Market-Overview-Indexes-Forex-Metals-Crypto.png) ![Binance Ready to give crypto a try ? buy bitcoin and other cryptocurrencies on binance](Images/binance.jpg)

Personal Finance Data Visualisation
217 Github Stars