Imported UDT Typed UDF Params Test
Category: trend
An indicator testing the behavior of imported User-Defined Types (UDTs) and their historical referencing ([]) capabilities in Pine Script.
Formula
point.x = close \\\\ shifted.x = f(point, 10) \\\\ previous.x = point.x[1]
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.