Class SellChecker


  • public class SellChecker
    extends Checker
    • Constructor Detail

      • SellChecker

        public SellChecker()
    • Method Detail

      • isFreshMeat

        public static boolean isFreshMeat​(Period lastFullPeriod,
                                          Investment investment)
      • isWiggleOut

        public static boolean isWiggleOut​(Period lastFullPeriod,
                                          Investment investment,
                                          java.lang.Double wiggle)
      • isSMALow

        public static boolean isSMALow​(java.math.BigDecimal sma,
                                       Transaction transaction)
      • isSpikeGain

        public static boolean isSpikeGain​(Transaction transaction,
                                          Investment investment,
                                          java.lang.Double buyPriceDropRatio)
      • isRSIHigh

        public static boolean isRSIHigh​(java.lang.Integer RSI)
        Parameters:
        RSI -
        Returns: