Condition issue
-

condition- when green and red candle make pair then 0 candle break whichever is high from both candle then place buy order. but EA not placing any order.
-this condition works perfectly fine for placing SL.
-
@sumitkhavadiya Can you please share the link to the project?
-
-
Your logic is correct. Is this the whole structure or just a part of it?
-
@l'andorrà this is whole structure as this is for buy order if condition works i will make same for sell order
-
Then it should work. If no trades are open is because 3 possible options:
- You are using the bot on a Timeframe where your conditions are too restrictive.
- Your conditions are too restrictive when combined, regardless the timeframe.
- The values you are selecting for your two constants are not valid.
-
thank you for reply
-
You're welcome.