This configuration worked. Thank you for your inspiration.

Best posts made by rusen
-
RE: Open a position when indicator gives alertposted in Questions & Answers
Latest posts made by rusen
-
RE: Close position after 5 minutes !posted in Questions & Answers
may I ask a question. How can I close the trade after 5 (or 7 )
-
RE: What is the problem ??posted in Questions & Answers
Yes the indicator is in the right directory. The indicator appears on the chart when I test the EA. I send you the indicator
0_1587383362982_3rdcandle-indicator.mq4 -
RE: What is the problem ??posted in Questions & Answers
It does not work
Really I have not understood the problem. It is very simple EA but not working. Probably does not see the output data but why ?
-
What is the problem ??posted in Questions & Answers
What is the problem of this EA ?
I want to buy when blue arrow appear and sell on red
But it does not work
Anybody help me ? -
Candle colorposted in Questions & Answers
Hi
I have an indicator which changes the candle color. How can I detect the specific color of a candle and open position. I tried indicator appear block from buffer but it has not worked
https://fxdreema.com/shared/bifTGWxne -
closing pending orderposted in Questions & Answers
I have opened a pending order and after 1 or 2 bar, I want to delete the order if not executed. How can I make this
-
RE: Open a position when indicator gives alertposted in Questions & Answers
This configuration worked. Thank you for your inspiration.

-
RE: I want EA to ignore previously drawn objectsposted in Questions & Answers

Your condition block did not work but this configuration worked. Thank you for your help
-
RE: Open a position when indicator gives alertposted in Questions & Answers
Yes I tried to find object as you said but there is a problem. When I first load the EA it detects the previously drawn arrow and immediately open position. How can I tell the EA "ignore previous objects on chart" and wait for new arrow to appear.
"İndicator appear" block helps if I use indicator but when I use "for each Object" this problem arise. Is there an "object appear" block ?