jimi0007
@t_jimi0007
ما هو الشيء الذي ننصحك بشراءه من المواد الغذائية؟
سابق في الشراء
پیام های تریدر
مرشح
نوع الإشارة
jimi0007

//@الإصدار = 5 مؤشر ("مخرج الثریا" ، sporttitle = 'ce mtf' ، overlay = true ، timeframe = "" ، timeframe_gaps = true) الطول = الإدخال (title = 'Atr Period' ، defval = 22) mult = input.float (title = 'Atr multiplier' ، الخطوة = 0.1 ، defval = 3.0) showlabels = input (title = 'show buy/sell absels؟' ، defval = true) useclose = المدخلات (title = "استخدم سعرًا إغلاقًا للتطرف؟" ، defval = true) AightlizationState = input (title = 'Aightization State؟' ، defval = true) ATR = mult * ta.atr (طول) longstop = (useclose؟ ta.high (إغلاق ، طول): ta.high (الطول)) - ATR longstopprev = nz (longstop ، longstop) Longstop: = Close> longstopprev؟ Math.Max (longstop ، longstopprev): longstop shortStop = (Useclose؟ ta.lowest (إغلاق ، طول): ta.lowest (الطول)) + ATR ShortStopPrev = NZ (shortstop ، shortstop) shortstop: = إغلاق ShortStopPrev؟ 1: إغلاق red longstopplot = قطعة أرض (dir == 1؟ longstop: na ، title = 'long stop' ، style = plot.style_linebr ، linewidth = 2 ، color = color.new (longcolor ، 0)) BuysInsIgnal = dir == 1 و dir == -1 PlotShape (BuySignal؟ longstop: Na ، title = 'long stop start' ، location = location.absolute ، style = form. PlotShape (buysignal و showlabels؟ longstop: na ، title = 'buy label' ، text = 'buy' ، location = location.absolute ، style = form. shortStopPlot = Plot (dir == 1؟ na: shortstop ، title = 'Short stop' ، style = plot.style_linebr ، linewidth = 2 ، color = color.new (shortcolor ، 0)) SellSignal = dir == -1 و dir == 1 PlotShape (SellSignal؟ shortStop: NA ، title = 'Stop Start' ، location = location.absolute ، style = form.circle ، size = size.tiny ، color = color.new (shortcolor ، 0)) PlotShape (sellsignal و showlabels؟ shortStop: na ، title = 'sell label' ، text = 'sell' ، location = location.absolute ، style = form. midpricplot = plot (OHLC4 ، title = '' ، style = plot.style_curcles ، linewidth = 0 ، display = display.none ، edium calse = false) LongfillColor = تسلیط الضوء؟ dir == 1؟ Longcolor: NA: NA shortfillColor = تسلیط الضوء؟ dir == -1؟ Shortcolor: NA: NA ملء (midpricplot ، longstopplot ، title = 'state cholding' ، color = color.new (longfillcolor ، 90)) ملء (midpricplot ، shortstopplot ، title = 'state cholding' ، color = color.new (shortfillcolor ، 90)) ChangeCond = dir! = dir alertcondition (ChangeCond ، title = 'Alert: CE Direction Change' ، Message = 'Chandelier Exit قد تغیر الاتجاه!') alertcondition (BuySignal ، title = 'Alert: ce buy' ، message = 'Chandelier Exit Buy!') alertcondition (SellSignal ، title = 'Alert: CE Sell' ، message = 'Chandelier Exit Sell!')
إخلاء المسؤولية
أي محتوى ومواد مدرجة في موقع Sahmeto وقنوات الاتصال الرسمية هي عبارة عن تجميع للآراء والتحليلات الشخصية وغير ملزمة. لا تشكل أي توصية للشراء أو البيع أو الدخول أو الخروج من سوق الأوراق المالية وسوق العملات المشفرة. كما أن جميع الأخبار والتحليلات المدرجة في الموقع والقنوات هي مجرد معلومات منشورة من مصادر رسمية وغير رسمية محلية وأجنبية، ومن الواضح أن مستخدمي المحتوى المذكور مسؤولون عن متابعة وضمان أصالة ودقة المواد. لذلك، مع إخلاء المسؤولية، يُعلن أن المسؤولية عن أي اتخاذ قرار وإجراء وأي ربح وخسارة محتملة في سوق رأس المال وسوق العملات المشفرة تقع على عاتق المتداول.