Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idouble/html-crypto-currency-chart-snippets

💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
https://github.com/idouble/html-crypto-currency-chart-snippets

btc candlestick candlestick-chart chart crypto cryptocurrency eth ethereum example finance financial-analysis html indicators iota market rsi simple stochastic ticker trading

Last synced: 2 days ago
JSON representation

💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹

Awesome Lists containing this project

README

        

# 💹 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)

```






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"
}
);


```

## [💲 Crypto Currency Ticker 💲](https://idouble.github.io/HTML-Crypto-Currency-Chart-Snippets/Ticker)

![Crypto Currency Ticker Cryptocurrencies Chart TradingView API](Images/Crypto-Ticker.png)

```





{
"symbols": [
{
"description": "",
"proName": "COINBASE:BTCUSD"
},
{
"description": "",
"proName": "COINBASE:ETHUSD"
},
{
"description": "",
"proName": "BINANCE:IOTAUSD"
}
],
"colorTheme": "dark",
"isTransparent": false,
"locale": "en"
}


```

## [💲 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)

```





{
"symbols": [
{
"description": "",
"proName": "COINBASE:BTCUSD"
},
{
"description": "",
"proName": "COINBASE:ETHUSD"
},
{
"description": "",
"proName": "BINANCE:IOTAUSD"
}
],
"colorTheme": "dark",
"isTransparent": false,
"displayMode": "adaptive",
"locale": "en"
}


```

## [💹 Mini Chart 💹](https://idouble.github.io/HTML-Crypto-Currency-Chart-Snippets/Mini-Chart)

![Crypto Currency Mini Chart Cryptocurrencies TradingView API](Images/Mini-Chart.png)

```





{
"symbol": "BINANCE:IDEXUSD",
"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": ""
}


```

## [💹 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)

```






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"
}
);


```

## [💹 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)

```





{
"showIntervalTabs": true,
"width": "100%",
"colorTheme": "dark",
"isTransparent": false,
"locale": "en",
"symbol": "COINBASE:BTCUSD",
"interval": "1W",
"height": "100%"
}


```

## [💲 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)

```





{
"symbol": "COINBASE:BTCUSD",
"width": "100%",
"colorTheme": "dark",
"isTransparent": false,
"locale": "en"
}


```

## [💲 Symbol Info 💲](https://idouble.github.io/HTML-Crypto-Currency-Chart-Snippets/Symbol-Info)

![Crypto Currency Symbol Info Cryptocurrencies Bancor BNT TradingView API](Images/Symbol-Info.png)

```





{
"symbol": "BINANCE:IDEXUSD",
"width": "100%",
"locale": "en",
"colorTheme": "dark",
"isTransparent": false
}


```

![Binance Ready to give crypto a try ? buy bitcoin and other cryptocurrencies on binance](Images/binance.jpg)