EA THAT TRADE OBJECTS ON CHARTS
-
I have an exe. that gives buy/sell signals by drawing lines, what is the best object to choose in the condition block? I have sent the photo of the indicator below and this is the link to the work that I have done on it
https://fxdreema.com/shared/F8TUNSTSdplease I need your help @EVERYONE !!!

-
Usually this type of signal is delayed or repaint. Try look for object in Object List. Suppose you can see which to use.
-
You need to name the indicator, Check your data window, for appear the number should change as the indicator appears.
-
@biztet Agreed. More than probably that indicator repaints. If that is the case, any bot based on it is doomed. Before creating any bot you should check the bot doesn't repaint.
-
@jstap Thank you sir, I'll do as you said
-
Hello guys please i want to be able to count buy and sell arrow objects that are created on chart when buys and sells are executed. i want to count these objects as orders are being created and store the number in a variable.

in the example above i want the variable to store the value 4 because there are 4 buy/sell arrow objects. Any help please
-
@JairusDedino You need to do this in the 'on trade' tab:
https://fxdreema.com/shared/GJIFhjEId
You will have to consider when the variable will have to be reset.
-
@l-andorrà Thanks very much!!! Sorry I mistakenly posted twice. I am still getting used to the platform

-
Actually i figured out that you have to actually create the buy/sell sign objects on chart using the draw object function before you can effectively count them. When trying to count those created by mt5, the EA doesn't see them.
-
@JairusDedino All bots created with fxDreema create those objects automatically when opening a new trade.