Try here.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
Re: Convert MT4 indicators to MT5
643Thank you for your efforts.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 partNot sure how in mt5 to do this in combination with the regular wpr mtf, need to do more research and will get back.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; }
Re: Convert MT4 indicators to MT5
644Hello, this indicator is not mine, I am convert this from mql4.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.
If you choose extra MT5 timeframes, not working good and need manualy refresh.
Re: Convert MT4 indicators to MT5
645Thank you Mr. Kvak. This is all I need.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.
Re: Convert MT4 indicators to MT5
646Hello 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!
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!
VzuLaks
: People never plan for failure. They simply fail in planning for success!