I think there is some miscommunication.
I think Biztet is trying to get multiple time frames to display after an EA conducts a backtest, or perhaps a way to display multiple frames of time for the single EA that operates on many frames of time?
Otherwise the solution is simple.
You have EA time frame. Within that frame of time you could have conditions you seek on a daily while using the M1 to seek entries. This is as simple as connecting the daily condition block down to the M1 entry condition block. Now you are operating the EA on 2 frames of time. However neither of those frames of times are what you perceive the EA on. That is a 3rd angle that you will see the EA operate at. The time frame that you manually choose in the metatrader software.
Now when I say you should be in full control of your EA, if you are not specifying a way to control time for every block that asks for time input, then your entire EA will be subject to problems because then that unspecified frame of time will automatically be set to "current" or whatever the perceived view of the EA is set to. I.e. the manually set time before you start a backtest.