java.lang.Object
io.runon.trading.technical.analysis.candle.TaCandles

public class TaCandles extends Object
technical analysis candle 관련 유틸성 클래스 기술적 분석 캔들 관련 유틸성 매소드 정리
Author:
macle
  • Constructor Details

    • TaCandles

      public TaCandles()
  • Method Details

    • getTimes

      public static long[] getTimes(Candles[] array)
    • getOpenTimeIndex

      public static int getOpenTimeIndex(TradeCandle[] candles, long openTime)
    • getOpenTimeIndex

      public static int getOpenTimeIndex(TradeCandle[] candles, long openTime, int searchLength)
    • getStartIndex

      public static int getStartIndex(TradeCandle[] candles, long openTime, int searchLength)
    • high

      public static BigDecimal high(CandleStick[] candles, int n)
    • high

      public static BigDecimal high(CandleStick[] candles, int n, int index)
    • low

      public static BigDecimal low(CandleStick[] candles, int n)
    • low

      public static BigDecimal low(CandleStick[] candles, int n, int index)