Class SellChecker
- java.lang.Object
-
- pl.com.external.essw.finance.checkers.Checker
-
- pl.com.external.essw.finance.checkers.SellChecker
-
public class SellChecker extends Checker
-
-
Constructor Summary
Constructors Constructor Description SellChecker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isFreshMeat(Period lastFullPeriod, Investment investment)
static boolean
isRSIHigh(java.lang.Integer RSI)
static boolean
isSMALow(java.math.BigDecimal sma, Transaction transaction)
static boolean
isSpikeGain(Transaction transaction, Investment investment, java.lang.Double buyPriceDropRatio)
static boolean
isWiggleOut(Period lastFullPeriod, Investment investment, java.lang.Double wiggle)
-
Methods inherited from class pl.com.external.essw.finance.checkers.Checker
getAdvisorStock, isDayEnd, isDead, isNoPeriods, isRSILow, isRSINeutral, isTradeHour, noFakinWay
-
-
-
-
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:
-
-