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