|
Functions by Category Functions by Alphabetical list
This function returns the close column for the current symbol. You can use ClosePrice to return the close of the current bar. Examples: Output(Ago(Close,10)); # The Close Price 10 bars ago
Output(Today(EMA(Close,13))); #The 13 bar ema of the close
Related functions: Open , High , Low , Volume , DateTime , OpenPrice , ClosePrice , HighPrice , LowPrice , TomorrowVolume , TomorrowLow , TomorrowHigh , TomorrowClose , TomorrowOpen
|