Page 43 of 75

Re: Convert MT4 indicators to MT5

Posted: Thu May 09, 2024 8:16 pm
by Bazhenov
kvak wrote: Thu May 09, 2024 5:13 pm Hello...from picture, what I see. In one setup you use 30 min timeframe indicator settings in 5 minute graf. Second picture is current timeframe...also in one you use 15 and second use 30 period.... And this you compared?
15 is not a chart period, this value (Trendtrigger factor bars) is to take into account 15 bars. This is exactly what is missing in the MT5 version. On both screens, the time frame of 30 is indicated in the indicators

Re: Convert MT4 indicators to MT5

Posted: Thu May 09, 2024 8:35 pm
by kvak
Bazhenov wrote: Thu May 09, 2024 8:16 pm 15 is not a chart period, this value (Trendtrigger factor bars) is to take into account 15 bars. This is exactly what is missing in the MT5 version. On both screens, the time frame of 30 is indicated in the indicators
You mixed period and timeframes, this is not same...
MT5 version is not multitimeframes.

Re: Convert MT4 indicators to MT5

Posted: Thu May 09, 2024 8:56 pm
by mrtools
Bazhenov wrote: Thu May 09, 2024 8:16 pm 15 is not a chart period, this value (Trendtrigger factor bars) is to take into account 15 bars. This is exactly what is missing in the MT5 version. On both screens, the time frame of 30 is indicated in the indicators
Like Kvak said on your mt4 version it is mtf and you have it set for a 30 minute timeframe on your 5 min chart. Your settings between the mt4 and mt5 versions don't match.

Re: Convert MT4 indicators to MT5

Posted: Thu May 09, 2024 11:57 pm
by Bazhenov
Now I understand, thank you for explaining. The Trend scalp mtf .mq5 indicator is needed, but it does not exist in nature. Some kind of desperate situation.

Re: Convert MT4 indicators to MT5

Posted: Fri May 10, 2024 6:02 am
by snoopyzam
I need little help, I use below code in mql4 code but since I a m using it in mql5 code, it does gives some error which I cannot understand, so kindly requesting you to correct it, this code I want to use to lock robot under account holder name, thanks in advance 🌹 🌷 💐

if(AccountName ()!="AhmadKhan")
{
ExpertRemove();
}

Re: Convert MT4 indicators to MT5

Posted: Fri May 10, 2024 8:23 am
by JohnnyRy
snoopyzam wrote: Fri May 10, 2024 6:02 am I need little help, I use below code in mql4 code but since I a m using it in mql5 code, it does gives some error which I cannot understand, so kindly requesting you to correct it, this code I want to use to lock robot under account holder name, thanks in advance 🌹 🌷 💐

if(AccountName ()!="AhmadKhan")
{
ExpertRemove();
}
Check out https://www.mql5.com/en/docs/account/accountinfointeger

Re: Convert MT4 indicators to MT5

Posted: Fri May 10, 2024 8:44 am
by kvak
REDntense wrote: Thu May 09, 2024 7:45 am Thank you for taking your time to do these jobs, it works fine just....
The moving average type option (volume weighted ma) is missing, that's the one I use. This indicator on MT4 appears the option of RSI Regular on MT5 no. Maybe I'm confused or it's just the normal RSI.
Hello. Here is version with updated average pack ( not all from my MT4 version for now ) . But all volume weighted is in.

Re: Convert MT4 indicators to MT5

Posted: Fri May 10, 2024 11:46 am
by REDntense
kvak wrote: Fri May 10, 2024 8:44 am Hello. Here is version with updated average pack ( not all from my MT4 version for now ) . But all volume weighted is in.
Thank you, it looks great

Re: Convert MT4 indicators to MT5

Posted: Fri May 10, 2024 3:41 pm
by josi
kvak wrote: Fri May 10, 2024 8:44 am Hello. Here is version with updated average pack ( not all from my MT4 version for now ) . But all volume weighted is in.
Thanks, kvak,
it looks very helpful (even on MT5)

Re: Convert MT4 indicators to MT5

Posted: Sat May 11, 2024 2:47 am
by mrtools
Bazhenov wrote: Thu May 09, 2024 11:57 pm Now I understand, thank you for explaining. The Trend scalp mtf .mq5 indicator is needed, but it does not exist in nature. Some kind of desperate situation.
Check