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