Name |
Comments |
Namn Description Parameter 1 Parameter 2 Returns
Example Interpretation |
Logical And AND-function for logical decisions Value from other deciding functions Value from other deciding functions Data series with logical value TRUE or FALSE. Both input values must be TRUE to return TRUE Any other combination returns a logical FALSE. - AND(GT(C,10),LT(C,20)) returns TRUE if the last Close is higher than 10 but lower than 20. - |