オブジェクト生成【ObjectCreate】
bool ObjectCreate(string name, int type, int window, datetime time1, doubleprice1, datetime time2=0, double pr…
bool ObjectCreate(string name, int type, int window, datetime time1, doubleprice1, datetime time2=0, double pr…
double MathTan(double x) MathTan returns the tangent of x. If x is greater than or equal to 263, or les…
void MathSrand(int seed) The MathSrand() function sets the starting point for generating a series of ps…
double MathSqrt(double x) The MathSqrt function returns the square root of x. If x is negative, MathSqr…
double MathSin(double value) Returns the sine of the specified angle. 指定された角度のサインを返します。 Parameters: パラメ…
double MathRound(double value) Returns value rounded to the nearest integer of the specified numeric va…
int MathRand( ) The MathRand function returns a pseudorandom integer within the range of 0 to 32767. Th…
double MathPow(double base, double exponent) Returns the value of the base expression raised to the spe…
double MathMod(double value1, double value2) The function returns the floating-point remainder of divis…
double MathMin(double value1, double value2) Returns the minimum value of two numeric values. 2つの数値の最小の…