the ability to insert your own data into the simulation for Betfair #1478
Replies: 2 comments
-
no answer |
Beta Was this translation helpful? Give feedback.
0 replies
-
Typically, it would involve creating a data class that inherits from Data. Then you could parse your csv into nautilus objects and then add it as data or publish to the message bus from an actor. Some related links below: https://nautilustrader.io/docs/latest/concepts/advanced/custom_data/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I wanted to test the action of your Nautilus trader simulator for Betfair. However, I do not have the opportunity to receive.bz2 file . Instead, I have a .csv file with the following data: ['Timestamp', 'RunnerId', 'runner_status', 'mkt_status', 'inPlay',
'adjustmentFactor', 'betDelay', 'bid', 'ask', 'bid_sz', 'ask_sz', 'ltp',
'tv', 'runner_name', 'timezone', 'TimestampLocal', 'MarketId', 'name',
'marketTime', 'marketTimeLocal', 'countryCode', 'eventId', 'eventName','openDate', 'openDateLocal', 'venue']. Is it possible to insert this historical data that I get using my own Betfair parsing into the code? And is there any documentation about this. Thanks
Beta Was this translation helpful? Give feedback.
All reactions