I'm trying to access a 60 min ATR value from within a strategy that is attached to a one minute chart. I don't want to add the 60 minute timeframe, just access the value.
So far I have:
myThreshold = ATR(GC 06-10 (60 min),14)[1];
But it's throwing syntax errors.
Any guidance would be appreciated.

Comment