// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 int lookbackBars = input.int(2000, "Show Last N Bars", minval=100, maxval=10000, step=100, group=grpDisplay, ...
bool show_real_pivots = input(defval=true, title="Show real zigzag pivots:", type=input.bool) bool show_zigzag_lines = input(defval=true, title="Show zigzag lines ...