Page 65 of 75

Re: Convert MT4 indicators to MT5

Posted: Tue Apr 29, 2025 8:38 pm
by mrtools
CKLMLL95 wrote: Tue Apr 29, 2025 8:28 pm Coders,

Has anyone converted the ! dz adx trend - avgs smoothed (mtf + alerts + arrows +divergence + btn) yet? Great indicator.

Thank You
Try here.

Re: Convert MT4 indicators to MT5

Posted: Wed Apr 30, 2025 2:43 am
by CKLMLL95
mrtools wrote: Tue Apr 29, 2025 8:38 pm Try here.
Thank you!

Re: Convert MT4 indicators to MT5

Posted: Wed Apr 30, 2025 2:52 am
by Akela
mrtools wrote: Tue Apr 29, 2025 8:17 pm Hello, the On-Chart Wpr part would be pretty easy conversion the only part I am not sure about is the range calculation used in the bands this part

Code: Select all

atrTimeFrame = PERIOD_H4;
              switch (timeFrame)
               {
                 case PERIOD_M1:  atrTimeFrame = PERIOD_H1;  break;
                 case PERIOD_M5:  atrTimeFrame = PERIOD_H4;  break;
                 case PERIOD_M15: atrTimeFrame = PERIOD_H4;  break;
                 case PERIOD_M30: atrTimeFrame = PERIOD_D1;  break;
                 case PERIOD_H1:  atrTimeFrame = PERIOD_D1;  break;
                 case PERIOD_H4:  atrTimeFrame = PERIOD_D1;  break;
                 case PERIOD_D1:  atrTimeFrame = PERIOD_W1;  break;
                 case PERIOD_W1:  atrTimeFrame = PERIOD_MN1; break;
                 default:         atrTimeFrame = PERIOD_H4;
               }
               
Not sure how in mt5 to do this in combination with the regular wpr mtf, need to do more research and will get back.
Thank you for your efforts.

Re: Convert MT4 indicators to MT5

Posted: Wed Apr 30, 2025 5:14 am
by kvak
Abzak wrote: Tue Apr 29, 2025 7:47 pm Hello Mr. Kvak. I'm not sure but I think you made this. Any chance you have it's equivalent for mt5? I would love to have a line for H4 open lines. Thank you.
Hello, this indicator is not mine, I am convert this from mql4.
If you choose extra MT5 timeframes, not working good and need manualy refresh.

Re: Convert MT4 indicators to MT5

Posted: Wed Apr 30, 2025 1:24 pm
by Abzak
kvak wrote: Wed Apr 30, 2025 5:14 am Hello, this indicator is not mine, I am convert this from mql4.
If you choose extra MT5 timeframes, not working good and need manualy refresh.
Thank you Mr. Kvak. This is all I need.

Re: Convert MT4 indicators to MT5

Posted: Thu May 01, 2025 2:27 pm
by vzulaks
Hello Mrtools and Kvak,

Would it be possible for you to convert the indicator 3x Xuma (eAverages + Histo + BT) v1.1 to MT5?

I truly hope you can help with this conversion, and I would be sincerely grateful for your support.

Thank you very much in advance!

Re: Convert MT4 indicators to MT5

Posted: Thu May 01, 2025 5:38 pm
by kvak
vzulaks wrote: Thu May 01, 2025 2:27 pm Hello Mrtools and Kvak,

Would it be possible for you to convert the indicator 3x Xuma (eAverages + Histo + BT) v1.1 to MT5?

I truly hope you can help with this conversion, and I would be sincerely grateful for your support.

Thank you very much in advance!
Is not this what you want? click

Re: Convert MT4 indicators to MT5

Posted: Thu May 01, 2025 7:01 pm
by vzulaks
kvak wrote: Thu May 01, 2025 5:38 pm Is not this what you want? click
Thank you so much Kvak!

Re: Convert MT4 indicators to MT5

Posted: Sun May 04, 2025 9:25 am
by UB2022
Hello Mr. Tools/Kvak, hope all is well. Would you most kindly explore the possibility of converting this indicator in to MT5 for sub window. The Heiken Ashi RSI would be a great compliment for the on chart RSI Support and resistance as well. Thank you much!! Blessings

Re: Convert MT4 indicators to MT5

Posted: Mon May 05, 2025 8:12 am
by mrtools
UB2022 wrote: Sun May 04, 2025 9:25 am Hello Mr. Tools/Kvak, hope all is well. Would you most kindly explore the possibility of converting this indicator in to MT5 for sub window. The Heiken Ashi RSI would be a great compliment for the on chart RSI Support and resistance as well. Thank you much!! Blessings
Try here.