Functions by Category Functions by Alphabetical list
Yesterday ([column]) |  |
This function returns the value of yesterdays bar for the column. This function is a synonym for Previous. Examples: Output('Today is higher') if Yesterday (Close) < Today(close);
Related functions: Above , Below , Crossover , Crossunder , Cross , Today , Now , Previous , Ago
|