EXECUTE TRADES RANDOMLY OR MULTIPLE TRADES
-
HI Everyone, I created EA from custom indicator the problem it execute buy and sell signals non stop. I realized that many people faced that kind of challenge before and I went though the responds but didn't help. I'm begging for help , ive been failing since I came here. THIS IS MY WORK https://fxdreema.com/shared/dsgdIOw2e

-
Is that the whole project or just part of it?
-
@l-andorrà yes is the whole project, nevermind my work I'm still new in this game but I'm trying, I hope you can help https://fxdreema.com/shared/dsgdIOw2e
-
If this is the whole project the logic you used is correct. If you are having so many open trades open candle after candle there must be a bug in the code. Try to build a new project from scratch by using brand new blocks and check it out.
-
Try using indicator appear instead of condition.
-
@jstap I tried that one (indicator appear) it doesn't even execute a single trade
-
@l-andorrà I did several times but still it execute multiple trades every candle
-
Then I would try to sort why this block won't work, this block will work only when indicator appears, thus stopping trades on every candle. Look in your data window, you should see this value change when indicator appears, if it doesn't you likely can't use. Your only option then is to try object on chart.
-
@jstap How to find object on chat? sorry to bother you I'm still new
-
Right click on you're chart, select object list, find the name of object, and try to get something to react to this, the orange blocks will do this.
-
@jstap Still doesn't work even after trying all the objects
-
You'll have to add a shared link, and the indicator, I would set up a simple test project.
-
Your indicator probably uses 0 as the default value (where nothing should be plotted). Good indicators use EMPTY_VALUE as the default. Try adding extra condition "indicator != 0" to your flow.
-
@jstap https://fxdreema.com/shared/LTalyY1Jb HERE IS THE INDICATOR 6a3c2262-2f66-449c-8ae2-8549d9d9ee40-ADX.mq4
-
That is just an agx with 3 lines.
-
@jstap yes it is, so meaning is not easy to make EA with it OR what must I do?
-
I was trying to get you to act with the dot's on picture2, decide what you want to do with the values of the lines.
-
@jstap is the same indicator with same settings but the difference is arrows and dots. I need to execute trades on every signal produce by the indicator, I don't know if I'm giving you the answer you wanted or not..please be patient with me I'm still new.
-
I need no see the dots on chart to have any hope of being able to help you.