trades not being executed when conditions are true
-
Hi I have attached an issue I am having executing trades. if I buy a sell will not execute until my take profit hits. When there is a buy trade and the signal is true for a sell trade then it will only open a sell trade if the take profit of the buy trade has been reached.
how I want this EA to work is. it takes profit along the way but when it sees a sell signal it should close the buy trade and execute the sell trade, ignoring the take profit of the buy trade instead of waiting for take profit to be reached first.