Zum Inhalt springen
View in the app

A better way to browse. Learn more.

#T/N/X/T

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Strategy Runner API - Development Guide

Strategy Runner API - Development Guide

 

Strategy Runner API is a C++ Strategy-Oriented API, for rapid development of reliable trading strategies with virtually unlimited degree of complexity and flexibility of strategy. The basic concept of strategy development with Strategy Runner concept is eventoriented approach, which allows you to take immediate actions once trading event occurs, i.e. notification about order being filled, canceled, position opened, indicators threshold is reached, time expired, etc.

 

The way the strategy is define and executed follows closely the natural way in which a human trader would go about his or her trading day manually.

The strategy execution model works as following. During trading period, strategy can register for different kind of trading events through Strategy Runner framework. In addition, strategy keeps number of callback functions for each event type. When an event occurs, Strategy Runner triggers call of the corresponding callback, assuring propagation of the strategy execution.

 

In this document we introduce basic concepts of strategy development with Strategy Runner API, describe how to develop trading strategies with Strategy Runner API, and show how virtually any trading method can be translated to easily readable C++ code with the help of Strategy Runner API.

 

ST2DevelopmentGuide.pdf

Account

Navigation

Suche

Suche

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.