API Objects type constants
Summary
The Object type constants are used in graphical objects functions to set the type of the object
Definition
| Constant name | Value |
|---|---|
| OBJ_VLINE | Vertical Line |
| OBJ_HLINE | Horizontal Line |
| OBJ_SEGMENT | Segment Line |
| OBJ_TREND | Trend Line |
| OBJ_FIBO | Fibonacci Retracement |
| OBJ_TEXT | Text |
| OBJ_LABEL | Label |
| OBJ_RECTANGLE | Rectangle |
| OBJ_ELLIPSE | Ellipse |
| OBJ_TRIANGLE | Triangle |
| OBJ_ARROW_THUMB_UP | Thumbs up |
| OBJ_ARROW_THUMB_DOWN | Thumbs down |
| OBJ_ARROW_UP | Arrow Up |
| OBJ_ARROW_DOWN | Arrow down |
| OBJ_ARROW_STOP | Stop sign |
| OBJ_ARROW_CHECK | Check sign |