Uses of Enum Class
io.runon.trading.PriceChangeType
Packages that use PriceChangeType
Package
Description
다이버 전스 divergence
주가는 상승하는데 보조지표는 하락하고 있거나, 주가는 하락하는데 보조지표는 상승하고 있는 현상을 나타냄
다이버전스의 발생이유는 추세의 힘이 약해지는것
1.일반 다이버전스
- 일반하락 다이버전스
주가의 고점을 상승하고 있으나, 보조지표 고점은 하락하고 있는상태
주가 고점이 상승하고 있으나, 보조지표 고점은 횡보하고 있는 상태도 하락 다이버전스임
주가 고점이 횡보하고 있고, 보조지표 고점이 하락하고 있는 상태도 하락 다이버전스임
-
Uses of PriceChangeType in io.runon.trading
Methods in io.runon.trading that return PriceChangeTypeModifier and TypeMethodDescriptionPriceChangeAnalysis.getPriceChangeType()가격변화 예측유형static PriceChangeTypeReturns the enum constant of this class with the specified name.static PriceChangeType[]PriceChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PriceChangeType in io.runon.trading.technical.analysis.candle
Methods in io.runon.trading.technical.analysis.candle that return PriceChangeTypeMethods in io.runon.trading.technical.analysis.candle with parameters of type PriceChangeTypeModifier and TypeMethodDescriptionvoidCandleStick.setPriceChangeType(PriceChangeType priceChangeType) 가격변화유형 설정 -
Uses of PriceChangeType in io.runon.trading.technical.analysis.pattern.lower.shadow
Methods in io.runon.trading.technical.analysis.pattern.lower.shadow that return PriceChangeTypeModifier and TypeMethodDescriptionHammerPattern.getPriceChangeType()HangingMan.getPriceChangeType() -
Uses of PriceChangeType in io.runon.trading.technical.analysis.pattern.upper.shadow
Methods in io.runon.trading.technical.analysis.pattern.upper.shadow that return PriceChangeTypeModifier and TypeMethodDescriptionInvertedHammerPattern.getPriceChangeType()ShootingStar.getPriceChangeType()ShootingStarRise.getPriceChangeType() -
Uses of PriceChangeType in io.runon.trading.technical.analysis.subindex.divergence
Methods in io.runon.trading.technical.analysis.subindex.divergence that return PriceChangeType