mql5/Experts
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
..
Advisors feat(ERMT PME v2.1): Add optional bar-counting entry system for backtesting 2026-02-01 11:52:53 +00:00
Archive Analysis: 2025-11-11 17:23:18 +00:00
Examples 2026-01-31 12:29:07 +00:00
Free Robots 2026-01-31 12:29:07 +00:00
Mistral Add new optimization profiles for ERMT_7.1_ERMT-ML on EURUSD M5 2025-11-13 07:52:49 +00:00
Galileo FX_Pro_MT5.ex5 Analysis: 2025-11-11 17:23:18 +00:00
Recommended Project Knowledge Structure.md Finished ERmt_7.1_ML debug and initialisation 2025-10-29 13:34:40 +00:00