Difference between revisions of "Indicators API functions"

From NakedMarkets
Jump to navigation Jump to search
Line 3: Line 3:


=== Constant parameters ===
=== Constant parameters ===
Timeframes constants are used to set the values of timeframes
[[API Timeframes constants|Timeframes constants]] are used to set the values of timeframes
<br>Series constants are used in function to set the mode of data access (open, low, close, high, volume or time)
<br>Series constants are used in function to set the mode of data access (open, low, close, high, volume or time)
<br>Drawing styles constants are used in chart drawing functions to set the graph type (line, histogram, candles, ...)
<br>Drawing styles constants are used in chart drawing functions to set the graph type (line, histogram, candles, ...)

Revision as of 09:40, 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 (SMA, EMA, SMMA or LWMA)

Data access functions

Indicator configuration functions

Graphical objects functions

Misc. functions