I noticed you already have "no trade is running" block in your ea, so the logic is fine, the condition blocks just happen to give a lot of opening signals.
I would use "close profitable positions" instead of just "close trades" and set a minimum profit, and also a minimum loss to the "close losable positions" block.
Posts made by roar
-
RE: How to avoid losses at each tick?posted in Questions & Answers
-
RE: How to avoid losses at each tick?posted in Questions & Answers
I use to avoid the small loss problem with "no position is running" block and and set the minimum profit and loss a few pips from open..
-
RE: Testing the ea hour by hourposted in Questions & Answers
Do you have any ideas how I could test my ea's efficiency on each hour of the day, e.g. 11-12, 12-13, 13-14 o'clock and so on, rather than just setting an hours filter to it and manually changing the hours each time?
-
RE: Difference between 1min ohlc and every tick testingposted in Questions & Answers
Hi.
I am building a 5-min chart based ea on MT5.
If I test it with "Execution" setting as "1 minute OHLC", the tester gives about 1.5 profit factor.
But if i set the setting to "Every tick", the profit factor crashes to 0.3.Is it possible to build the ea to behave like I tested on 1 minute OHLC data, and if so, any ideas how to do it in FxDreema?
-
RE: Signal -> wait for another -> open trade ?posted in Questions & Answers
You're awesome, thanks!
-
RE: Signal -> wait for another -> open trade ?posted in Questions & Answers
So I am trying to make this: A signal by moving average occurs -> after the signal the ex will wait until another MA turns down and then it opens a trade.
So, how can I make it wait for the MA turn down?