Class TaCandles
java.lang.Object
io.runon.trading.technical.analysis.candle.TaCandles
technical analysis candle 관련 유틸성 클래스
기술적 분석 캔들 관련 유틸성 매소드 정리
- Author:
- macle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetOpenTimeIndex(TradeCandle[] candles, long openTime) static intgetOpenTimeIndex(TradeCandle[] candles, long openTime, int searchLength) static intgetStartIndex(TradeCandle[] candles, long openTime, int searchLength) static long[]static BigDecimalhigh(CandleStick[] candles, int n) static BigDecimalhigh(CandleStick[] candles, int n, int index) static BigDecimallow(CandleStick[] candles, int n) static BigDecimallow(CandleStick[] candles, int n, int index)
-
Constructor Details
-
TaCandles
public TaCandles()
-
-
Method Details
-
getTimes
-
getOpenTimeIndex
-
getOpenTimeIndex
-
getStartIndex
-
high
-
high
-
low
-
low
-