Class OnePriceCandle

java.lang.Object
io.runon.trading.technical.analysis.candle.OnePriceCandle
All Implemented Interfaces:
Candle

public class OnePriceCandle extends Object implements Candle
단일가 캔들 다이버전스에 활용됨
Author:
macle
  • Constructor Details

    • OnePriceCandle

      public OnePriceCandle(BigDecimal price)
      생성자
      Parameters:
      price - 단일가
  • Method Details

    • getOpen

      public BigDecimal getOpen()
      Description copied from interface: Candle
      시가 얻기
      Specified by:
      getOpen in interface Candle
      Returns:
      시가 (시작가)
    • getClose

      public BigDecimal getClose()
      Description copied from interface: Candle
      종가 얻기
      Specified by:
      getClose in interface Candle
      Returns:
      종가
    • getHigh

      public BigDecimal getHigh()
      Description copied from interface: Candle
      고가 얻기
      Specified by:
      getHigh in interface Candle
      Returns:
      고가
    • getLow

      public BigDecimal getLow()
      Description copied from interface: Candle
      저가 얻기
      Specified by:
      getLow in interface Candle
      Returns:
      저가