Uses of Enum Class
io.runon.trading.technical.analysis.subindex.divergence.Divergence.Type
Packages that use Divergence.Type
Package
Description
다이버 전스 divergence
주가는 상승하는데 보조지표는 하락하고 있거나, 주가는 하락하는데 보조지표는 상승하고 있는 현상을 나타냄
다이버전스의 발생이유는 추세의 힘이 약해지는것
1.일반 다이버전스
- 일반하락 다이버전스
주가의 고점을 상승하고 있으나, 보조지표 고점은 하락하고 있는상태
주가 고점이 상승하고 있으나, 보조지표 고점은 횡보하고 있는 상태도 하락 다이버전스임
주가 고점이 횡보하고 있고, 보조지표 고점이 하락하고 있는 상태도 하락 다이버전스임
-
Uses of Divergence.Type in io.runon.trading.technical.analysis.subindex.divergence
Methods in io.runon.trading.technical.analysis.subindex.divergence that return Divergence.TypeModifier and TypeMethodDescriptionDivergenceSignal.getType()다이버젼스 유형static Divergence.TypeReturns the enum constant of this class with the specified name.static Divergence.Type[]Divergence.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.