Supported map history demonstration
Category: momentum
A technical demonstration of Pine Script V6 map history tracking, plotting the previous bar's closed price retrieved from a map object plus the map size.
Formula
y_{t} = (Map_{t-1}.get("close")) + Map_{t-1}.size()
See signal primitives and every published strategy that uses Supported map history demonstration on WOBR StrategyVerse.