Hi!
I´m making a simple robot with SAR. The conditions are:
-When SAR < Candle = buy
When SAR > Candle = sell
But the problem is that when the transaction closes (TP, SL or Manually), another trade opens again. I want to open ONCE for each condition. I want that when closed wait for a new different condition (the opposite condition).
How can I do?
Thanks.