配列の最大値の位置【ArrayMaximum】
int ArrayMaximum(object array[ ], int count=WHOLE_ARRAY, int start=0) Searches for the element with max…
int ArrayMaximum(object array[ ], int count=WHOLE_ARRAY, int start=0) Searches for the element with max…
bool ArrayIsSeries(object array[ ]) Returns TRUE if the array under check is a series array (Time[ ],Op…
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) …