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.