XX pips per day achieved
2 replies
Pago
11 years ago #111059
Hello,
it would be nice if there were a function, if xx pips per day achieved do not open any trade this day or until hour xx at the next day.
Cezar
ramacan
11 years ago #121414
I would experiment with adding to the condition:
1) If order opened today is greater than 0
2) Closed PL (in pips) is less than X pips…..use function + if there are multiple magic numbers
Mark Fric
11 years ago #121431
Hello,
it would be nice if there were a function, if xx pips per day achieved do not open any trade this day or until hour xx at the next day.
Cezar
Hello,
I believe this can be achieved also now.
You should check the today’s closed PL on the first rule, and if it is bigger than XX then set some variable ContinueTrading = 0
Then in the next rules add condition that ContinueTrading > 0
I hope you got the idea, you can do a lot with custom variables in EA Wizard.
Mark
StrategyQuant architect
Viewing 2 replies - 1 through 2 (of 2 total)