Prepare source-only public release for develop.

Add cluster audit pipeline, united EA updates, brochure generators, and publication hygiene (gitignore, MT5 path desensitization, pre-upload scan). Remove tracked reports, models, and binary artifacts from the repo.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
zhutoutoutousan
2026-07-02 15:03:43 +02:00
co-authored by Cursor
parent 3f75a08848
commit 605faf5310
1014 changed files with 83437 additions and 10413 deletions
+10 -11
View File
@@ -6,19 +6,18 @@ This directory contains production-ready Expert Advisors (EAs) for MetaTrader 5,
```
frontline/
├── MQL5/ # MetaTrader 5 Expert Advisors
│ ├── RSIScalpingXAUUSD/ # RSI Scalping for Gold
│ ├── RSIScalpingBTCUSD/ # RSI Scalping for Bitcoin
│ ├── RSIScalpingMSFT/ # RSI Scalping for Microsoft
│ ├── RSIScalpingTSLA/ # RSI Scalping for Tesla
│ ├── RSICrossOverReversalXAUUSD/ # RSI Crossover Reversal for Gold
│ ├── RSIMidPointHijackXAUUSD/ # RSI MidPoint Multi-Strategy for Gold
│ ├── EMASlopeDistanceCocktailXAUUSD/ # EMA Slope Distance Strategy
│ └── DarvasBoxXAUUSD/ # Darvas Box Breakout Strategy
└── tradingview/ # TradingView Pine Script strategies
└── SSEEMARSICocktail/ # Multi-indicator cocktail strategy
├── cluster-latest/ # United multi-strategy EA (production cluster)
├── units/ # Standalone per-symbol EAs
├── units-trailing/ # Trailing-stop variants
├── units-sharpshooter/ # Sharpshooter-tuned variants
├── units_economic_calendar/ # Calendar-filter variants
├── united_template/ # Templates for united EAs
├── cluster-NZDUSD/ # NZDUSD gene-combo cluster (R&D)
└── tradingview/ # TradingView Pine Script
```
See [`docs/STRUCTURE.md`](../docs/STRUCTURE.md) for the full repo map.
## Available Strategies
### RSI Scalping Strategies