Class CandlesGetStorage
java.lang.Object
io.runon.trading.backtesting.candle.CandlesGetStorage
- All Implemented Interfaces:
CandlesGet
백테스팅용 캔들 얻기
메모리에 올려놓고 사용하기
백테스팅 결과를 빠르게 얻기위해 활용
- Author:
- macle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.runon.trading.technical.analysis.candle.TradeCandle[]getCandles(long time, int count) io.runon.trading.technical.analysis.candle.TradeCandle[]getCandles(long time, long endTime, int count) io.runon.trading.technical.analysis.candle.candles.TradeCandlesloadCandle(String path, long time)
-
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:
getCandlesin interfaceCandlesGet
-
getCandles
public io.runon.trading.technical.analysis.candle.TradeCandle[] getCandles(long time, int count)
-