Consecutive loss
-
Hello!
How to count the number of consecutive loss? I want my EA to pause for a while and continue trading the next day if it encounters 3 or more consecutive loss. How can I do it? -
Set up a test project, the best way to do this is to add 1 to a variable for every loss, if there's a win set it back to 0, in a condition above placing a trade check if <3, once per daily bar reset back to 0
-
@jstap Hello! i have used the "check consecutive losses" block followed by the "skip ticks" block. Will it just have the same output as your suggestion?
by the way, I brought your book from the amazon both in kindle and paperback! it was a nice read!

-
Show in a shared link: project screen - projects - create a shared link - open in web - copy address bar and past here
skipping ticks will stop the blocks below from working for x ticks
Glad you enjoyed my book