20 articles 検査

TerminalInfoString

mql4プログラム環境の対応するプロパティの値を返します。プロパティは文字列型である必要があります。 string  TerminalInfoString(    int  property_id      // ide…

TerminalInfoDouble

mql4プログラム環境の対応するプロパティの値を返します。 double  TerminalInfoDouble(    int  property_id      // identifier of a property…

TerminalInfoInteger

mql4プログラム環境の対応するプロパティの値を返します。 int  TerminalInfoInteger(    int  property_id      // identifier of a property  …

MQLSetInteger

MQL4プログラム環境でMQL_CODEPAGEプロパティの値を設定します。 void  MQLSetInteger(    int  property_id          // identifier of a pr…

MQLInfoString

実行中のMQL4プログラムの対応するプロパティの値を返します。 string   MQLInfoString (int property_id // プロパティの識別子   );             パラメーター p…

MQLInfoInteger

実行中のmql4プログラムの対応するプロパティの値を返します。 int   MQLInfoInteger (int property_id // プロパティの識別子   );             パラメーター pro…

MQLInfoInteger

初期化解除の理由のコードを返します。 int   UninitializeReason (); 戻り値 値を返します_UninitReason前に形成されOnDeinit()と呼ばれています。値は、初期化解除に至った理由…