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