Hi, I'm trying to create series for differences between current DayOpenPrice and close of prices from other timeframe (ex. hour). Unfortunately my code generates mentioned error. Maybe I don't understand something?
var* PriceDiff = series(abs(priceClose(0)-dayOpen(UTC, 0)));
--
NightWalker