#   %   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
Higher()Count higher/lower values in a setReturns the number of times xi > xi+1. For example to find companies that price increased at least 2 out of 3 days enter:

Higher(Close(0),Close(1),Close(2),Close(3))>=2
HistQ1EPSActualEPS ActualHistorical EPS (Actual), 1 Quarter agoFull Description
HistQ2EPSActualEPS ActualHistorical EPS (Actual), 2 Quarters agoFull Description
HistQ3EPSActualEPS ActualHistorical EPS (Actual), 3 Quarters agoFull Description
HistQ4EPSActualEPS ActualHistorical EPS (Actual), 4 Quarters agoFull Description
HistQ5EPSActualEPS ActualHistorical EPS (Actual), 5 Quarters agoFull Description
HistQ1DifferenceHistorical EPS DifferenceHistorical Quarter Difference (Actual - Estimate), 1 Quarter Ago
HistQ2DifferenceHistorical EPS DifferenceHistorical Quarter Difference (Actual - Estimate), 2 Quarters Ago
HistQ3DifferenceHistorical EPS DifferenceHistorical Quarter Difference (Actual - Estimate), 3 Quarters Ago
HistQ4DifferenceHistorical EPS DifferenceHistorical Quarter Difference (Actual - Estimate), 4 Quarters Ago
HistQ5DifferenceHistorical EPS DifferenceHistorical Quarter Difference (Actual - Estimate), 5 Quarters Ago
HistQ1EPSEstHistorical EPS EstimateHistorical EPS Mean Estimate, 1 Quarter agoFull Description
HistQ2EPSEstHistorical EPS EstimateHistorical EPS Mean Estimate, 2 Quarters agoFull Description
HistQ3EPSEstHistorical EPS EstimateHistorical EPS Mean Estimate, 3 Quarters agoFull Description
HistQ4EPSEstHistorical EPS EstimateHistorical EPS Mean Estimate, 4 Quarters agoFull Description
HistQ5EPSEstHistorical EPS EstimateHistorical EPS Mean Estimate, 5 Quarters agoFull Description
Holiday()HolidayReturns TRUE (1) if weekday is a holiday, FALSE (0) otherwise. Use negative values to check for upcoming holidays. (Note: It doesn't support checking future dates.)
HighPct()Percent From Hi/LoPercent from high in the period (incl div)
HighPct_W()Percent From Hi/LoPercent from high in the period using the weekly series (incl div)
HighVal()Price Highest/LowestThis function returns the highest value of the series within the specified lookback period. The close prices are used by default.Full Description
HighValBar()Price Highest/LowestThis function returns bar where highest value of the series occurred within the specified lookback period. The close prices are used by default.Full Description
Hi()Price OHLCHistorical High price 'bars' or 'trading days' ago (the length of a bar can be determined by the series used). Use negative values to peek into the future.Full Description
Hi_D()Price OHLCHistorical High price 'days' ago including holidays. Holidays are filled in with previous day close.Full Description
Hi_W()Price OHLCHistorical weekly High price. Use 0 for the most recent week, 1 for the week before, etc.Full Description
HoldingsCnt()Running count of holdingsReturns a count of stocks in the list that are current holdings