Topic: EA Strategy characterization for GPT5
Hello Everyone,
I’ve put together a structured prompt to fully characterize Expert Advisors from their .mq4/.mq5 files. It covers entry/exit rules, indicators, SL/TP, risk calculation, and outputs everything in a clean table.
You can Upload your .mq4/.mq5 files (not just .ex4/.ex5) and use the following prompt, use it and let me give me your feedabck.
All the Best.
Vincenzo
---------------------------------------------------
Ready to Use Prompt:
I want you to fully characterize a set of Expert Advisors (.mq4/.mq5 files). By characterization I mean:
1. Read the source code of each EA (.mq4/.mq5).
2. Identify entry/exit rules: indicators used, logic conditions, overall bias.
3. Extract position management rules: stop loss (SL), take profit (TP), and any additional exit logic.
4. Calculate risk in € assuming Entry_Amount = 0.10 lots (≈ 1 € per pip on majors) based on the SL.
5. Compile one unified table for all EAs with these columns:
- Magic number
- Asset
- Timeframe
- Strategy (summary characterization, not just the file name)
- Indicators/Triggers (entry → exit)
- SL / TP (pips)
- Risk ≈ € (with 0.10 lots)
6. If the EA comes from BOT Poll or Top App, mark its magic number with an asterisk * and add a footnote stating this source.
Before you start, please ask me these questions:
- Can you provide the original filenames of the uploaded .mq4/.mq5 files (they usually contain the asset and timeframe)?
- If I don’t provide filenames, should I upload a screenshot of the folder showing the files so you can extract asset and timeframe from there?
- Do you want me to always update the same master table with all previously analyzed EAs, or create a new table each time?
- Should I also export the final table in CSV or Excel for easier sharing?
Important: Please upload the .mq4 or .mq5 files (source code, not just .ex4/.ex5) so I can read the trading logic.
--------------------------------------------------------------