دخول/تسجيل

تحليل التحليل الفني anas6424 حول PAXG في رمز في ٢٨‏/٣‏/٢٠٢٥

https://sahmeto.com/message/3378719
،التحليل الفني،anas6424

//version=5indicator("Buy/Sell Signals with TP1 & TP2", overlay=true)// إعدادات المؤشرlength = input(14, title="Length")src = close// حساب متوسط الحرکة والمتذبذبema_fast = ta.ema(src, length)ema_slow = ta.ema(src, length * 2)// إشارات الشراء والبیعbuySignal = ta.crossover(ema_fast, ema_slow)sellSignal = ta.crossunder(ema_fast, ema_slow)// تحدید أهداف الربحtp1 = close + (close * 0.01) // 1% هدفtp2 = close + (close * 0.02) // 2% هدف// رسم الإشارات على الشارتplotshape(series=buySignal, location=location.belowbar, color=color.green, style=shape.labelup, title="Buy Signal")plotshape(series=sellSignal, location=location.abovebar, color=color.red, style=shape.labeldown, title="Sell Signal")// عرض TP1 و TP2label = "TP1: " + str.tostring(tp1) + "\nTP2: " + str.tostring(tp2)label_pos = buySignal ? close + 10 : nalabel_new = label_pos ? label : nalabel1 = label_new != na ? label.new(x=time, y=label_pos, text=label, color=color.blue, textcolor=color.white, size=size.small) : na

: Arabic
إظهار الرسالة الأصلية
نوع الإشارة: محايد
الإطار الزمني:
15 دقيقة
السعر لحظة النشر:
‏٣٬٠٧١٫٧٧ US$
شارك
إشارات
الأفضل
قائمة المراقبة