Good morning everyone.
I created an EA that has 5 conditions for opening a position. All conditions are connected by "AND". At the end of the conditions there is "BUY" or "SELL".
Why are positions sometimes opened in market conditions different from those set in the EA? Basically, in this way, the set conditions are not respected!!!! Other times, however, they are all respected correctly. Why??????
Latest posts made by FPorelli
-
EA, sometimes, does not respect conditions!posted in Questions & Answers
-
RE: How to recognize a candleposted in Questions & Answers
I tried, but it doesn't work. Any other ideas?
-
RE: How to recognize a candleposted in Questions & Answers
@roar ok, but where it says "select variable (right-click), it means that I have to assign a value to "id" because when I did the ex4 it tells me that the value assigned to "id" is missing. I hope that I was able to explain.
-
RE: How to recognize a candleposted in Questions & Answers
@roar thanks for trying to help me. I tried what you sent me, but I think I have a problem with "id" between variables.
What should I do? What value should I give to "id" among the variables? -
RE: How to recognize a candleposted in Questions & Answers
Thanks ZakTrading,
I already tried your solution in the past and it doesn't work..... i thought it was simple too, but it's not. -
How to recognize a candleposted in Questions & Answers
Hi everyone!
I have already setup my EA with the first block of trades working perfectly (timeframe 1H). Now, my problem is that I would like to make him understand, with a second block of instructions, that if - after the opening of the trade - the first candle on the 1 minute timeframe is a bull candle, he must close the current trade and open a new one. other. This obviously has to happen at the end of the candle.
Thanks everyone for the help!