Functions by Category Functions by Alphabetical list
Below([Column/Value],[Column/Value]) |  |
This function returns true when the first column/value is below the second column/value. Examples: if (Below(Close,Open)) {
Output('A down day');
}
else {
Output('A up day');
}
Related functions: Above , Crossover , Crossunder , Cross , Today , Now , Yesterday , Previous , Ago
|