Difference between revisions of "Indicators API"

From NakedMarkets
Jump to navigation Jump to search
Line 9: Line 9:
* [https://visualstudio.microsoft.com Visual Studio Code] : it is a free, one of the most popular IDE. It can be run under several operating systems.
* [https://visualstudio.microsoft.com Visual Studio Code] : it is a free, one of the most popular IDE. It can be run under several operating systems.


<br>
<br>
<br>
=== How to create your own indicator ===
=== How to create your own indicator ===

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