MY EA WONT CLOSE TRADES PLEASE HELP ME FRIENDS
-
My EA won't close trades.
I'm using a custom indicator with 6 buffers.
Buffer0=black
Buffer1=green line
Buffer2=red line
Buffer3=yellow straight line
Buffer4=green arrow
Buffer5=red arrow

For a buy
1.Condition
DAILY TIMEFRAME
green line(buffer1) > yellow straight line(buffer3)2.Condition
FOUR HOUR TIMEFRAME
green arrow (buffer4) == green line(buffer1)3.!!BUY NOW!!!
For a sell
4.Condition
DAILY TIMEFRAME
red line(buffer2) < yellow straight line(buffer3)5.Condition
FOUR HOUR TIMEFRAME
red arrow(buffer5) == red line(buffer2)6.!!SELL NOW!!
For closing the trade(only for a buy trade at the moment)
- If trade
12.Condition
ONE HOUR TIMEFRAME
red arrow(buffer5) == red line (buffer2)- Close Trade

but as you can see my trade wont close. Please help me out I beg; https://fxdreema.com/shared/LW0K8ipbb
-
@ituinvests never use condition == with buffers, and since we have arrows we can use the "indicator appears" block, remember to always use ID1 candle with indicators
-
It worked
!! I don't know how to thank you. You are a life saver. Thanks a million.
