|
Functions by Category Functions by Alphabetical list
Returns the logical disjunction of the two surrounding expressions. Examples: if (ClosePrice>OpenPrice or $flag) {
Output('True');
#if the closing price is higher than the opening price or the $flag is set
}
Related functions:
|