Multiple time frame objects
-
Hi All. Apologies if this is a noob question, its the first time I am trying to use objects on multiple time frames. I wrote an EA which draws and delete trendlines/horizomtal lines on a daily chart and it works perfectly. I made sure all timeframes in the EA refer to the daily.
When I use the same EA on 15 min it continues to draw these levels, but will delete all lines that originate at a daily high or low before it should. For some reason the problem is not there for lines that originate from daily open and closes? In the image below the top 3 blocks pass when they should not and the bottom 3 only pass when they should. Is it some limitation with the tester and data it uses?

-
As an exmaple both rows of blocks above will not pass when run on a daily (which is correct), but when run on a 15 min only the 2nd row does not pass when it should't. The first row will always pass
-
Well, objects are global, I don't think that the timeframe matters for them. Maybe objects can be filtered by timeframe as well, I never tried that. You want that, to access objects on certain timeframe?