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)
受保护脚本
该脚本是闭源发布的,您可以自由使用它。您可以收藏它以在图表上使用。您无法查看或修改其源代码。
免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?