OPEN-SOURCE SCRIPT

RSI مبسط

41
//version=5
indicator("RSI مبسط", overlay=false)

// حساب RSI
rsiValue = ta.rsi(close, 14)

// رسم خط RSI
plot(rsiValue)

// رسم المستويات
plot(95, "Level 95")
plot(78.6, "Level 78.6")
plot(61.8, "Level 61.8")
plot(38.2, "Level 38.2")
plot(21.4, "Level 21.4")
plot(5, "Level 5")

כתב ויתור

המידע והפרסומים אינם מיועדים להיות, ואינם מהווים, ייעוץ או המלצה פיננסית, השקעתית, מסחרית או מכל סוג אחר המסופקת או מאושרת על ידי TradingView. קרא עוד ב־תנאי השימוש.