Uses of Class
com.quantfinlib.screener.RankingEngine
Packages that use RankingEngine
Package
Description
Stock screening:
StockScreener applies
composable ScreenFilters —
TechnicalFilters (RSI, moving averages,
MACD, ADX, VWAP, SuperTrend, Bollinger, Ichimoku, breakouts, volume
spikes, gaps, 52-week levels) and
FundamentalFilters (market cap, P/E, P/B,
EPS, ROE, dividend yield, leverage) — then ranks survivors with the
weighted min-max RankingEngine and
exports to CSV.-
Uses of RankingEngine in com.quantfinlib.screener
Methods in com.quantfinlib.screener that return RankingEngineModifier and TypeMethodDescriptionRankingEngine.addCriterion(String name, double weight, ToDoubleFunction<StockSnapshot> extractor) Methods in com.quantfinlib.screener with parameters of type RankingEngineModifier and TypeMethodDescriptionStockScreener.screenAndRank(RankingEngine ranking, ScreenFilter... filters) Screens then ranks the survivors best-first.