EA multi timeframe with line graph
-
Hello, the first idea was working directly to line graph and not with clandestick bar. But I think that working with MAs on 0 is the same as work the graph line...
Wichever... I try to develop an EA multi timeframe that open a (E.G.) sell if current graph line (E.G M1) is falling down... and others confirmations like (E.G) M15, M30, H1, H4... are falling too (using true/false to disable or enable each one) and if every timeframe confirm that, then open a sell and viceversa to buy.
BUT... EA Doesn't even open a trade on backtest... I gues that my structure of EA is wrong, please HELP
-
@uriel-0 I'm not sure an MA can be selected with 0 period. I guess that is the problem. Did you try any other value?
-
@uriel-0 @l-andorrà Is correct, the period is how many candles back to calculate the MA.