配列の初期化【ArrayInitialize】
int ArrayInitialize(object array[ ], double value) Sets all elements of a numeric array to the same val…
int ArrayInitialize(object array[ ], double value) Sets all elements of a numeric array to the same val…
bool ArrayGetAsSeries(object array[ ]) Returns TRUE if array is organized as a series array (array elem…
int ArrayDimension(object array[ ]) Returns the multidimensional array rank. 多次元配列のランク(次元)を返します。 Parame…
int ArrayCopySeries(void array[ ], int series_index, string symbol=NULL, inttimeframe=0) Copies a serie…
int ArrayCopyRates(void dest_array[ ], string symbol=NULL, int timeframe=0) Copies rates to the two-dim…
int ArrayCopy(void dest[ ], object source[ ], int start_dest=0, intstart_source=0, int count=WHOLE_ARRAY) &nbs…
int ArrayBsearch(double array[ ], double value, int count=WHOLE_ARRAY, intstart=0, int direction=MODE_ASCEND) …
int AccountStopoutMode( ) Returns the calculation mode for the Stop Out level. Calculation mode can tak…
int AccountStopoutLevel( ) Returns the value of the Stop Out level. ストップ アウト レベルの値を返します。 Sample: サンプル: …
string AccountServer( ) Returns the connected server name. 接続しているサーバー名を返します。 Sample: サンプル: [crayon-68a5…