Can EAs be programmed to take conditions from multiple timeframes of the same pair? Say I wanted to place a buy signal only when conditions were met both on the 1 hr chart and the 15 min chart... is this possible?
Can EAs be programmed to take conditions from multiple timeframes of the same pair? Say I wanted to place a buy signal only when conditions were met both on the 1 hr chart and the 15 min chart... is this possible?
Thanks.
Ignored
I would think it would be possible. All you would have to do is have the EA check each time frame and compare them. If they are equal, then it will do what you want it to do.
Now, as to the code to write for it, that's a different story. I'm no programmer. If nobody answers you here, you might want to try MetaTrader's own forum.