max number of trades per trend
-
Hi, im trying to make a rule that says max X trades per trend. A trend is defined by 2 ema's. For example, once the fast ema crosses below the slow ema a new down trend is started. I want to only allow X amount of trades per each trend. Once X trades has been taken the ea will wait for another ema cross/new trend before opening any new trades. Is this possible? Cheers
-
@piptheripper You will need some boolean variable to do it. For example, when a crossing uptrend happens one boolean variable moves from false to true. Than you use a condition block requiring all trades on that trend to met than condition. Additionally you will need a blue 'check trades count' controlling that maximum number.
When a downtren crossing happens the other boolean variable is moved to true and the previous one to false.
-
ok, i think thats a bit too advanced for me at the moment. Havent really worked with boolean so far.
I wrote to you about your course on your website. Dont know if the mail came through?
Cheers
-
Use group trade
Example: 10 trades ~ 10 group from 1 to 10, 1 trade per group.Good luck
-
@piptheripper It is not as diffilcult as you imagine. You can begin here:
https://fxdreema.com/instructions/builder/groups-and-magic-numbers