Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pine Script v6 Portfolio 📈

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.

Portfolio at a glance

  • 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.

Repository navigation

Development workflow

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.

Featured case studies

Smart EGX Liquidity S/R Dashboard

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

AboSamra Pro

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

EGX Smart Balance Matrix Pro

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

Smart Correction Signals Pro

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

EGX Pro Price Matrix

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

Portfolio

1. Smart EGX Liquidity S/R Dashboard

Supply and demand zones, structure breaks, liquidity sweeps, traps, and a compact market dashboard.

Smart EGX Liquidity S/R Dashboard

View Pine Script · Read Case Study

2. AboSamra Pro

A bilingual trend and momentum dashboard combining EMA 9/21/50/200, RSI, signals, and manual support/resistance context.

AboSamra Pro

View Pine Script · Read Case Study

3. EGX Smart Balance Matrix Pro

A multi-factor EGX dashboard combining trend, momentum, liquidity, pivots, market structure, and a weighted decision score.

EGX Smart Balance Matrix Pro

View Pine Script · Read Case Study

4. Smart Correction Signals Pro

Correction-zone analysis using EMA, RSI, MACD, Bollinger Bands, confirmed pivots, Fibonacci levels, and configurable alerts.

Smart Correction Signals Pro

View Pine Script · Read Case Study

5. EGX Pro Price Matrix

A daily pivot matrix with confirmed prior-day OHLC levels, trend filters, liquidity context, entry/exit signals, and a chart dashboard.

EGX Pro Price Matrix

View Pine Script · Read Case Study

Verification status

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.

Pine v6 compatibility fixes

Two source-level compatibility fixes were applied to the portfolio copies after real TradingView compilation:

  • Declared nearestSupply and nearestDemand explicitly as float when initialized with na.
  • Renamed the reserved identifier range to swingRange.

The underlying indicator logic was not changed.

Usage

  1. Open a script from the indicators/ directory.
  2. Copy it into the TradingView Pine Editor.
  3. Click Add to chart.
  4. Review the inputs for the target symbol and timeframe.
  5. Create alerts only after confirming the intended bar-close behavior.

Important notes

  • 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.

Related repository

pine-script-indicators contains the broader EGX/Pine Script toolkit, archive, documentation, and TradingView validation evidence.

Disclaimer

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 and license

Copyright © 2026 Alaamo7. See LICENSE.md for the full usage terms. No redistribution, resale, sublicensing, or commercial use is granted without prior written permission.

About

Five production-minded Pine Script v6 indicators for EGX technical analysis, with verified TradingView screenshots.

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages