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
452Hi there - was this ever progressed? I can't find it if so...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
Best
Re: Convert MT4 indicators to MT5
453It looks like a repainting version of this, coded a little differently but the same principle wise.SpecialFX wrote: Mon Jul 29, 2024 5:38 am Hi there - was this ever progressed? I can't find it if so...
Best
Re: Convert MT4 indicators to MT5
454Hi
Is anybody know if is any mt5 version of this indicator or is it possible for anyone to convert this indicator?
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
455Converted it somewhat, not sure about the object-oriented lines yet, but think it's a start.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?
- These users thanked the author mrtools for the post:
- Krunal Gajjar
Re: Convert MT4 indicators to MT5
456thanks mrtools for your work, indicator looks goodmrtools 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.
I have question yet
Is it possible add this "rsi price line period" setting to indcator which i added in attachment?

Re: Convert MT4 indicators to MT5
457Think that is the same as the first "inpPeriod" Rsi period.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?
Re: Convert MT4 indicators to MT5
458i 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
459In the version I posted it is this "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
input int inpRsiPlPer = 2; // Rsi price line period
", right after speed.Re: Convert MT4 indicators to MT5
460can you show fragment of code for this enumeration setting?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.

