Beskrivelse
shortinterestpercentfloat > 8 Focus: Look for stocks with a short interest exceeding 8% of the float. Rationale: A higher short interest percentage might indicate bearish sentiment among investors or could flag a potential short squeeze scenario if the stock’s price starts moving upward. sharesfloat < 30m and sharesfloat > 2m Focus: Consider stocks with a float (shares available for trading) between 2 million and 30 million shares. Rationale: A moderate float size can ensure sufficient liquidity while keeping the stock's price movement potentially more volatile—an aspect that traders might find attractive. shortborrowrate > 1 Focus: Include stocks where the rate to borrow shares for shorting is greater than 1. Rationale: A higher borrow rate can indicate that shares are in high demand for shorting, often a sign of market skepticism about the stock’s near-term prospects. bookvaluepershare > price Focus: Ensure the book value per share is higher than the current market price. Rationale: This condition suggests the stock might be undervalued relative to its accounting value, a classic value investing signal. volume > volumeavg1week Focus: The current trading volume exceeds the average volume over the past week. Rationale: Higher-than-average volume can signal unusual activity or interest, potentially confirming a move based on news, sentiment, or technical factors. insidernetbuyercount > -1 Focus: Filter for stocks where the net count of insider buyers is greater than -1. Rationale: Even a net count close to zero (or positive) suggests that insiders might not be selling off their shares aggressively. Insider buying can be seen as a confidence indicator. InsiderOwnershipPercentFloat and AnalystPriceTargetMeanDifference Focus: These criteria appear to reference additional metrics: InsiderOwnershipPercentFloat: Likely intended to evaluate the percentage of the float held by insiders. Rationale: A higher insider ownership percentage might suggest that management’s interests are more aligned with shareholders. AnalystPriceTargetMeanDifference: Likely used to measure the difference between the mean analyst price target and the current price. Rationale: A substantial positive difference might indicate potential upside if analysts are forecasting higher future prices. Note: Since no specific comparison operator (e.g., > 0) is provided, further clarification is needed on the desired threshold for these two metrics.
| Seneste handel | 2026-05-24 | Sidste løb | 11 hours ago |
| Ydeevne | -320.00% | Nuværende besiddelser | 20 |
Regler
country = US; exchange != OTC; price < 5; shortinterestpercentfloat > 8; sharesfloat < 30m; sharesfloat > 2m; shortborrowrate > 1; bookvaluepershare > price; volume > volumeavg1week; insidernetbuyercount> - 1; InsiderOwnershipPercentFloat; AnalystPriceTargetMeanDifference;