48 articles 基本 Page 2 / 5

変数【Variables】

Variables must be declared before they are used. Unique names are used to identify variables. Descriptions of …

特殊関数【Special functions】

There are three functions with pre-defined names in MQL4: MQL4 には、前もって定められた名前の3つの関数があります。 init() is a function…

関数【Functions】

Function is a named part of a program that can be called from other parts of the program so many times as it i…