-
Do you check for existing orders, before opening an order, each tick?
-
Do you check your opening condition once per new bar, or every tick?
-
You are looking at a signal. Act on a change of signal.
MQL4 (in Strategy Tester) - double testing of entry conditions - MQL5 programming forum #1 (2017.12.12)
-
Do you check for existing orders, before opening an order, each tick?
-
Do you check your opening condition once per new bar, or every tick?
-
You are looking at a signal. Act on a change of signal.
MQL4 (in Strategy Tester) - double testing of entry conditions - MQL5 programming forum #1 (2017.12.12)
1. yes, or at least i think it does on the section "Loop buscador de ordenes abiertas"
2. every tick
3. I saw the post and your answer, i have tried to adapt it to my code but i cant find the way.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I just finish de MQL4 book and i was traing to make a simple EA, it didn't go well. I tried to backtest it overnight, with little to no result; then i tried to test it with 5 currencies on a demo account and it opened up to 35 operations per currency. I have check the code several times and have no idea of what could be the problem, can some body give some ideas?