πSupported data - Basic
Built-in trading variables providing access to current and historical bar data
Usage:
local current_open = open
local prev_open = open[1]
local open_change = open - open[1]Usage:
local current_high = high
local prev_high = high[1]
local high_breakout = high > high[1]Usage:
Usage:
Usage:
Price Variables - Calculated
Derived price values calculated from OHLC data
Usage:
Usage:
Usage:
Last updated