Skip to content

Commit

Permalink
Add more symbol start dates
Browse files Browse the repository at this point in the history
Also, as per QuantConnect/Lean@09cc785#diff-449e791da2ee8a4c3fceec115ef7d4e2, we now pass `job` when we initialise the `AlgorithmManager`.
  • Loading branch information
Doggie52 committed Oct 26, 2019
1 parent 5fd6600 commit 764afab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Instance/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public static void Run( string libraryPath, string apiJobUserId, string apiAcces
}

try {
var algorithmManager = new AlgorithmManager( false );
var algorithmManager = new AlgorithmManager( false, job );

leanEngineSystemHandlers.LeanManager.Initialize( leanEngineSystemHandlers, leanEngineAlgorithmHandlers, job, algorithmManager );

Expand Down
5 changes: 5 additions & 0 deletions Launcher/data-start-date-by-symbol.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
"AUDJPY": "2004-05-30",
"AUDNZD": "2004-05-02",
"AUDUSD": "2002-05-05",
"CADCHF": "2004-05-30",
"CADJPY": "2004-05-30",
"CHFJPY": "2004-05-30",
"EURAUD": "2004-05-30",
"EURCAD": "2004-05-30",
"EURCHF": "2002-05-05",
"EURGBP": "2002-05-06",
"EURJPY": "2002-05-05",
"EURUSD": "2002-05-05",
"GBPCAD": "2004-05-30",
"GBPCHF": "2002-05-06",
"GBPJPY": "2002-05-06",
"GBPUSD": "2002-05-05",
Expand Down

0 comments on commit 764afab

Please sign in to comment.