How to limit the trade.
-
I am facing a problem that when trade buy condition met it open buy perfectly but on closing of that trade it open another buy which is not required there. How to filter out this ?
-
@forexbob-0 Add some logic to prevent, easiest way (but 1 of many), when trade placed set flag to false, check this above buy/sell, when chosen condition is met reset back to true.
-
@jstap I will highly appreciate if you can share an example.