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
In my opinion, using a Martingale system by itself is basically gambling, sooner or later, the profits you've made are likely to be lost because the strategy has a fundamental limitation: it cannot continue indefinitely. Martingale is always limited by your account balance, and eventually the market will push the system to a margin call if nothing changes.
That's why I believe a Martingale strategy needs an intelligent decision-making layer that knows when to continue and when to stop before reaching dangerous margin levels., this could be based on market conditions, volatility, trading sessions, range filters, trend analysis, timing, or other factors that reduce the probability of entering an endless losing sequence...
For my own project, I've developed a different approach that's currently being tested, so instead of risking additional money from my own pocket, the system only "gambles" with the profits it has already generated., so far, the results have been very encouraging, and I'm working hard to improve it even further .
At the moment, the system is achieving around 6–10% profit, which I don't consider enough , so my goal is to continue refining it until it can consistently generate much higher returns, ideally around 70% on the invested capital, while keeping the risk under control.
At the moment, the system is achieving around 6–10% profit, which I don't consider enough , so my goal is to continue refining it until it can consistently generate much higher returns, ideally around 70% on the invested capital, while keeping the risk under control.
Martingale is a coin-flipping where your stake is your house, and you earn $2 each time you win.
You can play as long as you want, but one streak of 16 consecutive heads or tails will make you homeless.
A streak of 15 if you want to earn $4 per win, and 14 if you want to earn $8 per win.
In real trading, with spreads, fees, slippage, etc., your deadly streak will be shorter (or your wins will be smaller).
Trading is about making money, not about being right. Win rate means nothing without the other numbers.
Well... it does mean something. A high win rate just means you'll get cooked sooner or later.
Nothing wrong with Martingale, like all other strategies it all depends on the strategy itself and if it has any edge or not.
There are several different Martingales, here are a few. (There are of course lots of other approaches)
The original Martingale, double the lot size when last trade is a loss. After a win the lotsize is lowered to the original size.
Martingale Grid, enlarge the lotsize after every trade that goes negative to a predefined or dynamic level. Wait for the price to return.
Anti Martingale Grid, lower the lotsize after each trade that goes negative to a predefined or dynamic level. Wait for the price to return.
Hedge Martingale, enlarge the lotsize after every trade that goes negative to a predefined or dynamic level. At the same time an opposite trade will be opened to lower the risk. Wait for the price to return.
And so on...
To be honest, Gold isn't the best market to trade a Martingale like strategy to begin with. To expensive, to long trends and have an erratic behavior.
People often fall for the big win in a short time strategies here on MQL5, and a large percent of those are martingale strategies.
But the worst of them are the strategies that add funds when in drawdown (martingale or not), just to smooth out the equity curve.
Its a business for many sellers, but how many of you can afford to add 5-10k just because of a drawdown on a 2k account?
Best way to automate your trading is to learn how to program and make your own strategy. That way you will have full power over what it does and doesn't do, without it being curve fitted by a seller.
That's why I'm trying not to get into this kind of strategy while developing my EA and so far it looks good.
But surely I can't close the possibility of someone able to do martingale safely.