I'm running a local lean backtest with lean-cli and Polygon data provider and when I'm reviewing the results json, I'm getting zeros for most of the statistics despite the strategy working properly and placing orders, unlike cloud projects where I get actual values. My subscription is “Researcher”. Am I doing something wrong or lean doesn't provide these statistics?

"statistics": {
    "Total Orders": "1293",
    "Average Win": "0%",
    "Average Loss": "0%",
    "Compounding Annual Return": "0%",
    "Drawdown": "0%",
    "Expectancy": "0",
    "Start Equity": "1000000",
    "End Equity": "995716.25",
    "Net Profit": "0%",
    "Sharpe Ratio": "0",
    "Sortino Ratio": "0",
    "Probabilistic Sharpe Ratio": "0%",
    "Loss Rate": "0%",
    "Win Rate": "0%",
    "Profit-Loss Ratio": "0",
    "Alpha": "0",
    "Beta": "0",
    "Annual Standard Deviation": "0",
    "Annual Variance": "0",
    "Information Ratio": "0",
    "Tracking Error": "0",
    "Treynor Ratio": "0",
    "Total Fees": "$871.36",
    "Estimated Strategy Capacity": "$650000.00",
    "Lowest Capacity Asset": "MRUS 2T",
    "Portfolio Turnover": "300.56%"
  },