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. اقرأ المزيد في شروط الاستخدام.

هل تريد استخدام هذا النص البرمجي على الرسم البياني؟