Skip to content

Commit

Permalink
add required options for local reuslt service (#7660)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjra2611 authored Jan 4, 2024
1 parent 3db813c commit ff83d72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/LeanArgumentParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public static class LeanArgumentParser
new CommandLineOption("factor-file-provider", CommandOptionType.SingleValue),
new CommandLineOption("data-provider", CommandOptionType.SingleValue),
new CommandLineOption("alpha-handler", CommandOptionType.SingleValue),
new CommandLineOption("history-provider", CommandOptionType.SingleValue),

// limits on number of symbols to allow
new CommandLineOption("symbol-minute-limit", CommandOptionType.SingleValue),
Expand All @@ -94,6 +95,7 @@ public static class LeanArgumentParser
// To get your api access token go to quantconnect.com/account
new CommandLineOption("job-user-id", CommandOptionType.SingleValue),
new CommandLineOption("api-access-token", CommandOptionType.SingleValue),
new CommandLineOption("job-organization-id", CommandOptionType.SingleValue),

// live data configuration
new CommandLineOption("live-data-url", CommandOptionType.SingleValue),
Expand Down

0 comments on commit ff83d72

Please sign in to comment.