SymbolName
シンボルの名前を返します。 string SymbolName( int pos, // number in the list bool selected // true …
シンボルの名前を返します。 string SymbolName( int pos, // number in the list bool selected // true …
利用可能な(マーケットウォッチまたはすべてで選択された)シンボルの数を返します。 int SymbolsTotal (bool selected // True-MarketWatchのシンボルのみ ); …
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()と呼ばれています。値は、初期化解除に至った理由…
この関数は、参照によって渡された変数をリセットします。 void ZeroMemory (void & variable // reset variable ); パラメーター 変数 […