Is there any tool that converts an MT4 file to an MT5 file?

 
If so, I would love to hear opinions on the tool based solely on experience.
 
Smart Algotrade:
If so, I would love to hear opinions on the tool based solely on experience.

I have converted several MQL4 codes to MQL5 code using the MQL5 Lite AI Assistant that is integrated into MT5.

The best prompt that I've used is: "Rewrite the following MT4 indicator code for use in MT5: [followed by the copied and pasted MQL4 code]."

The Assistant tended to attempt a line-by-line conversion when I used the word, convert, so I try to avoid that. That created a "doom loop" of never ending corrections. What I really want is for the Assistant to get a holistic concept of the indicator, and then write 100% new code.