H1 Candle as True Shadow on M15
Category: market_structure
Visualizes the previous H1 candle data as an overlay on a lower timeframe (typically M15). It helps traders see higher timeframe context without switching charts.
Formula
H1_{OHLC} = request.security(ticker, '60', OHLC[1], lookahead=on)
See signal primitives and every published strategy that uses H1 Candle as True Shadow on M15 on WOBR StrategyVerse.