Giriş/Kayıt Ol

08.06.2025 tarihinde sembol NEAR hakkında Teknik euphoricPython60831 analizi

https://sahmeto.com/message/3585485
،Teknik،euphoricPython60831

//version=5 indicator("FTG Smart Money Zones - NEAR", overlay=true) // ==== ورودی‌ها ==== lengthBOS = input.int(5, "دوره بازگشت BOS", minval=1) lengthOB = input.int(20, "دوره بازگشت بلاک سفارش", minval=1) lengthFVG = input.int(3, "محدوده کندلی FVG", minval=1) // ==== توابع ==== // تشخیص شکست ساختار (BOS) (نسخه ساده) var float lastLow = na var float lastHigh = na var bool structureBull = true // true = ساختار صعودی // به‌روزرسانی آخرین سقف/کف برای تشخیص ساختار if (ta.highestbars(high, lengthBOS) == 0) lastHigh := high if (ta.lowestbars(low, lengthBOS) == 0) lastLow := low // تشخیص BOS و CHOCH bosUp = low < lastLow and structureBull bosDown = high > lastHigh and not structureBull if bosUp structureBull := false if bosDown structureBull := true // ==== تشخیص بلاک سفارش (OB) ==== // OB ساده‌شده: آخرین کندل نزولی قبل از BOS صعودی یا برعکس // شناسایی کندل‌های نزولی و صعودی bearCandle = close < open bullCandle = close > open // پیگیری نواحی OB var float obHigh = na var float obLow = na var bool obActive = false // وقتی BOS تغییر می‌کند، ناحیه OB را علامت‌گذاری کنید if bosUp obHigh := high[lengthBOS] obLow := low[lengthBOS] obActive := true if bosDown obHigh := high[lengthBOS] obLow := low[lengthBOS] obActive := true // رسم مستطیل ناحیه OB var box obBox = na if obActive box.delete(obBox) obBox := box.new(bar_index - lengthBOS, obHigh, bar_index, obLow, border_color=color.orange, bgcolor=color.new(color.orange, 85)) // ==== تشخیص شکاف ارزش منصفانه (FVG) ==== // بررسی شکاف‌ها بین کندل‌ها (شکاف سایه) // برای FVG صعودی: کف کندل فعلی > سقف ۲ کندل قبل (شکاف به بالا) bullFVG = low > high[2] // برای FVG نزولی: سقف کندل فعلی < کف ۲ کندل قبل (شکاف به پایین) bearFVG = high < low[2] // رسم نواحی FVG var box fvgBox = na if bullFVG box.delete(fvgBox) fvgBox := box.new(bar_index - 2, high[2], bar_index, low, border

Çeviri: English
Orijinal mesajı göster
sinyal türü: Nötr
zaman aralığı:
1 gün
Yayınlanma anındaki fiyat:
$2,42
Paylaş
Sinyaller
en iyisi
İzleme listem