API Objects properties constants

From NakedMarkets
Revision as of 10:06, 5 January 2023 by NMWikiWeb (talk | contribs) (Created page with "=== Summary === The Object type constants are used in graphical objects functions to set the property of the object <br> === Definition === {| class=wikitable cellpadding="10...")
(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 property of the object

Definition

Constant name Value Type
OBJPROP_TIME1 Datetime value to set/get first coordinate time part (X-Axis) DateTime
OBJPROP_PRICE1 Double value to set/get first coordinate price part (Y-Axis) Double
OBJPROP_TIME2 Datetime value to set/get second coordinate time part (X-Axis) DateTime
OBJPROP_PRICE2 Trend Line
OBJPROP_TIME3 Fibonacci Retracement
OBJPROP_PRICE3 Text
OBJPROP_COLOR Label
OBJPROP_STYLE Rectangle
OBJPROP_WIDTH Ellipse
OBJPROP_FIBOLEVELS Triangle
OBJPROP_LEVELCOLOR Thumbs up
OBJPROP_LEVELSTYLE Thumbs down
OBJPROP_LEVELWIDTH Arrow Up
OBJPROP_FONTSIZE Arrow down

Examples