Problem with Parabolic SAR EA
-
Hi.
I am sorry for my language.
I need help building EA based on 2x Parabolic SAR. I want a purchase transaction to be made when the current price is higher than PSAR 1, and the current price exceeds PSAR 2.
The sale transaction would be reversed.I tried to create this EA, but it does not contain any transaction or contains many of them on one candle.
I created some EA, but this one is going terribly. -
I tested your project and didn't get any trade until I removed the Time filter block. Something doesn't look good in it:

Without this block the result looks like this for me:

Many transactions can happen when brand new buy or sell is immediately closed by "Close trades". I see that you have 2 of those blocks. Be sure that there is no logical way to run these blocks in the same ticks when "Buy now" or "Sell now" are running. In other words, the conditions above "Close trades" should be true only at the time when you want to close the trades, but not at the times when the conditions to create new trades are also true.
-
@fxdreema how to creat parabolic sar EA