ユーザーガイド
Language System Objects
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
Language System Objects
NetTradeX language uses a bunch of objects to provide basic functionality. Each object has methods and/or properties that are described in the relevant sections of the language manual.
Basic language objects:
System | system functions, such as log output or getting the current server time |
Account | access to account settings and properties |
Chart | access to chart properties for the chart to which the script is attached |
Symbols | access to symbols and their properties |
Deals | operating deals and their properties |
Orders | operating orders and their properties |
Indicator | custom indicator state management |
Indicators | getting values of the built-in indicators |
Open, High, Low, Close, Time | global arrays of bars of the chart symbol for the chart to which the script is attached |
Bars | access to the history bars of symbols |
History | access to the deals history |
Globals | operating global variables of the client terminal |