Class CandlesGetStorage

java.lang.Object
io.runon.trading.backtesting.candle.CandlesGetStorage
All Implemented Interfaces:
CandlesGet

public class CandlesGetStorage extends Object implements CandlesGet
백테스팅용 캔들 얻기 메모리에 올려놓고 사용하기 백테스팅 결과를 빠르게 얻기위해 활용
Author:
macle
  • Constructor Details

    • CandlesGetStorage

      public CandlesGetStorage()
  • Method Details

    • loadCandle

      public io.runon.trading.technical.analysis.candle.candles.TradeCandles loadCandle(String path, long time)
    • getCandles

      public io.runon.trading.technical.analysis.candle.TradeCandle[] getCandles(long time, long endTime, int count)
      Specified by:
      getCandles in interface CandlesGet
    • getCandles

      public io.runon.trading.technical.analysis.candle.TradeCandle[] getCandles(long time, int count)