Multi time frame EA
-
Hello there
Is it possible to create a multi time frame EA on MT4? or I have to create it on MT5?
-
Yes but it won't work on backtest
-
@jstap
and what if I create it on MT5? is it gonna work on back test? -
I think it can, but I have never tried
-
@jstap good day sir. please could you help me out with this
This is the link to the project sir
https://fxdreema.com/shared/sSjFAnyqcIf you could help on it to reset the strategy to the initial trade/beginning of the strategy WHENEVER it hit TP please
-
Your flag will do nothing, as you are not setting it anywhere, pass once will do nothing as it is not in between blocks, and is reset straight away.
-
@jstap please sir could you advise on how i could place each.
Thank you sir -
Hello
I have made a multi timeframe project which it workes on the buy side correctly but unfortunately the sell side does not work correctly.
the sell side is like buy side with sell conditions.
I found out where is the problem but I cant resolve it.(I marked it on the picture)
i appreciate if someone can help me.

soli gold shadow new26.a.mq5 -
Add a shared link rather than the mq file.
-
-
To find the problem, link out all conditions between once per bar and sell, test, then add back in 1 condition and test, then another, until you find the condition causing the problem.
-
@jstap 50 and 67 blocks dont follow block 70
They work separately and sell orders perform with 50 and 67 blocks. I dont know how to resolve it.
On the buy side conditions are the same but work correctly. -
Do what I said, remove all blocks that could be causing the problem, add back in 1 at a time, and test.
-
I did this way and i know what the problem is but i cant solve it. As i said The 50 and 67 blocks dont follow the condition in block 70 and they sell whenever the candle close is below the ma 13 or middle line of donchain channel.if you see the buy side these conditions work correctly
The sell conditions are opposite of the buy conditions and were made from the buy side.
I'm confused.could you please spend some times on it?
Thank you -
Rather than trying to fight through all your blocks, set up a test project so you are only sorting the 6 you are having issues with
-
@jstap please how and where exactly should I set the check flag block and the once per position block for it to reset everything whenever TP is hit?
Thank you -
Try and add a shared link