Matrix shape while read
Category: market_structure
A diagnostic indicator that tracks and sums matrix dimension changes (rows/columns) across dynamic reshaping operations within a loop.
Formula
shape\_total = \sum_{i=0}^{n} (rows_i \text{ if } i=0, \text{ else } cols_i) \text{ where matrix is reshaped each iteration.}
See signal primitives and every published strategy that uses Matrix shape while read on WOBR StrategyVerse.