mql5/Experts/Advisors
darashikoh d0c861b744 feat(ERMT PME v2.1): Add optional bar-counting entry system for backtesting
BREAKING CHANGES:
- EA is no longer management-only when InpEnableEntries=true
- New CTrade dependency added
- New magic number 77777 used for automated entries

NEW FEATURES:
- Toggleable bar-counting entry system (3/5/7 consecutive opposite bars)
  * Detects N consecutive bearish/bullish bars followed by reversal
  * Long entry: After N bearish bars, current bar closes bullish
  * Short entry: After N bullish bars, current bar closes bearish
- Auto lot sizing based on account risk percentage
- Fixed stop-loss and R:R-based take profit
- Entry cooldown period (minimum bars between entries)
- Fully integrated with existing position management system

IMPLEMENTATION:
- DetectBarCountingEntry(): Scans for consecutive opposite bars pattern
- ExecuteEntry(): Places market orders with risk management
- Integrated into OnTick() with new bar detection
- CTrade setup with magic number, deviation, and filling mode
- Ent
2026-02-01 11:52:53 +00:00
..
ERMT_7x Fix v1.3 partial closures integration and streamline dashboard 2025-12-04 12:00:09 +00:00
ERMT_PMEx feat(ERMT PME v2.1): Add optional bar-counting entry system for backtesting 2026-02-01 11:52:53 +00:00
Modules ERMT 7.1 (ERMT‑ML): add Entry‑Only mode, harden compilation on macOS/Wine, fix datatype order, and clean includes 2025-10-28 23:35:47 +00:00
ExpertMACD.ex5 Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions. 2025-11-18 10:37:19 +00:00
ExpertMACD.mq5 2026-01-31 12:29:07 +00:00
ExpertMAMA.ex5 Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions. 2025-11-18 10:37:19 +00:00
ExpertMAMA.mq5 2026-01-31 12:29:07 +00:00
ExpertMAPSAR.ex5 Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions. 2025-11-18 10:37:19 +00:00
ExpertMAPSAR.mq5 2026-01-31 12:29:07 +00:00
ExpertMAPSARSizeOptimized.ex5 Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions. 2025-11-18 10:37:19 +00:00
ExpertMAPSARSizeOptimized.mq5 2026-01-31 12:29:07 +00:00