48 articles 基本 Page 5 / 5

整数定数【Integer constants】

Decimals: numbers from 0 to 9; zero must not be the first number. 10進数: 0 ~ 9 までの数。ゼロは最初の数であってはなりません。 Examples…

型キャスト【Type casting】

Only implicit type casting is used in MQL 4 expressions. The type priority grows at casting: ただ暗黙の型キャストだけが MQL…

データ型【Data Types】

Any program operates with data. Data can be of different types depending on their purposes. For example, integ…

構文【Syntax】

Syntax of MQL4 is much a C-like syntax, apart from some features: MQL4 の構文は、いくつかの特徴は別として、多くがC言語のような構文です。 no ad…

識別子【Identifiers】

Identifiers are used as names of variables, functions, and data types. The length of an identifier cannot exce…

コメント【Comments】

Multiline comments start with /* symbols and end with */ symbols. Such comments cannot be nested. Single comme…