Commit graph

2 commits

Author SHA1 Message Date
darashikoh
443ce2d4f2 ERMT_6.9 Compilaton Errors part 1 - complete 2025-09-01 16:55:52 +01:00
6c32c0bae3 Both dashboards running simultaneously
Original dashboard on left (X=20)
New self-contained dashboard on right (X=350)
Complete trading logic preserved

Technical Analysis Module

Market condition detection (VOLATILE, TRENDING, RANGING, QUIET)
All indicators and analysis methods
Same logic feeds both dashboards

Testing Guide

Keyboard shortcuts for easy comparison
Migration path clearly defined
Performance metrics to monitor

The compilation errors indicate that the DataTypes.mqh file is missing the necessary type definitions. All the errors relate to undefined custom types like EntrySystemConfig, EntrySignal, ENUM_SIGNAL_TYPE, and MarketConditions. Here's the complete DataTypes module you need:
2025-08-29 12:47:50 +01:00