Strategies

From NakedMarkets
Revision as of 08:13, 21 March 2022 by NMWikiWeb (talk | contribs) (Created page with "=== Overview === The strategies are trading systems defined programmatically by the user. <br>In order to design this kind of automated trading strategy, it's necessary to de...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

The strategies are trading systems defined programmatically by the user.
In order to design this kind of automated trading strategy, it's necessary to develop it by interacting with the NakedMarkets API, with one of the following languages : C#, F#, VB, C++ or Delphi.
The designed strategy will take the form of a .DLL file, which can be stored in the "Strategies" folder in the installation directory.

Listing strategies

It's possible to list all the installed strategies by using the menu "Tools", on the main interface, and clicking on "Strategies list".

StratList.png




















Adding strategies

Developping strategies