#   %   A   B   C   D   E   F   G   H   I   L   M   N   O   P   Q   R   S   T   U   V   W   Y   Z   c   s      All 
WORD NAME DESCRIPTION
UBound()Constrains to a max and/or a minConstrains a value to a maximum. When returnNA is set to TRUE the function returns NA if expression exceeds the maximum.
ULTOSC()Ultimate OscillatorUltimate Oscillator.

Returns the weighted sum of three oscillators of different time periods as defined by Larry Williams. An offset can be specified to find trends in the ULTOSC to find divergences with the price.
UnivAvg()Universe AverageCalculate the simple average of the values of "formula" for the stocks that pass "criteria"
UnivCapAvg()Universe Cap AverageCalculate the cap-weighted average of the values of "formula" for the stocks that pass "criteria"
UnivCnt()Universe CountCount stocks that pass "criteria"
Universe()Universe filterReturns 1 if the stock is in the universe, 0 otherwise. Ex: to only buy S&P 500 stocks enter the following Buy rule:

Universe(SP500)

To see all universes click on function name
Full Description
UnivExclude()Exclude by tickerExclude stocks in universe with specific tickers
UnivMax()Universe MaximumCalculate the maximum value of "formula" for the stocks that pass "criteria"
UnivMedian()Universe MedianCalculate the median of the values of "formula" for the stocks that pass "criteria"
UnivMin()Universe MinimumCalculate the minimum value of "formula" for the stocks that pass "criteria"
UnivRBICS()Filter by RBICSOnly use stocks in universe with specific RBICSFull Description
UnivStdDev()Universe Standard DeviationCalculate the standard deviation of the values of "formula" for the stocks that pass "criteria"
UnivSubset()Filter by tickerOnly use stocks in universe with specific tickers
UnivSum()Universe SumCalculate the sum of the values of "formula" for the stocks that pass "criteria"
UpDownRatio()Up/Down Volume RatioCalculates the Up/Down Volume ratio for a stock. If the ratio exceeds 0.5, it means volume on a stock's up days outweighed downside volume in the specified period. It is calculated as:

Sum Up Vol/(Sum Up Vol + Sum Down Vol)
Full Description