No description
Find a file
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
.vscode Integrate Phase-Based Profit Maximization into ERMT_PME_1.0 >1.1 - Debug complete 2025-10-27 23:16:57 +00:00
Experts feat(ERMT PME v2.1): Add optional bar-counting entry system for backtesting 2026-02-01 11:52:53 +00:00
Files Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions. 2025-11-18 10:37:19 +00:00
Images New ERMT: 2025-09-22 13:24:18 +01:00
Include 2026-01-31 12:29:07 +00:00
Indicators 2026-01-31 12:29:07 +00:00
Profiles 2026-01-31 12:29:07 +00:00
Scripts 2026-01-31 12:29:07 +00:00
Shared Projects/ERMT-ML Module Integration Summary for External Trade Management 2025-08-27 14:21:02 +01:00
experts.dat 2026-01-31 12:29:07 +00:00
Modules.mqh New ERMT: 2025-09-22 13:24:18 +01:00