buys and sells dont execute correctly
-
Hi guys, I have a question.
I have my settings as follows
no trade
|
indicator
|
close sell trades
|
buy (WITH TP)vice versa for sell trades
so basically the sell and buy signal are the same conditions just in reverse.
i understand that by removing tp my trades will close the 1 trade and open the other when trade when the opposite trade conditions are true. and that this only works when tp is turned off.with the tp in place the trade will only close when it hits tp and if the condition on my indicator is still true it will still buy/sell.
however, I would like to know if there is a way to trigger trades to react when opposite conditions are true and still keep take profit? i was thinking of using the or function to basically say: if hit tp take profit or if opposite conditions are true take profit. but I have no idea how i would structure this so that it works correctly, or maybe there is another way?