Difference between revisions of "Indicators API functions"

From NakedMarkets
Jump to navigation Jump to search
(Created page with "=== Summary === === Constant parameters === === Data access functions === === Indicator configuration functions === === Graphical objects functions === === Misc. fun...")
 
Line 3: Line 3:


=== Constant parameters ===
=== Constant parameters ===
 
Timeframes constants are used to set the values of timeframes
Series constants are used in function to set the mode of data access (open, low, close, high, volume or time)
Drawing styles constants are used in chart drawing functions to set the graph type (line, histogram, candles, ...)
Line styles constants are used in graphical objects functions to set the style of the line
Objects type constants are used in graphical objects functions to set the type of the object (rectangle, ellipse, horizontal line, ...)
Objects properties constants are used in graphical objects functions to set the property of the object (date value, price value, color, ...)
Applied Prices constants are mainly used in Moving Average functions to set the type of the Moving Average Price (Close, Median, Typical, Weighted, ...)
MA Method constants are mainly used in Moving Average functions to set the type of the Moving Average Price (Close, Median, Typical, Weighted, ...)


=== Data access functions ===
=== Data access functions ===

Revision as of 09:38, 4 January 2023

Summary

Constant parameters

Timeframes constants are used to set the values of timeframes Series constants are used in function to set the mode of data access (open, low, close, high, volume or time) Drawing styles constants are used in chart drawing functions to set the graph type (line, histogram, candles, ...) Line styles constants are used in graphical objects functions to set the style of the line Objects type constants are used in graphical objects functions to set the type of the object (rectangle, ellipse, horizontal line, ...) Objects properties constants are used in graphical objects functions to set the property of the object (date value, price value, color, ...) Applied Prices constants are mainly used in Moving Average functions to set the type of the Moving Average Price (Close, Median, Typical, Weighted, ...) MA Method constants are mainly used in Moving Average functions to set the type of the Moving Average Price (Close, Median, Typical, Weighted, ...)

Data access functions

Indicator configuration functions

Graphical objects functions

Misc. functions