Uses of Record Class
com.quantfinlib.screener.RankingEngine.ScoredStock
Packages that use RankingEngine.ScoredStock
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.ScoredStock in com.quantfinlib.screener
Methods in com.quantfinlib.screener that return types with arguments of type RankingEngine.ScoredStockModifier and TypeMethodDescriptionRankingEngine.rank(List<StockSnapshot> stocks) StockScreener.screenAndRank(RankingEngine ranking, ScreenFilter... filters) Screens then ranks the survivors best-first.Method parameters in com.quantfinlib.screener with type arguments of type RankingEngine.ScoredStockModifier and TypeMethodDescriptionstatic voidStockScreener.exportCsv(Path path, List<RankingEngine.ScoredStock> results) Exports ranked results (symbol, score, last close, fundamentals) to CSV.