MACD Divergence with Zigzag Indicator
-
Good Day
Kindly someone assist me to create simple EA with MACD Divergence with Zigzag Indicator
-
Money Management
- Fixed Volume
-
Do you have a MACD divergence indicator that doesn't repaint? That the first step.
-
I am using free macd divergence indicator from mql5.com...
I don't know anything about programming.
I wasn't some to assist me with EA -
Anyone will to assist a brother.. I will appreciate a lot..
Thank you
-
fxDreema is having an issue with Zigzag right now, so we'll need some days before it's fixed. On the indicator, you need to check if it repaints or not before using it. If it does, you will not be wasting your time and our time on something that doesn't work.
-
@l-andorrà Thank you Man
-
@l-andorrà hello sir
I have MACD Divergence from MQL5.com that does not repaint how can take advantage of it to open trade automatically and close it automatically???
-
Did you import it into fxDreema and are buffers correctly identified? That's the first step.
-
I tried it is not showing the buffers.
What might be the issue the indicator is free -
Then the only option is trying to emulate the buffers as explained in this tutorial:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
It it doesn't work either, then the indicator cannot be used in fxDreema unless a programmer modifies it accordingly.
-
If you are still doing this, use miro1360 ZZ code to get the ZZ IDs, then compare something like high1 vs high2 and use the ZZ candle IDs to compare the standard MACD. If one is higher and the other lower, you have the divergence.
-
@jstap Hello
It is possible that you do me that simple strategy only the calculations ?
-
Not really mate because this is a lot of work, if you create a test project, and add a shared link I will look at what you have done.