time filter / once a day strange issue with fxdreema
-
Hey mates, i found something strange in these blocks, for example i tried closing my trades at 22:58, with once a day it didnt work and it worked when i use time filter from 22:58 to 23:00 but then it closed the trades at 23:00 not at 22:58. I then played around with the blocks and found that they only work on a 5 min intervall for example when i have put 22:55 worked 23:00 worked aswell. but 22:56 22:57 22:58 22:59 didnt work as time for time filter and once a day.. Did someone encounter this already? https://fxdreema.com/shared/szRsR6VWc
-
Block 8 is executed before block 9. Then block 36 is executed. Are you sure this is the odrder in which the EA shoul work? I see trades are open within 1 minute period and that will happen before what is programmed on block 36. I'm a bit lost about what you exactly need.
-
@l-andorrà said in time filter / once a day strange issue with fxdreema:
Block 8 is executed before block 9. Then block 36 is executed. Are you sure this is the odrder in which the EA shoul work? I see trades are open within 1 minute period and that will happen before what is programmed on block 36. I'm a bit lost about what you exactly need.
i normalized the ids already, that wasnt the real issue, somehow i wanted it to close all positions on 22:58. And it didnt execute the close trade block but when i changed the once a day input o 22:55 or 23:00 it worked fine. The block structure it self works but the time setting doesnt fully work at least for me
-

ea works fine with 22:55 but doesnt close trades with 22:58
i used time filter block instead of once a day but had the same problem idk why it behaves like this, only works whenever i go +5min with the settings.
latest update of the project https://fxdreema.com/shared/QuZg44KOb
-
@fabien-s i tested the the once a day block and also in this oversimplified project it doesnt close my trades at 22:58 https://fxdreema.com/shared/7NM5KHEse no clue why
-
@fabien-s seems like a bug
-
@fabien-s Hi, i tried your project and works fine

Are you backtesting with the "every tick option" ? (the most precise.....ecc..)
Or are you backtesting on open price? -
@ambrogio i used on control points but now I switched to every tick but it still doesnt close the trades, thanks for trying out! Now i know there is something wrong with my mt4

-
Was this issue resolved? I'm having the same problem