pine-parser 0.1.0

Parser for Pine Script.
Documentation
1
2
3
4
var lengthInput = 10
var stochastic = stoch(close, high, low, lengthInput)
sma(close, 14) > sma(close, 28)