Table descriptions will be added soon. Until then, click on function link to see description in the function's topic page.
Function: |
Description: |
---|---|
Returns the absolute value of a number. |
|
Returns the arc cosine of an angle specified in radians. The range of the result is 0 to PI radians. |
|
Returns the arc sine of an angle specified in radians. |
|
Returns the arc tangent of an angle specified in radians. |
|
Returns the arc tangent of an angle specified in radians by the number X / Y. |
|
Simple moving average that reurns the sum of the values divided by the number of values. |
|
The CAGR function will return the Compounded Annual Growth Rate as computed internally by Trading Blox. |
|
Ceiling returns a decimal value to an integer as follows: Values greater than zero return the next integer away from zero. Values less than zero return the next integer towards zero. |
|
Correlation uses the Pearson's correlation coefficient method to return the statistical coefficient for the range of bars between series. |
|
Returns the arc sine of an angle specified in radians. |
|
Returns the angle in radians corresponding with an angle specified in degrees. |
|
Returns the Exponential Moving Average, based on the last value of the series, the new value, and the number of days in the moving average. |
|
Returns e (2.71828182845904, Base of natural logarithms) raised to a power. |
|
Floor returns a decimal value to an integer as follows: Values greater than zero return the next integer towards zero. Values less than zero return the next integer away from zero. |
|
Calculates the length of the hypotenuse of a right triangle, given the length of the two sides sideOne and sideTwo. |
|
Returns the second parameter value if the first parameter value is true. Returns the third parameter value if the first parameter value is false. This function is analogous to the Microsoft Excel IF function. |
|
Returns True if the variable is undefined. |
|
Returns the logarithm of a number. |
|
Returns the highest value in a list of values. |
|
Returns the lowest value in a list of values. |
|
Returns the angle in degrees corresponding with an angle specified in radians. |
|
Returns a random integer given a range of integers. |
|
Returns a random double between 0 and 1. |
|
Seeds the random number generator with the optional seed value, or the time if seed value is excluded, so that the sequence of random numbers is different every time a test is run. |
|
Returns the rounded value. |
|
Returns a value of 1 when the sign of a value is Positive, and a value of -1 when the sign of a value is negative. |
|
Returns the sine of an angle specified in radians. |
|
Returns the square root of the specified number. |
|
By default, Trading Blox Builder Standard Deviation function uses Population formula instead of Sample formula to be more consistent with industry standards. The Standard Deviation formula used can be changed. |
|
Returns the sum of a list of values. |
|
Returns the tangent of an angle specified in radians. |
Last Edit: 9/18/2020 |
Edit Time: 9/18/2020 12:03:43 PM |
Topic ID#: 414 |