API Series constants
Summary
The Series constants are used to define the different values of the bar.
Definition
| Constant name | Value |
|---|---|
| MODE_OPEN | Open value of the Bar |
| MODE_LOW | Low value of the Bar |
| MODE_HIGH | High value of the Bar |
| MODE_CLOSE | Close value of the Bar |
| MODE_VOLUME | Volume value of the Bar |
| MODE_TIME | Date value of the Bar |