Note: This is a forked project from JeylaniB's Pine Script extension. PineScript Helper provides language support for PineScript, the scripting language used in TradingView. This extension enhances ...
//@version=6 indicator("My Indicator", overlay=true) // All valid v6 syntax - no false positives! length = input.int(14, "Length") source = input.source(close ...