You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
What an accurate statement! 😅😂🤣
Here was me switching from manual trading to algorithmic trading in 2012:
In the beginning, I was simply stitching pieces of code together without truly understanding position sizing or drawdown control. After only a few days of backtesting, the account was already blown.That experience changed my approach completely.For more than a year afterward, I focused on studying logs, execution flow, and risk management in depth. I stopped chasing maximum profit and started prioritizing risk control above everything else.Today, my EA is much more stable.It uses defined stop-loss rules, with no martingale and no grid systems.In trading, emotions are always the biggest opponent.That is exactly why I continue refining and improving my EA.
What did you tried to build at first?
What was the main concept for you first EA?
What did you build back then?
There was a web hosted "EA builder." I paid something like 30 USD for a one-year subscription. It was merely a drag-and=drop graphical interface that generated source code from a captive database.
I referred to the EA builder as "garbage" because the generated code was very limited and rather inefficient. I must admit, however, my intense custom code edits to that generated code did inspire me to write completely custom code within that year. The builder was either a waste of 30 USD or the best 30 USD that I ever spent. You be the judge.
There was a web hosted "EA builder." I paid something like 30 USD for a one-year subscription. It was merely a drag-and=drop graphical interface that generated source code from a captive database.
I referred to the EA builder as "garbage" because the generated code was very limited and rather inefficient. I must admit, however, my intense custom code edits to that generated code did inspire me to write completely custom code within that year. The builder was either a waste of 30 USD or the best 30 USD that I ever spent. You be the judge.
Lol, then you moved into mql community?
Personnaly, I always prefer to start with litterature and research instead of reinventing the wheel.
When I developped my first EA, I do the same and try to copy paste block of code to combine stuff together. The performance was pretty decent but not smart enough to manage Loss...
Now with LLM and AI it is much more easier and we test millions of stuffs without being a coder (Amazing moment of life :))
Lol, then you moved into mql community?
Yeah. Truth be told, I was still using MT4 at that time─so it was mql4.com.
Metaquotes migrated my mql4.com account over to mql5.com at some point which in turn, led me to migrate myself over to MT5.
Personnaly, I always prefer to start with litterature and research instead of reinventing the wheel.
When I developped my first EA, I do the same and try to copy paste block of code to combine stuff together. The performance was pretty decent but not smart enough to manage Loss...
Now with LLM and AI it is much more easier and we test millions of stuffs without being a coder (Amazing moment of life :))
This was my very first formal EA (after a some tests)
Yeah. Truth be told, I was still using MT4 at that time─so it was mql4.com.
Metaquotes migrated my mql4.com account over to mql5.com at some point which in turn, led me to migrate myself over to MT5.
Is mql4 very different from mql5?
In about 2010 when MQL5 was initially released, MQL4 was like MQL5─for the most part.
At that time, MQL4 remained rather skeletal and didn't support OOP. If I remember correctly, the first deviations from MQL4 in MQL5 were the advents of indicator handles followed by more nuanced order sending code─and MQL5 supported OOP before MQL4 did so. I never used OOP in MQL4 because I switched over to MQL5 to use OOP. As the MQL5 language expands at breakneck speed, MQL4 still remains rather skeletal in comparison to MQL5.
Even though I have a bit of nostalgia for the MQL4 language as an easy start in algo coding, moving forward meant leaving it behind. The faster execution and greater control of MQl5 certainly influenced my thinking as well. IMHO, there is no reason to use antiquated MQL4/MT4 unless of course, you only have access to MT4 in your given region of the world.