Re: Convert MT4 indicators to MT5
Posted: Tue Apr 29, 2025 8:38 pm
Thank 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; }
Hello, 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.
Thank 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.
Is not this what you want? clickvzulaks 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!
Try here.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