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が提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

チャートでこのスクリプトを利用したいですか?