TerminalInfoString
mql4プログラム環境の対応するプロパティの値を返します。プロパティは文字列型である必要があります。 string TerminalInfoString( int property_id // ide…
mql4プログラム環境の対応するプロパティの値を返します。プロパティは文字列型である必要があります。 string TerminalInfoString( int property_id // ide…
mql4プログラム環境の対応するプロパティの値を返します。 double TerminalInfoDouble( int property_id // identifier of a property…
mql4プログラム環境の対応するプロパティの値を返します。 int TerminalInfoInteger( int property_id // identifier of a property …
MQL4プログラム環境でMQL_CODEPAGEプロパティの値を設定します。 void MQLSetInteger( int property_id // identifier of a pr…
実行中のMQL4プログラムの対応するプロパティの値を返します。 string MQLInfoString (int property_id // プロパティの識別子 ); パラメーター p…
実行中のmql4プログラムの対応するプロパティの値を返します。 int MQLInfoInteger (int property_id // プロパティの識別子 ); パラメーター pro…
初期化解除の理由のコードを返します。 int UninitializeReason (); 戻り値 値を返します_UninitReason前に形成されOnDeinit()と呼ばれています。値は、初期化解除に至った理由…
int UninitializeReason( ) Returns the code of the uninitialization reason for the experts, custom indic…
bool IsVisualMode( ) Returns TRUE if the expert is tested with checked “Visual Mode” button…
bool IsTradeContextBusy( ) Returns TRUE if a thread for trading is occupied by another expert advisor, …