51 lines
806 B
Markdown
51 lines
806 B
Markdown
\# Codex instructions for MyProEA
|
|
|
|
|
|
|
|
This workspace is only for the MyProEA MT5 Expert Advisor project.
|
|
|
|
|
|
|
|
Only read, edit, and reason about files inside this folder unless I explicitly provide another file.
|
|
|
|
|
|
|
|
Main EA file:
|
|
|
|
\- MyProEA.mq5
|
|
|
|
|
|
|
|
Project include files:
|
|
|
|
\- Include/
|
|
|
|
|
|
|
|
Strategy files:
|
|
|
|
\- Include/Strategies/
|
|
|
|
|
|
|
|
Do not modify files outside this project.
|
|
|
|
Do not modify global MQL5 Include files.
|
|
|
|
Do not scan unrelated Experts, Indicators, Scripts, Libraries, Logs, or Profiles.
|
|
|
|
|
|
|
|
When changing code:
|
|
|
|
1\. Keep the existing architecture.
|
|
|
|
2\. Make the smallest safe change.
|
|
|
|
3\. Do not rewrite unrelated managers or framework files.
|
|
|
|
4\. Strategy files should only output buy/sell signals, SL, TP, and metadata expected by the existing project.
|
|
|
|
5\. Explain which file you changed and why.
|
|
|