Linefill Array Slice History Utility
Category: market_structure
A technical test script designed to validate the behavior of array slices and historical referencing ([]) of complex objects like linefills in Pine Script.
Formula
\text{Object}_t = \text{linefill}(\text{high}_t, \text{low}_t) \\ \text{Ref} = \text{Slice}(\text{Array}(\text{Object}_t), 0, 1)[1] \implies \text{Accesses slice from } t-1
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.