Replies: 3 comments
-
I had a similar problem with viewing trading hours while setting things up. Did you complete the roll for ZAR? If the system had a position in ZAR that was rolled, after the roll executes, you need to use interactive_update_roll_status to update the adjusted price series |
Beta Was this translation helpful? Give feedback.
-
"but then there are those like the following, where some of the carry or forward prices are missing." - this is normal with illiquid instruments as the default is to only snapshot hourly prices if a trade occurs. |
Beta Was this translation helpful? Give feedback.
-
You can add an extra catch for the missing instrument data
|
Beta Was this translation helpful? Give feedback.
-
I'm stuck with multiple prices, any advice is greatly appreciated. Originally I had issue with some orders not being executed, which was a problem with time zones and is now fixed. During the troubleshooting I noticed that "View trading hours for all instruments" crashes because of some issue with multiple prices:
Related to this, update_multiple_adjusted_prices complained the following for a bunch of instruments. These I just deleted for now, but that didn't solve the problem.
2024-01-17 19:27:37 CRITICAL Update-Multiple-Adjusted-Prices {'instrument_code': 'ZAR'} Something went wrong with adjusted prices for ZAR! [Can't update adjusted prices for ZAR as roll has occured but not registered properly]
Multiple prices for most of the instruments seem to have data in all columns, but then there are those like the following, where some of the carry or forward prices are missing.
Is there are way to find out on what instrument(s) the diagnostic script fails and/or how do I solve this?
Beta Was this translation helpful? Give feedback.
All reactions