Prevent EA from entering more trade for a period of time if i get ** consecutive losses
-
How do i prevent EA from entering more trades for a period of time if i get ** consecutive losses?
What should the block command look like?
-
You can try this:

Please note that the 'Time limit' constant is of a string type. and initialized as 00:00. The 'consecutive_loses' variable is of a double type.
-
Thank you
I will try
-
So what do i add after the conditions? Or leave it as it is?
-
Obviously you can add as many conditions as you need. The only important thing is holding that 'Modify Variable' block on the yellow output of the cindition block, not the orange one.
-
I meant if that set up is a stand alone which prevents the opening of additional trades..
-
No. You will need some more blocks to do that. This structure is limited to identify the required period of time.