polling-interval-seconds No '5' Polling interval in seconds when waiting for command completion timeout-seconds No '1200' Timeout in seconds when waiting for command completion ...
//@version=6 indicator("My Indicator", overlay=true) // All valid v6 syntax - no false positives! length = input.int(14, "Length") source = input.source(close ...