pine-parser 0.2.1

Parser for Pine Script.
Documentation
1
2
3
var price = (high + low) / 2
var diff = close - open
var mult = close * 2