Array sort unsupported order
Category: market_structure
A regression test script that attempts to sort an array using an unsupported string literal ('sideways') as the order parameter.
Formula
values = [2, 1]; array.sort(values, \"sideways\"); plot(values[0])
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.