Class CandleBigDecimalChange
java.lang.Object
io.runon.trading.technical.analysis.CandleBigDecimalChange
candle 에서 사용하는 정보 일부를 BigDecimal 형으로 변환 시켜주는 유틸성 클래스
- Author:
- macle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BigDecimal[]getChangeRateArray(io.runon.trading.PriceChangeRate[] priceChangeRateArray) static BigDecimal[]getChangeRateArray(io.runon.trading.PriceChangeRate[] priceChangeRateArray, int startIndex, int end) static BigDecimal[]getCloseArray(io.runon.trading.Price[] candles) static BigDecimal[]getCloseArray(io.runon.trading.Price[] candles, int startIndex, int end) static BigDecimal[]getTradingPriceArray(TradeCandle[] candles) static BigDecimal[]getTradingPriceArray(TradeCandle[] candles, int startIndex, int end) static BigDecimal[]getVolumePowers(TradeCandle[] candles) static BigDecimal[]getVolumePowers(TradeCandle[] candles, int startIndex, int end) static BigDecimal[]getVolumes(TradeCandle[] candles) static BigDecimal[]getVolumes(TradeCandle[] candles, int startIndex, int end)
-
Constructor Details
-
CandleBigDecimalChange
public CandleBigDecimalChange()
-
-
Method Details
-
getCloseArray
-
getCloseArray
-
getChangeRateArray
public static BigDecimal[] getChangeRateArray(io.runon.trading.PriceChangeRate[] priceChangeRateArray) -
getChangeRateArray
public static BigDecimal[] getChangeRateArray(io.runon.trading.PriceChangeRate[] priceChangeRateArray, int startIndex, int end) -
getVolumes
-
getVolumes
-
getVolumePowers
-
getVolumePowers
-
getTradingPriceArray
-
getTradingPriceArray
-