Profile dynamic series history for-in result miss
Category: trend
An indicator that plots price at a specific historical offset (3 bars back) using dynamic history series access within a loop structure. Primarily serves as a runtime test for max_bars_back buffer allocation.
Formula
\text{value} = \text{close}_{t - \text{offset}}, \text{where offset} = 3 \text{ for } t > 0
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.