Is Hedging the Key to a Robust Expert Advisor? - page 2

 
Michael Charles Schefe #:
[T]hen i suggest that you search google.
I did worse than that. I consulted the MQL5 Lite AI Assistant, and it coded me a direct hedging EA that proved to be an utter disaster in the Tester.😅
 

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.

 
Domenico Perrotta #:

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.