User Guide
NetTradeX Language: Introduction
NetTradeX PC
NetTradeX Android
NetTradeX iOS
NetTradeX Mobile
NetTradeX Advisors
-
User Guide for NTTX Advisors
- NetTradeX Advisors Terminal
-
Articles
-
NetTradeX Language: Introduction
- Language Basics
- Language Functions
-
Language System Objects
- Deal Management
- Order Management
- Indicators
- Object-Oriented Programming
-
DLL files
-
Object Account
-
Object Bars
-
Object Chart
-
Object datetime
-
Object History
-
Object file
-
Object Globals
-
Object Math
-
Object Symbols
-
Object System
NetTradeX Language: Introduction
NetTradeX Language - designed to allow executing trading robots in the NetTradeX system. The language is C-like, so it supports all the standard C constructions.
The executable language file is called a script, all scripts are divided into three categories:
- experts - the actual trading robots to automatically analyze the market state and trade in it
- indicators - allow to build your own indicators besides built-in indicators
- utilities - allow to perform trading or other actions differing from the experts that they can be run once