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
[T]hen i suggest that you search google.
The use of AI is now widespread worldwide because it saves a significant amount of time and effort in software development.
However, when it comes to designing an Expert Advisor for algorithmic trading, I believe AI alone is not enough. If the developer does not have a solid understanding of trading logic, risk management, and market behavior, AI can generate code, but it is unlikely to create a truly robust and profitable trading strategy.
In my opinion, the real value comes from combining the developer's experience with AI: the developer defines the trading logic, while AI accelerates and simplifies the implementation.
The use of AI is now widespread worldwide because it saves a significant amount of time and effort in software development.
However, when it comes to designing an Expert Advisor for algorithmic trading, I believe AI alone is not enough. If the developer does not have a solid understanding of trading logic, risk management, and market behavior, AI can generate code, but it is unlikely to create a truly robust and profitable trading strategy.
In my opinion, the real value comes from combining the developer's experience with AI: the developer defines the trading logic, while AI accelerates and simplifies the implementation.
I agree. The MQL5 Lite AI Assistant spit out is own self-generated code after I prompted a simple question about direct hedging. To be clear, I'm not in the habit of using AI to code EA's. I generally don't subscribe to direct hedging, so I let it have a go at it. That was merely an experiment.
My best EA, and best EA's in the past, have been one-and-done single position trading EA's. That is more or less by way of necessity in my FIFO jurisdiction. Even so, my algorithmic trading leaves me free time to toy with new stuff.
Honestly, it is an interesting concept, but too idealistic to me. I mean, if an EA has an edge, it doesn't need a hedging risk management. On the contrary, you may even lose more money than without it. Any type of risk management is a form of overfitting. Everything is overfitting. Even a stop loss is. But a stop loss or a trailing stop are still simple concepts and it's not too difficult to find the proper parameters, avoiding overfitting the strategy. With a hedging risk management, you only risk to throw good trades into the bin just because the price initially went against your initial position for a few pips (or the distance you choose). Of course, you can backtest this and find good parameters, but the risk of overfitting is quite high. I personally would never trust a hedging risk management for this reasons. I would prefer creating another EA with the idea to balance the losses of the previous one while still being profitable by itself. It is even much simpler and quicker to do.
With this, I don't mean that it's impossible. It's just a complexity that I don't find useful.
But a stop loss or a trailing stop are still simple concepts and it's not too difficult to find the proper parameters, avoiding overfitting the strategy.
Yes. That is so for you and I but not everyone, I suppose. If a trader's strategy doesn't have much of an edge in its logic, direct hedging could be the difference between continuing to trade versus quitting altogether.
Indirect hedging (cross-market/instrument) is a different ball of wax─wherein every trade is hedged all of the time. The best example that comes to mind at the moment is the Gold/DXY Index/U.S. 10 Year Note hedge.
Yes. That is so for you and I but not everyone, I suppose. If a trader's strategy doesn't have much of an edge in its logic, direct hedging could be the difference between continuing to trade versus quitting altogether.
Indirect hedging (cross-market/instrument) is a different ball of wax─wherein every trade is hedged all of the time. The best example that comes to mind at the moment is the Gold/DXY Index/U.S. 10 Year Note hedge.
Honestly, it is an interesting concept, but too idealistic to me. I mean, if an EA has an edge, it doesn't need a hedging risk management. On the contrary, you may even lose more money than without it. Any type of risk management is a form of overfitting. Everything is overfitting. Even a stop loss is. But a stop loss or a trailing stop are still simple concepts and it's not too difficult to find the proper parameters, avoiding overfitting the strategy. With a hedging risk management, you only risk to throw good trades into the bin just because the price initially went against your initial position for a few pips (or the distance you choose). Of course, you can backtest this and find good parameters, but the risk of overfitting is quite high. I personally would never trust a hedging risk management for this reasons. I would prefer creating another EA with the idea to balance the losses of the previous one while still being profitable by itself. It is even much simpler and quicker to do.
With this, I don't mean that it's impossible. It's just a complexity that I don't find useful.
i will like to dive into this conversion with you and work with you because i'm currently working on a hedging strategy
I would like to start a technical discussion about Expert Advisors for algorithmic trading.
I believe that identifying the market trend is certainly important, regardless of the approach used (price action, technical indicators, neural networks, etc.). However, I have the impression that the real determining factor in an EA's robustness is how it manages losing positions.
More specifically, I am referring to hedging systems designed to manage and recover unfavorable positions, rather than simply closing them with a stop loss.
In your opinion, can a well-designed hedging system have a greater impact on an Expert Advisor's overall performance than the entry logic itself? Or do you believe that the quality of the entry signal remains the most important factor?
From a technical perspective, this is my view:
* If an EA has no statistical edge, or a negative one, a hedging system alone cannot turn it into a profitable long-term strategy.
* On the other hand, if an EA already has a statistical edge in identifying trading opportunities, an effective hedging strategy can reduce drawdown, improve loss recovery, and produce a more stable equity curve.
* The real challenge is designing a hedging system that does not simply postpone losses by increasing market exposure, but instead takes advantage of market movements to manage and close recovery cycles efficiently.
I would be interested in hearing your technical opinions and experiences on this topic.
If I walked into a proprietary a trading office and told them that my strategy includes buying and selling the same instrument simulataneously, they would laugh/throw me out onto the street. "Direct hedging" is washout. Professional traders engage in cross-instrument and/or cross-market hedging─not direct hedging.
If your strategy includes trading in all "phases" of a market, the proper tactic for a ranging phase is to conditionally deploy fast price reversal entry logic.
In every type of hedging strategy, every profitable trade is reduced by a loss─with the goal of eliminating risk. That's fine for a hedge fund that has a billion dollars, but not so good for the average retail trader who has a small account.