pine-parser 0.2.1

Parser for Pine Script.
Documentation
1
2
var lengthInput = input.int(10)
var stochastic = ta.stoch(close, high, low, lengthInput)