PROTECTED SOURCE SCRIPT

Ahmed Order Block

29
Ahmed Order Block
//
// ANTI-REPAINTING FEATURES:
// - Only processes order blocks on confirmed/closed bars (barstate.isconfirmed)
// - Uses historical bar references with explicit offsets
// - Mitigation checks only on confirmed bars
// - Pivot points are inherently confirmed by ta.pivothigh/pivotlow with lookback
//
// NEW FEATURES:
// - Session detection (London, NY, Asian)
// - Order block age tracking (in bars/candles)
// - Customizable info labels inside order blocks

// Session time ranges (in UTC/GMT)
// Asian Session: 00:00 - 09:00 UTC
// London Session: 08:00 - 17:00 UTC
// NY Session: 13:00 - 22:00 UTC

// These pivots are already confirmed - they look swing_length bars left and right
// The pivot value returned is from swing_length bars ago

// CRITICAL FIX: Only detect order blocks on confirmed bars
// This prevents OBs from appearing and disappearing during real-time bar formation

// Find bullish OB (last bearish candle before bullish move)
// The swing_low detected now actually occurred swing_length bars ago

إخلاء المسؤولية

لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.