Alright, so let´s give it a try. Please find attached the MarketTrendAnalyser.ex5 file. This is an indicator, which combines ZigZag calculation and MurrayMath at the same time.Redman wrote: Sun Mar 16, 2025 8:49 am Hello XARD777,
been offline for a while now and just came back to this thread to see, you are working on an MT5 Version.
Well, i have managed to code the XARD System into MT5 and coded this with the help of a very talented developer into MT5 OOP (classes and functions). I have also added some other indicators, like Harmonic Pattern for example, and MurrayMath and so on. Works pretty fast and reliable. If i can help you with the MT5 Version, just let me know. Happy to support, maybe we can exchange some infos via email?
I am also working on an EA for MT5 and managed to get this to work within different timeframes. But there is work to do to get this one profitable on the long run. It is very complex and has more than 20.000 lines of code. So , if any professional coder with a brief history of MT5 OOP coding is willing to work on this with me i am willing to share my code. But, we need to get this EA to be profitable and make some serious cash. I am a Business Man at heart, so i don´t wanna waste my time.
Maschine Learing and Neural Networks experts also welcome!
So, as i don´t know if it is allowed to post my e-mail, please write me a private message, if you are interested.
Below are two screenshot from my actual system, the third sceenshot is an indicator based on ZZ calculations.
Best regards
Redman
XARD: Please, post away, go nuts (and thanks for the MQ5 stuff that you post)
I have tried a different approach for the ZigZag calculation besides the standard ZigZag indicator. This one involves the calculation of the ATR value into the ZZ. The calculation represents 5 different ZigZags, as you can see in the Settings.
- ATRMultiplier: A sensivity value for the underlying ATR value, which has impact on the ZZ calculation
ATRPeriod: Additional Period, when the ZZ should change
MaxPeriod: Number of max. bars the ZZ must change
MinPeriod: Number of min. bars the ZZ could change