Interface CandleSymbolPrice

All Superinterfaces:
SymbolPrice
All Known Implementing Classes:
CandleSymbolMapPrice, SlippageRandomSymbolPrice, SlippageRateOpenPrice

public interface CandleSymbolPrice extends SymbolPrice
백테스팅에서 사용하는 가격용 캔들
Author:
macle
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPrice(String symbol, io.runon.trading.Candle candle)
     

    Methods inherited from interface io.runon.trading.backtesting.price.symbol.SymbolPrice

    getBuyPrice, getPrice, getSellPrice
  • Method Details

    • setPrice

      void setPrice(String symbol, io.runon.trading.Candle candle)