ブローカー名【AccountCompany】
string AccountCompany( ) Returns the brokerage company name where the current account was registered. 現…
string AccountCompany( ) Returns the brokerage company name where the current account was registered. 現…
double AccountCredit( ) Returns credit value of the current account. 現在アカウントのクレジット値を返します。 Sample: サンプル:…
double AccountBalance( ) Returns balance value of the current account (the amount of money on the accou…
In the executing sub-system of the client terminal, the error code can be stored, in the case of its occurring…
To import functions during execution of an mql4 program, the so-called late binding is used. This means that, …
For an MQL4 program to work, it must be compiled (the “Compile” button or F5). It must be compiled…
double Volume[ ] Series array that contains tick volumes of each bar of the current chart. 現在チャートのそれぞれの…
datetime Time[ ] Series array that contains open time of each bar of the current chart. Data like datet…
double Point The current symbol point value in the quote currency. 現通貨ペアの相場流通での小数点値です。 Sample: サンプル: [c…
double Open[ ] Series array that contains open prices of each bar of the current chart. 現在チャートのそれぞれのバーの…