Lean icon indicating copy to clipboard operation
Lean copied to clipboard

RandomDataGenerator Doesn't Generate Auxiliary Data

Open AlexCatarino opened this issue 6 months ago • 0 comments

Expected Behavior

The following command:

lean data generate --start 20200101 --end 20200131 --security-type Future --tickers NG --market NYMEX --resolution Minute

and

lean data generate --start 20250801 --end 20250805 --tickers=MSFT --resolution=Minute --security-type=Option generates all data we need.

Actual Behavior

The random data generator doesn't create map, factor, and universe files.

Checklist

  • [x] I have completely filled out this template
  • [x] I have confirmed that this issue exists on the current master branch
  • [x] I have confirmed that this is not a duplicate issue by searching issues

AlexCatarino avatar Jun 27 '25 16:06 AlexCatarino