Package com.quantfinlib.screener


package com.quantfinlib.screener
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.
  • Class
    Description
    Fundamental screening filters.
    Fundamental data for one instrument.
    Ranking engine: scores stocks by a weighted blend of min-max-normalized criteria and sorts them best-first.
     
    Composable screening predicate over a StockSnapshot.
    Professional Stock Screener: applies technical and fundamental filters to a universe, optionally ranks matches, and exports results to CSV.
    One screening candidate: symbol, price history, and fundamentals.
    Technical screening filters evaluated on the most recent bar.