دخول/تسجيل

تحليل التحليل الفني seydkamal123 حول PUMP في رمز في 10‏/8‏/2025

https://sahmeto.com/message/3696960
،التحليل الفني،seydkamal123

// إصدار = 5 مؤشر ("ema + rsi إشارات (الضوء)" ، تراکب = صحیح) // ==== المدخلات ==== fastlen = input.int (9 ، "طول EMA السریع") Slowlen = input.int (21 ، "طول EMA البطیء") rsilen = input.int (14 ، "طول RSI") rsilongmin = input.int (45 ، "Min RSI لفترة طویلة") rsishortmax = input.int (55 ، "Max RSI للبیع") // ==== الحسابات ==== emafast = ta.ema (إغلاق ، fastlen) emaslow = ta.ema (إغلاق ، Slowlen) rsival = ta.rsi (إغلاق ، rsilen) // ==== إشارات ==== longsignal = ta.crossover (emafast ، emaslow) و (rsival> = rsilongmin) SellSignal = ta.crossunder (emafast ، emaslow) و (rsival <= rsishortmax) // ==== مؤامرة emas ==== مؤامرة (emafast ، color = color.green ، linewidth = 2) مؤامرة (emaslow ، اللون = color.red ، linewidth = 2) // ==== إشارات المؤامرة ==== PlotShape (longsignal ، title = "long" ، location = location.belowbar ، color = color.green ، style = form.labelup ، text = "long") PlotShape (SellSignal ، title = "sell" ، location = location.abovebar ، color = color.red ، style = form.labeldown ، text = "sell") // ==== تنبیهات ==== alertcondition (longsignal ، title = "long alert" ، message = "long signal reggered") alertcondition (SellSignal ، title = "Sell Alert" ، Message = "Sell Signal reggered")

: English
إظهار الرسالة الأصلية
نوع الإشارة: محايد
الإطار الزمني:
1 ساعة
السعر لحظة النشر:
‏0.0031167 US$
شارك
إشارات
الأفضل
قائمة المراقبة