Indicators API: Difference between revisions
Jump to navigation
Jump to search
Created page with "=== Summary === The Naked Markets Indicators API (Application Programming Interface) allows any user to create their own indicator. This API has been designed to simplify the..." |
No edit summary |
||
Line 1: | Line 1: | ||
=== Summary === | === Summary === | ||
The Naked Markets Indicators API (Application Programming Interface) allows any user to create their own indicator. | The Naked Markets Indicators API (Application Programming Interface) allows any user to create their own indicator. | ||
This API has been designed to | <br> | ||
This API has been designed to make it easy to use. It is possible to code the indicators in [https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/ C#] or [https://learn.microsoft.com/en-us/dotnet/visual-basic/ Visual Basic] languages. | |||
<br>Several IDE (integrated development environment) can be used in order to develop your own indicator. | |||
<br>However, we recommend to use the most popular ones, giving their support and their community : | |||
* [https://visualstudio.microsoft.com/vs/community/ Visual Studio Community Edition] : it is a free, easy to use, and well supported IDE | |||
* [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. | |||
=== How to create your own indicator === | === How to create your own indicator === |
Revision as of 15:37, 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 :
- Visual Studio Community Edition : it is a free, easy to use, and well supported IDE
- Visual Studio Code : it is a free, one of the most popular IDE. It can be run under several operating systems.