Looking for a scan code that I can use on the 5 min chart to alert me when that 5 minute candle high crosses yesterdays close.
I tried this code, but it says secondary timeframe not allowed.
high("period" = AggregationPeriod.FIVE_MIN) crosses above close("period" = AggregationPeriod.DAY) from 1 bars ago
I tried this code, but it says secondary timeframe not allowed.
high("period" = AggregationPeriod.FIVE_MIN) crosses above close("period" = AggregationPeriod.DAY) from 1 bars ago