melphi/algobox

View on GitHub
java/algobox/algobox-testing/src/main/java/io/algobox/testing/TestingIndicatorService.java

Summary

Maintainability
A
1 hr
Test Coverage

Method createOhlc has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

  private static PriceOhlc createOhlc(String instrumentId, double askOpen, double bidOpen,
      double askHigh, double bidHigh, double askLow, double bidLow, double askClose,
      double bidClose) {

    There are no issues that match your filters.

    Category
    Status