You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, happy to add this. It wouldn't really be listener_kwargs per se as these get actioned by flumine not betfairlightweight. With that in mind, anything else you would like to be able to filter other than inplay/seconds to market start?
I have tried to implement that filter myself. I saw that and gave up....
But if you skip all the unwanted prices lines before transforming them into python objects by the generator, I think it speeds up some analysis I do, doesn't it?
About more filters... Maybe filtering only one prices side or some specific selection_ids could be good too!
I think these are all questions for @liampauling re: betfairlightweight. I would only be applying the filtering after having generated all of the market books. If you want increased performance then #18 is your best bet
Would be possible pass some arguments to the listener of the function prices_file_to_data_frame()?
It would be great to pass a listener_kwargs dict to get a subset of prices.
Something similar to https://betcode-org.github.io/flumine/quickstart/#listener-kwargs
The text was updated successfully, but these errors were encountered: