XX pips per day achieved
2件の返信
こんにちは,
それ 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
0
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
0
こんにちは,
それ 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
こんにちは,
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.
マーク
StrategyQuantアーキテクト
0
2件の返信を表示中 - 1 - 2件目 (全2件中)