Multi TimeFrame EA
-
I'm trying to make MTF Parabolic EA but it did not working I dont know why. Whats wrong with it. Can any one help me Please
https://fxdreema.com/shared/f6eYMTgB -
@abbas25 You don't need the flag as you have once per bar above trees, other than this I see no reason why it doesn't place trades, if running on back test ensure it's on 5m chart or below.
-
@jstap You right but when i remove the flag on once per bar it make a trade every closed candil this not the idea. The idea is When the condition is done make only one trade nothing more just like the picture in the websit below when the Arrow is Appears there is a trade
https://www.best-metatrader-indicators.com/wp-content/uploads/2018/10/4-time-frame-heiken-ashi.png -
@abbas25 You don't need a flag, if so you need to turn it back on at a certain point, if you only need 1 trade use a no trade block.
-
@jstap I have use no trade block but when TP or SL are hit it will make another a trade Immediately this is not what i want. I wanted to wait until the condition are met again to make another trade for example take the Arrow as a trade Buy or Sell in the picture above just like that
-
@abbas25 It will take another trade if the conditions are met, maybe you need to add a time function so it waits so long before it can entre another trade.
-
@jstap How is that can you explain that in blocks please
-
@abbas25 Use second filter or once per bar and add 1 onto a variable, use a condition to check number is over chosen number, on trade tab reset back to 0 when trade closed.
-
@jstap can you show me how to do it px i'm not an expert in fxdreema please
-
@abbas25 Like this, check the tabs.https://fxdreema.com/shared/LkX7Q6Ycd
-
@jstap thanks
-
@Abbas25 if is a cross over strategy just use x> or x<