how to set up a buy followed by a sell on that buy
-
If can explain to me what I am doing wrong I would appreciate it.
What trying to do is to create a buy condition, with a "No trade", but then when I want to sell that lot based on a particular scenario utilizing the "if trade/order". But when I do this the system create 25 sell positions. (M30 USDCAD 2/1 - 2/28), after my first buy condition
what do I need to add or change so that when I have a buy order the next sell order should be on that buy order based on my criteria.
0_1520252948635_unnamed(2).mq4
thank you in Advance
Robert
-
In block 6 you ask "Is there a Buy trade at the moment" and the answer is Yes let's say 25 times... or until that Buy trade gets closed. I don't think I understand what you are trying to do. Normally above "Buy now" or "Sell now" there is "No trade", not "If trade".