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
no EA can adapt to different conditions
It's possible to build one which is adaptive as ATR volatility in its nature is adaptive. It doesn't need to be complicated to be adaptive to changing regimes. The most difficult thing is to avoid traps in the market. Trapped buyer and trapped seller is a common pattern I see in backtests I did with EAs from the market. Then other EAs don't hold a trade for more than 1 bar which is stupid as that's not really riding the trend.
What I see on the marketplace as well is apparent scam reviewers who copy and paste a fake review just to try and take someone down.
It's possible to build one which is adaptive as ATR volatility in its nature is adaptive. It doesn't need to be complicated to be adaptive to changing regimes. The most difficult thing is to avoid traps in the market. Trapped buyer and trapped seller is a common pattern I see in backtests I did with EAs from the market. Then other EAs don't hold a trade for more than 1 bar which is stupid as that's not really riding the trend.
What I see on the marketplace as well is apparent scam reviewers who copy and paste a fake review just to try and take someone down.
Hello,
Every One wants to make more and more money, some focus on small but consistent profits, while some focus on high return in couple of days,
what I do as a professions,
I try my best to keep safe my capital, and focus on small return of monthly 2% to 10% (depends on market situation).
now I'm making profits from my account, why I should not make more profit by selling the same service to others, as signal/product?
if I took a trade on my account and I make $100 with that trade, so what if 100 account are following me and each account make $100, so I'll receive 30% from all, means, total I earn
$30 x 100 = $3000 + $100 = $3100,
so what is batter, ????? to earn alone or earn with community.
your other scenario, the system is not profitable , yes that can be possible, so we must do deeply research about our purchasing,
Thanks,
Hello wondering if there is a profitable EA on the MQL market or have they all got a alternative motive.
I mean lets face it, if someone had a EA that was profitable, why would they sell it.
Very basic discussion but funny enough it may raise some concerns.
I have had many EA's from over a period of 5-6 years and if I go back in the account and click on them they are no longer available and nor is the author.
This can only mean 1 of 2 things.
1-They were profitable and the Author took them down and run off with there millions of $
2-They were not profitable and the Author is now nowhere to be seen.
Same questions can be raised for signals as well.
Keen to hear any thoughts of others.
Have a great day.
why do people look at EAs as magical tools,!!! EAs are just tools, and if u dont understand the logic behind the tool it might be hard for u to make money with the tool
Forum on trading, automated trading systems and testing trading strategies
(iOS iPad MT5) How do I shift the chart to get an open space at the right edge?
William Roeder, 2023.06.21 20:29
"bcoz" is not an English word. "U" is not an Englich word. "adfter" is not an Enghosh word. "Indi" is also not. This is an international English forum; post in English on this part of the forums.
Please don't write ur - it's "you are" or "your" - MQL4 programming forum (2014)
As a matter of fact, I used to run grid EAs on gold, and they all eventually blew up because they shared the same fundamental flaw: fixed grid spacing. Some EAs use ATR-based spacing, but the multiplier is usually far too small and based on lower timeframes.
I got tired of that, so I built my own EA. It uses H4 ATR-based grid spacing and offers three different entry strategies. As far as my testing goes, it's the only grid EA for gold that has survived continuously from 2018 to today.
While many other EAs blew up during the July volatility, mine didn't even exceed a 10% drawdown on the high-risk setting while still delivering excellent profits.
I won't share a link because I'm not here to promote my own product. My point is simply that profitable grid EAs do exist—you just shouldn't buy the same recycled EAs from shady developers.
Run your own backtests, and use specialized tools to check whether an EA is curve-fitted or relies on unrealistic assumptions.
Victor's right that "super A.I. machine learning" is usually the tell, not the feature — a real edge has an economic reason you can say in one sentence, not a black box.
While ML based EAs are a black box, I wasn't talking about machine learning. Basic adaptive trend via volatility.