pine-parser 0.2.2

Parser for Pine Script.
Documentation
1
2
3
4
5
6
7
8
9
10
//@version=6

// The recommended consistent style: one argument per wrapped line, each
// indented by 4 spaces, with the closing parenthesis on its own line. A
// 4-space indent inside parentheses does not open a block.
lengthInput = input.int(
    defval = 10,
    title = "Show last",
    minval = 1
)