// This Pine Script® code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ plotW_EMA9 = input.bool(true, "MA9 (Weekly ...
vol_len = input.int(50, "Volume Window", minval=10, group=group_core) z_thresh = input.float(1.5, "Outlier Cap Threshold", minval=0.5, step=0.1, group=group_core ...