Using multi timeframes in EA?
-
I have some conditions for my EA in 1H timeframe, when these conditions come true some other ones will control order execution in 2M timeframe. is there any specific rule for pointing different timeframes in an EA?
Thanks -
@D-Ghorbani You can combine information from different timeframes this way:

-
@l-andorrà
thanks for your reply
I want to draw a Support/Resistance line in H1 based on a condition about shadow size and if my other condition came true in M2 the order will be executed in M2.
sounds straight forward but my EA doesn't work properly. It even doesn't mark the wanted Shadows correctly. I want to point shadow sizes more than 38 pips, but when I draw arrows it marks some shadows which don't meet the condition.
here is the link
https://fxdreema.com/shared/6wCw0ss0e
here only the connections for the first condition blocks are drawn.
you can see the other condition in the blocks below.
thanks -
@D-Ghorbani
Hi
you don't need to compare with pips you just use value as a number and set your variable -
@Xfire thanks a million
-
Hi my classmate, Im MR soleimanie's student too. you can use my program for finding special shadows, for example >= 38 pips.
but the point is you put pipette instead of pip.
https://fxdreema.com/shared/0MsUshYYb -
@M-Vaez hi dear maryam, thanks for your reply.
however, I don't have problem in finding the wanted shadows, I had some complication in trading in a different timeframe.