how to open a trade every time the condition occurs
-
how to open a trade every time the condition occurs.
-
@maverick83 Change the "no position" block with a "once per bar" block, then place the "trailing stop" block under a "pass" block or a "if trade" block
-
@ambrogio sorry I said badly, because if he opens a buy until he closes the buy does not open the sell?

-
@maverick83 Oh yes, because you put a single block "no position" for both order types, you should put "no position buy" for the path to buy, and a "no postion sell" for the path to sell

-
@ambrogio thank you very much, I was losing my mind