Indicators API: Difference between revisions
No edit summary |
No edit summary |
||
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 : Windows, MacOS or Linux. | * [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 : Windows, MacOS or Linux. | ||
<br> | |||
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. | |||
<br> | <br> | ||
=== How to create your own indicator === | === How to create your own indicator === | ||
Line 18: | Line 20: | ||
=== All API functions definition === | |||
The complete list of all the functions used to define your own indicator is available on the dedicated page. | |||
<br> | |||
=== 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 |
Revision as of 15: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 :
- 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 : Windows, MacOS or Linux.
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