melphi/algobox

View on GitHub
java/algobox/algobox-backtest/src/main/java/io/algobox/backtest/spark/datacollection/SparkDataCollectionTask.java

Summary

Maintainability
A
45 mins
Test Coverage

Method run has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

  public void run(PriceService priceService, InstrumentService instrumentService,
      String pricesFolder, long fromDate, long toDate, String instrumentId) {

    There are no issues that match your filters.

    Category
    Status