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