Uses of Class
io.runon.trading.technical.analysis.indicators.volume.profile.VolumeProfileData
Packages that use VolumeProfileData
-
Uses of VolumeProfileData in io.runon.trading.technical.analysis.indicators.volume.profile
Methods in io.runon.trading.technical.analysis.indicators.volume.profile that return VolumeProfileDataModifier and TypeMethodDescriptionstatic VolumeProfileData[]VolumeProfile.getData(TradeCandle[] candleArr) 매물대 데이터를 얻는다static VolumeProfileData[]VolumeProfile.getData(TradeCandle[] candleArr, int vpSize) 매물대 데이터를 얻는다static VolumeProfileData[]VolumeProfile.getData(TradeCandle[] candleArr, int vpSize, int arrSize) 매물대 데이터를 얻는다static VolumeProfileDataVolumeProfile.getVolumeProfile(VolumeProfileData[] vpDataArr, BigDecimal price) 가격에 대한 매물대 데이터를 얻는다.Methods in io.runon.trading.technical.analysis.indicators.volume.profile with parameters of type VolumeProfileDataModifier and TypeMethodDescriptionstatic VolumeProfileDataVolumeProfile.getVolumeProfile(VolumeProfileData[] vpDataArr, BigDecimal price) 가격에 대한 매물대 데이터를 얻는다.