Supported matrix.swap_columns Test
Category: market_structure
This script is a technical demonstration of matrix column manipulation within Pine Script V6, specifically swapping data positions within a 1x2 matrix.
Formula
\text{matrix}[0,0] \leftrightarrow \text{matrix}[0,1] \text{ via } \text{swap\_columns} \text{ method} \rightarrow \text{Plot}(\text{matrix}[0,0])
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.