Can we create an EA for gold trading based on our experience and have AI help write the code in a vibe way? How should we do this and where should we start?
Forum on trading, automated trading systems and testing trading strategies
Sma 14 based system (5 minutes)
William Roeder, 2025.03.14 18:50
ChatGPT (the worst), “Bots Builder”, “EA builder”, “EA Builder Pro”, EATree, “Etasoft forex generator”, “Forex Strategy Builder”, ForexEAdvisor (aka. ForexEAdvisor STRATEGY BUILDER, and Online Forex Expert Advisor Generator), ForexRobotAcademy.com, forexsb, “FX EA Builder”, fxDreema, Forex Generator, FxPro, “LP-MOBI”, Molanis, “Octa-FX Meta Editor”, Strategy Builder FX, “Strategy Quant”, “Visual Trader Studio”, “MQL5 Wizard”, etc., are all the same. You will get something quick, but then you will spend a much longer time trying to get it right, than if you learned the language up front, and then just wrote it.
Since you haven't learned MQL4/5, therefor there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into yours.
We are willing to HELP you when you post your attempt (using Code button) and state the nature of your problem, but we are not going to debug your hundreds of lines of code. You are essentially going to be on your own.
ChatGPT |
|
bot builder | Creating two OnInit() functions. * |
EA builder | |
EATree | Uses objects on chart to save values — not persistent storage (files or GV+Flush.) No recovery (crash/power failure.) |
ForexEAdvisor |
|
FX EA Builder |
|
Right now I'm studying how to use AI to convert my ideas into an EA in MQL5 language. Has anyone had experience doing this? I'd like to share ideas.
Currently, I'm interested in using Cursor, QODO, MT5 coder. Has anyone used any of these before?
i hate that term . Vibe coding .
the rest of the world will understand when we start vibe lawyering and vibe marketing and vibe cooking and vibe doctoring
Also to the OP :
collect data , that is the first step you will need since you want to go all AI . its not that hard on mt5 .
Export all that data , give it to an ai and ask it to prep it for python.
on python you may use keras / pytorch / tensorflow or even scikit learn to create an onnx model
then bring back the onnx model to mt5 and have it trade
i hate that term . Vibe coding .
the rest of the world will understand when we start vibe lawyering and vibe marketing and vibe cooking and vibe doctoring
Also to the OP :
collect data , that is the first step you will need since you want to go all AI . its not that hard on mt5 .
Export all that data , give it to an ai and ask it to prep it for python.
on python you may use keras / pytorch / tensorflow or even scikit learn to create an onnx model
then bring back the onnx model to mt5 and have it trade
😂😂😂Bro you killed me with "vibe doctoring"😂😂
well for now no matter the intensity of the vibe he/she will need someone to port the data properly to python . so mq will benefit from the commissions , and freelancers too.
i mean it is easy as biting a cake to port bars to python (just bars) but when indicators enter the mix the complexity changes.
Like : no matter how cheap the beer is you have to open the bottle to drink it
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Currently, I'm interested in using Cursor, QODO, MT5 coder. Has anyone used any of these before?