So, I was wondering how I can get say, the daily data and the hourly data all in the slice. So for example, perhaps I wanted to do this: ((data["EURUSD"].Hour.Close-data["EURUSD"].Daily.Open)/data["EURUSD"].Daily.Open)*(100);

 

The compiler doesn't like that.

 

Just trying to access multiple resolutions basically.

Author