Help with what? You stated a want, do to the freelance section
If you don't know how to code, then please consider using the Freelance section to place a job request for converting your code. The Forum is not the place for such a request.

Trading applications for MetaTrader 5 to order
- 2022.12.29
- www.mql5.com
The largest freelance service with MQL5 application developers

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
study("", format=format.volume)
A1=(close-sma(close,20))/ (stdev(close,20))
A2=(ema(ema(ema(A1,3),3),3))
polt(A2)
Change the previous code to MQL4 plz...