Functions by Category Functions by Alphabetical list
Ago ([Column],[Value]) |  | This function returns the value of a column [Value] bars ago. Examples: Output(Ago(Close,1)); #is the same as Output(Yesterday(Close));
Output(Ago(EMA(Close,13),20)); #outputs the 13 bar ema of the closeprice 20 bars ago.
Related functions: Above , Below , Crossover , Crossunder , Cross , Today , Now , Yesterday , Previous
|