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