使用指南
Identifiers
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
Identifiers
Identifiers are the names given to variables, functions and constants.
The identifier is the sequence of symbols of arbitrary length, which may include:
- letters of the Latin alphabet A-Z and a-z
- figures from 0 to 9
- underscore symbol
The identifier must begin with a letter or underscore.
The compiler is case-sensitive, so the identifier myVariable
will be different fromMyVariable
.
Examples of correct identifiers:
variable _dealVolume Max_value1