how to display two indicator periods on one chart?

 
Is there a way to display a daily stochastic on top of an hourly stochastic chart? ..... The idea is to use the longer time frame as a filter. \n This could apply to any indicator, doesn't have to be stochastic. // thanks
 
Copy experts\indicators\Stochastic.mq4 to a new name and modify. Where it uses the variable "i" (bar index,) find iBarShift for the daily. Where it uses High[], Low[], or Close[], use iHigh and iClose for the daily.
Reason: