melphi/algobox

View on GitHub
java/algobox/algobox-api/src/main/java/io/algobox/api/module/indicator/service/impl/IndicatorServiceImpl.java

Summary

Maintainability
A
1 hr
Test Coverage

Method createPriceOhlc has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private PriceOhlc createPriceOhlc(Iterable<PriceTick> priceTicks, String instrumentId) {
    double openAsk = 0;
    double openBid = 0;
    double highAsk = 0;
    double highBid = 0;

    There are no issues that match your filters.

    Category
    Status