Aggregates the LTC/Fiat volume from multiple exchanges into a single indicator.
# Exchanges and Pairs
Included are only exchanges supported by TradingView:
* Binance
* Bitstamp
* Bittrex
* Coinbase
* Gemini
* Bitfinex
* Kraken
* Poloniex
* HitBTC
Many other top exchanges are not included, because they are not supported by TradingView.
The pair LTC/ BTC is not included.
# Inputs
By default the spot exchanges are selected. You can select also the other margin trading and derivatives exchanges.
# Contribute
Feel free to share any ideas and issues you have.
# Open Source
The code is open source @ https://github.com/holofinance/aggregated-volume-crypto-tvi and uses the commonpine library https://github.com/holofinance/commonpine
# Exchanges and Pairs
Included are only exchanges supported by TradingView:
* Binance
* Bitstamp
* Bittrex
* Coinbase
* Gemini
* Bitfinex
* Kraken
* Poloniex
* HitBTC
Many other top exchanges are not included, because they are not supported by TradingView.
The pair LTC/ BTC is not included.
# Inputs
By default the spot exchanges are selected. You can select also the other margin trading and derivatives exchanges.
# Contribute
Feel free to share any ideas and issues you have.
# Open Source
The code is open source @ https://github.com/holofinance/aggregated-volume-crypto-tvi and uses the commonpine library https://github.com/holofinance/commonpine
版本注释:
add Boolean input "Show only on LTC/fiat charts". If true (default value), the indicator can be added only on LTC/fiat charts. If false, the indicator can be added to any chart, e.g. LTCBTC, ETHUSD, which might be useful for multi chart volume analysis.
版本注释:
docs(): add TV and source links