Profile Dynamic Series Max Bars Back Test
Category: trend
A technical test script that plots closing prices with a historical offset while utilizing the max_bars_back() function for memory allocation.
Formula
close[offset] \text{ where } offset = \begin{cases} 0 & \text{bar\_index} = 0 \\ 3 & \text{bar\_index} > 0 \end{cases}
See signal primitives and every published strategy that uses Profile Dynamic Series Max Bars Back Test on WOBR StrategyVerse.