Allow only one open trade at any given time
-
Hello,
How do I make sure that at any given time, I only have one open position/trade. -
@didymario7 Remove block 38 and disconnect block 37 from its current position to a new one under an independent 'Pass block'. Then specify groups 1 and 2 in block 37 this way: '1,2'. That way you will not need to duplicate the trailing stop block.
-
@l-andorrà Noted. Does this keep my open position to one trade at all times?
-
@didymario7 Yes, but please remember that you created 2 groups. This means there will be just one trade belonging to group 1 and, maybe, another one belonging to group 2 at the same time. But in no case you will have more than that at any given time.
-
@l-andorrà What I need is a situation where if group 1 has an open position, group 2 cannot open another position until group 1 trade is closed.
-
@didymario7 thanks alot. I have solved this problem
-
@didymario7 You're welcome.
-
@didymario7 I'm lookin for the same answer what did you do?
-
@decopain share your blocks here lets have a look.