ElDoggo22

Bull market support comparison

Plots the % difference between price and bull market support band. Since BMSB is two lines, they're simple averaged together. Top 40 tokens according to Coingecko ( minus stable coins) are chosen for the default display. On display all average certain crypto are taken out for limited price history. Calculation of BMSB applied in this indicator follows:

f(x) =>
sec = request.security(x, 'W', close)
math.avg(((sec-ta.sma(sec,20))/ta.sma(sec,20))*100,((sec-ta.ema(sec,21))/ta.ema(sec,21))*100)
Protected script
This script is published closed-source but you may use it freely. You can favorite it to use it on a chart. You cannot view or modify its source code.
Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this script on a chart?