egx_fibonacci_retracement
Identify key support and resistance levels for EGX stocks via Fibonacci retracement. Analyze price position, trend direction, and key zones like the golden pocket to inform trading decisions.
Instructions
Fibonacci retracement analysis for EGX stocks — identifies key support/resistance levels at standard Fibonacci ratios (23.6%, 38.2%, 50%, 61.8%, 78.6%).
Calculates retracement and extension levels from the period swing high/low, detects trend direction, and shows where the current price sits relative to key Fibonacci zones (golden pocket, 50% retracement, etc.).
Args: symbol: EGX stock symbol (e.g., "COMI", "TMGH", "FWRY") lookback: Period for swing high/low detection — "1M", "3M", "6M", "52W", "ALL" (default 52W) timeframe: Analysis timeframe for current indicators — 5m, 15m, 1h, 4h, 1D, 1W, 1M (default 1D)
Returns: Fibonacci retracement & extension levels, price position analysis, key zones, and context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| lookback | No | 52W | |
| timeframe | No | 1D |