Mongo does not contain contract data for all contract prices stored in arctic #661
-
Hi Hope you all are doing well! I am working on compilihng a new database. I have run the system in paper trading mode. Looking into the db I find the following; there are 3031 symbols in contract prices in arctic. In example of ALUMINIUM instrument futures_contract documents;
example of ALUMINIUM instrument contract prices symbols from arctic:
So the question I have is quite simply; Is this to be expected - or have I managed destroy the database integrity somehow? An aside; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Tha's to be expected. futures_contracts will only contain contracts that you are expected to get live prices for, or have in the past. contract_prices contains all your backfilled futures data. "My plan is to create the mongo futures_contracts documents that are missing (given that the contract price is non empty). Does this sound like ok idea, or is it bad for some reason I am not seeing?" You can but it will be a complete waste of time and will have zero effect. |
Beta Was this translation helpful? Give feedback.
Tha's to be expected. futures_contracts will only contain contracts that you are expected to get live prices for, or have in the past. contract_prices contains all your backfilled futures data.
"My plan is to create the mongo futures_contracts documents that are missing (given that the contract price is non empty). Does this sound like ok idea, or is it bad for some reason I am not seeing?"
You can but it will be a complete waste of time and will have zero effect.