API Objects type constants

From NakedMarkets
Revision as of 03:03, 5 January 2023 by NMWikiWeb (talk | contribs) (Created page with "=== Summary === The Object type constants are used in graphical objects functions to set the type of the object <br> === Definition === {| class=wikitable cellpadding="10" st...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Examples