Page History: Scripting Function Reference
Compare Page Revisions
Page Revision: 2011/06/15 22:10
Fields
Fields are values that can be referenced directly in a script. For example
CLOSE
(or
C
in shorthand) represents the closing price of the current bar of the calculation.
Field | Description |
---|
OPEN, O | Opening price | HIGH, H | High price | LOW, L | Low price | CLOSE, C | Closing price | TYPICAL, TYP | Typical price (O + H +C) / 3 | VOLUME, V | Volume |
Operators
Functions
Plotting, Summary and Configuration Functions¶