Page 46 of 75

Re: Convert MT4 indicators to MT5

Posted: Wed Jul 17, 2024 4:28 am
by Intrest 1
Hello, dear coders.
Could any of you make an indicator for MT5?
I know that there is TMA centered.mq5 on the forum, but they do not have the TrendThreshold parameter, which is important to me.
I would be very grateful for converting the indicator

Re: Convert MT4 indicators to MT5

Posted: Mon Jul 29, 2024 5:38 am
by SpecialFX
gokusolosfx wrote: Tue Nov 15, 2022 4:15 am Hi
Would appreciate conversion of kuskus starlight to mt5. Searched all over and I'm pretty sure it doesn't exist already.
Thank you
Kuskus_Starlight.mq4
Hi there - was this ever progressed? I can't find it if so...

Best

Re: Convert MT4 indicators to MT5

Posted: Mon Jul 29, 2024 6:18 am
by mrtools
SpecialFX wrote: Mon Jul 29, 2024 5:38 am Hi there - was this ever progressed? I can't find it if so...

Best
It looks like a repainting version of this, coded a little differently but the same principle wise.

Re: Convert MT4 indicators to MT5

Posted: Thu Aug 01, 2024 2:10 am
by oskison
Hi
Is anybody know if is any mt5 version of this indicator or is it possible for anyone to convert this indicator?

Re: Convert MT4 indicators to MT5

Posted: Sat Aug 03, 2024 4:43 am
by mrtools
oskison wrote: Thu Aug 01, 2024 2:10 am Hi
Is anybody know if is any mt5 version of this indicator or is it possible for anyone to convert this indicator?
Converted it somewhat, not sure about the object-oriented lines yet, but think it's a start.

Re: Convert MT4 indicators to MT5

Posted: Sat Aug 03, 2024 5:37 am
by oskison
mrtools wrote: Sat Aug 03, 2024 4:43 am Converted it somewhat, not sure about the object-oriented lines yet, but think it's a start.
thanks mrtools for your work, indicator looks good

I have question yet
Is it possible add this "rsi price line period" setting to indcator which i added in attachment?
Image

Re: Convert MT4 indicators to MT5

Posted: Sat Aug 03, 2024 6:05 am
by mrtools
oskison wrote: Sat Aug 03, 2024 5:37 am thanks mrtools for your work, indicator looks good

I have question yet
Is it possible add this "rsi price line period" setting to indcator which i added in attachment?
Image
Think that is the same as the first "inpPeriod" Rsi period.

Re: Convert MT4 indicators to MT5

Posted: Sat Aug 03, 2024 6:21 am
by oskison
mrtools wrote: Sat Aug 03, 2024 6:05 am Think that is the same as the first "inpPeriod" Rsi period.
i tested and it is completly different setting, in red box which i mark on the photo this setting seems to smooth the rsi lines

Re: Convert MT4 indicators to MT5

Posted: Sat Aug 03, 2024 11:19 am
by mrtools
oskison wrote: Sat Aug 03, 2024 6:21 am i tested and it is completly different setting, in red box which i mark on the photo this setting seems to smooth the rsi lines
In the version I posted it is this "input int inpRsiPlPer = 2; // Rsi price line period", right after speed.

Re: Convert MT4 indicators to MT5

Posted: Sat Aug 03, 2024 8:02 pm
by oskison
mrtools wrote: Sat Aug 03, 2024 11:19 am In the version I posted it is this "input int inpRsiPlPer = 2; // Rsi price line period", right after speed.
can you show fragment of code for this enumeration setting?
Image
i mean like on this example
Image
i would like to create ea based on this indicator and need this fragment of setting. I dont want full mql5 file