Page 35 of 75

Re: Convert MT4 indicators to MT5

Posted: Sat Jan 27, 2024 5:56 pm
by Papybillou
I found it. Thank you for your help.

Re: Convert MT4 indicators to MT5

Posted: Sat Jan 27, 2024 6:23 pm
by boytoy
Papybillou wrote: Sat Jan 27, 2024 5:56 pm I found it. Thank you for your help.
Where did you find it?

Re: Convert MT4 indicators to MT5

Posted: Sat Jan 27, 2024 7:05 pm
by Papybillou

Re: Convert MT4 indicators to MT5

Posted: Sun Jan 28, 2024 4:03 am
by Sutatong
JohnnyRy wrote: Sat Jan 27, 2024 10:25 am
Please test and post back.

GG-TrendBar_FOR_TESTING.mq5
It seems like you've worked really hard on this. I'll try it when the market opens again. Thank you.

Re: Convert MT4 indicators to MT5

Posted: Sun Jan 28, 2024 4:30 am
by JohnnyRy
Sutatong wrote: Sun Jan 28, 2024 4:03 am It seems like you've worked really hard on this. I'll try it when the market opens again. Thank you.
I found a copyBars variable bug in it and after fixing the bug, it appears to have a timeframe interpolation bug as well. No need to test until I fix that. Working on it...

Re: Convert MT4 indicators to MT5

Posted: Sun Jan 28, 2024 6:24 am
by JohnnyRy
Sutatong wrote: Sun Jan 28, 2024 4:03 am I'll try it when the market opens again...
I put a simple bar counter in this one to make it cycle through bars while the market is closed. Looks ok on all timeframes.

Re: Convert MT4 indicators to MT5

Posted: Sun Jan 28, 2024 9:27 pm
by same
Hello

Please can anyone convert this attached MT4 indicator to the MT5 version?


Thanks

Re: Convert MT4 indicators to MT5

Posted: Mon Jan 29, 2024 3:48 am
by foxyfox
Hello sirs, please be kind converting this indicator for MT5 .
thanks inadvance

Re: Convert MT4 indicators to MT5

Posted: Mon Jan 29, 2024 11:00 am
by Sutatong
JohnnyRy wrote: Sun Jan 28, 2024 6:24 am I put a simple bar counter in this one to make it cycle through bars while the market is closed. Looks ok on all timeframes.
It works good. But sometimes this happened. Only M15 .

Re: Convert MT4 indicators to MT5

Posted: Mon Jan 29, 2024 12:40 pm
by JohnnyRy
Sutatong wrote: Mon Jan 29, 2024 11:00 am ...sometimes this happened. Only M15 .
My bad. Thanks for posting up. I found a fat fingered typo in the M15 code. Fixed in version 2, attached.