Skip to content
Discussion options

You must be logged in to vote

This is me with a shot in the dark, having used the mentioned classes little to nothing, but looks to me like you are declaring three different instances using the same variable name - in other words you are writing over the first two data declarations, leaving the last one in memory.

Shouldn't the declaration be;

data=csvFuturesSimData(csv_data_paths = dict(csvFuturesMultiplePricesData="private.data.futures.adjusted_prices_csv",
                                                                            csvFuturesAdjustedPricesData="private.data.futures.multiple_prices_csv",
                                                                            csvFxPricesData="private.data.spot.bar…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dr1ver1
Comment options

Answer selected by dr1ver1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants