One long and one short a day
-
How can I make my EA only open 1 long and 1 short per day?
I've already once per day above the buys and sells...
-
Your current position of the block should work. However, that 'break even' block at the bottom should be disconnected from that position and separated into a different independent block tree (under a 'pass' block).
-
@l-andorrà I'm not familiar with pass blocks yet. Will do some research. When I don't get it, I'll follow up in this chat. Thanks!
-
@bnjmnstsma can't find really what I'm looking for. How would you recommend? And... it still opens multiple trades per day. How can I fix this also?
-
@l-andorrà can't find really what I'm looking for. How would you recommend? And... it still opens multiple trades per day. How can I fix this also?
-
Above your Asia High and Asia Low blocks add the "Check trades count" block, set the compare part to Lower than and trade count to 1 and see if that works
-
@GTOAT777 will try it when I've time again, thanks! But isn't it true that it when position 1 (that day) is closed, that the system can open a new trade again that same day?
In my system there's only chance each day
-
@bnjmnstsma I mean you should do this as a separate block tree:
