A curated portfolio of five Pine Script v6 indicators for Egyptian Exchange (EGX) technical analysis. This repository is intentionally small: it focuses on presentation-ready examples with compile checks, chart evidence, and documented limitations rather than serving as the full script archive.
Validation chart: EGX:RMDA · 1D · screenshots captured on 2026-08-21. Market data shown by TradingView may be delayed.
- 5 curated Pine Script v6 indicators
- 5 / 5 compiled successfully during portfolio validation
- 5 / 5 received a visual chart check
- Screenshots included for every portfolio item
- Repainting / confirmation behavior documented where relevant
- 5 / 5 indicators now have engineering case studies
- Technical case studies document implementation behavior without claiming trading profitability
For the larger TradingView validation project covering 120 individually tested scripts, see pine-script-indicators.
- Engineering case studies
- Documentation index
- Contribution and validation workflow
- Changelog
- License and usage notice
- Indicators
- Screenshots
Repository changes are expected to follow an evidence-backed path:
Issue → focused change → TradingView validation when code changes → documentation/evidence update → pull request → changelog
Bug reports and documentation issues have dedicated templates, and pull requests include a validation checklist covering compile status, symbol/timeframe, screenshots, live-bar behavior, alerts, and known limitations.
A technical case study covering confirmed pivots, supply/demand zone state, BOS/CHOCH logic, liquidity-sweep heuristics, managed chart objects, dashboard rendering, alert hooks, and repainting/timing limitations.
Read the engineering case study
A technical case study covering a strict four-EMA trend model, RSI momentum classification, manual support/resistance context, Arabic-first dashboard design, signal generation, and live-bar limitations.
Read the engineering case study
A technical case study covering modular trend/momentum/liquidity engines, confirmed structure pivots, weighted scoring, threshold-cross signals, dashboard architecture, and validation limits.
Read the engineering case study
A technical case study covering EMA trend context, RSI/MACD/Bollinger confirmation, confirmed swing anchors, Fibonacci correction zones, alert integration, and timing/repainting limitations.
Read the engineering case study
A technical case study covering prior-day daily OHLC retrieval, pivot-derived matrix levels, EMA/volume context, managed right-side labels, live pivot-cross events, and the distinction between stable reference levels and mutable current-bar signals.
Read the engineering case study
Supply and demand zones, structure breaks, liquidity sweeps, traps, and a compact market dashboard.
View Pine Script · Read Case Study
A bilingual trend and momentum dashboard combining EMA 9/21/50/200, RSI, signals, and manual support/resistance context.
View Pine Script · Read Case Study
A multi-factor EGX dashboard combining trend, momentum, liquidity, pivots, market structure, and a weighted decision score.
View Pine Script · Read Case Study
Correction-zone analysis using EMA, RSI, MACD, Bollinger Bands, confirmed pivots, Fibonacci levels, and configurable alerts.
View Pine Script · Read Case Study
A daily pivot matrix with confirmed prior-day OHLC levels, trend filters, liquidity context, entry/exit signals, and a chart dashboard.
View Pine Script · Read Case Study
| Indicator | Pine v6 compile | Visual chart check | Repainting notes |
|---|---|---|---|
| Smart EGX Liquidity S/R Dashboard | Passed | Passed | Pivots are confirmed after the configured right-side bars; live-bar conditions may fluctuate until close. |
| AboSamra Pro | Passed | Passed | No higher-timeframe requests; live-bar signals may fluctuate until close. |
| EGX Smart Balance Matrix Pro | Passed | Passed | Pivot-based structure is delayed by confirmation bars; live score may update intrabar. |
| Smart Correction Signals Pro | Passed | Passed | Fibonacci anchors use confirmed pivots; current-bar setups may change before close. |
| EGX Pro Price Matrix | Passed | Passed | Daily matrix uses prior-day OHLC values; current-bar entry/exit signals may change before close. |
Two source-level compatibility fixes were applied to the portfolio copies after real TradingView compilation:
- Declared
nearestSupplyandnearestDemandexplicitly asfloatwhen initialized withna. - Renamed the reserved identifier
rangetoswingRange.
The underlying indicator logic was not changed.
- Open a script from the
indicators/directory. - Copy it into the TradingView Pine Editor.
- Click Add to chart.
- Review the inputs for the target symbol and timeframe.
- Create alerts only after confirming the intended bar-close behavior.
- The scripts are presented as Beta / Active Beta portfolio work.
- Pivot-based signals are known only after the configured confirmation bars.
- A successful compile and visual check do not guarantee trading performance.
- Test on multiple symbols, timeframes, and market conditions before any practical use.
pine-script-indicators contains the broader EGX/Pine Script toolkit, archive, documentation, and TradingView validation evidence.
This repository is for education, software demonstration, and technical research only. It is not financial advice or a recommendation to buy or sell any security. Trading involves risk, and all decisions remain the user's responsibility.
Copyright © 2026 Alaamo7. See LICENSE.md for the full usage terms. No redistribution, resale, sublicensing, or commercial use is granted without prior written permission.




