Difference between revisions of "Indicators API"

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


=== NakedMarkets indicators source code ===
=== NakedMarkets indicators source code ===
In order to help developers to see how the API is used, the source code of all default indicators in NakedMarkets 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 NakedMarkets is available on our Github repository : https://github.com/NakedMarkets/Indicators

Revision as of 08:40, 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 :


How to create your own indicator







NakedMarkets indicators source code

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