Difference between revisions of "Indicators API"

From NakedMarkets
Jump to navigation Jump to search
Line 22: Line 22:
=== All API functions definition ===
=== All API functions definition ===
The complete list of all the functions used to define your own indicator is available on the dedicated page.
The complete list of all the functions used to define your own indicator is available on the dedicated page.
<br>
<br>
<br>


=== Naked Markets indicators source code ===
=== Naked Markets indicators source code ===
In order to help developers to see how the API is used, the source code of all the native indicators in Naked Markets is available on our Github repository : https://github.com/NakedMarkets/Indicators
In order to help developers to see how the API is used, the source code of all the native indicators in Naked Markets is available on our Github repository : https://github.com/NakedMarkets/Indicators

Revision as of 08:46, 4 January 2023

Summary

The Naked Markets Indicators API (Application Programming Interface) allows any user to create their own indicator.
This API has been designed to make it easy to use. It is possible to code the indicators in C# or Visual Basic languages.

Several IDE (integrated development environment) can be used in order to develop your own indicator.
However, we recommend to use the most popular ones, giving their support and their community :


This API uses a naming convention close the Metatrader one. Indeed, the function names are very similar to simplify the conversion from MQL4 indicators to Naked Markets indicators.

How to create your own indicator





All API functions definition

The complete list of all the functions used to define your own indicator is available on the dedicated page.

Naked Markets indicators source code

In order to help developers to see how the API is used, the source code of all the native indicators in Naked Markets is available on our Github repository : https://github.com/NakedMarkets/Indicators