Get bid from different timeframe

 
I'm writing an indicator for a 15 min chart and I want one of the conditions to be that the current bid on the 60 minute chart must be greater than the 8 EXP mov avg. How would I get the 60 min bid price? I don't think Bid(60) is allowed. What I need to do is something like the following: IF the Bid of the 60min chart is greater than the 8ema on the 60min chart then.....
 

Bid is the current tick Bid price, same on all timeframes, because its timeframe is "now"

 
OK, I've got the dunce cap on for the rest of the week. It's the MAvg that I need to reference from the timeframe...I can tie my own shoes, I promise...http://www.fxtradeblog.com
 

Use iMA() and specifiy the timeframe you want to observe.

Reason: