Womens World T20 semi Windies v NZ is
VOLUMINOUS
&
LIQUID
47 Million Matched
and its not properly over yet.
Today's Cricket
Its an interesting question when it comes to sports inplay, unlike preplay we don't have a starting price however there are a few other options. You can obviously just look at the final result and use profit but on sports like cricket it's not ideal due to the low number of games resulting in pnl taking a while to settle etc. One option is to compare the price matched against a price into the future, ie in horse racing this might be 5/10 seconds but in cricket it could be 5/10 minutes
Code: Select all
ev = (1/future_price) - (1/price_matched)
Code: Select all
ev = (1/innings_end_price) - (1/price_matched)
You do not have the required permissions to view the files attached to this post.
A graph of beauty!!LinusP wrote: ↑Wed Oct 23, 2024 10:44 amIts an interesting question when it comes to sports inplay, unlike preplay we don't have a starting price however there are a few other options. You can obviously just look at the final result and use profit but on sports like cricket it's not ideal due to the low number of games resulting in pnl taking a while to settle etc. One option is to compare the price matched against a price into the future, ie in horse racing this might be 5/10 seconds but in cricket it could be 5/10 minutes
Another option is to use the price at the end of the innings, I really like doing this as this as it is a very accurate price and you don't even need that much of a sample to get a good idea of if you are getting unlucky or if your strategy is sht.Code: Select all
ev = (1/future_price) - (1/price_matched)
Here is an example of my profit against ev for a strategy (first innings) this month using `innings_end_price`, beautiful.Code: Select all
ev = (1/innings_end_price) - (1/price_matched)
Screenshot 2024-10-23 at 10.43.36.png
Is this straight betting or trading?
Thanks Liam. That’s given me lots to think about.LinusP wrote: ↑Wed Oct 23, 2024 10:44 amIts an interesting question when it comes to sports inplay, unlike preplay we don't have a starting price however there are a few other options. You can obviously just look at the final result and use profit but on sports like cricket it's not ideal due to the low number of games resulting in pnl taking a while to settle etc. One option is to compare the price matched against a price into the future, ie in horse racing this might be 5/10 seconds but in cricket it could be 5/10 minutes
Another option is to use the price at the end of the innings, I really like doing this as this as it is a very accurate price and you don't even need that much of a sample to get a good idea of if you are getting unlucky or if your strategy is sht.Code: Select all
ev = (1/future_price) - (1/price_matched)
Here is an example of my profit against ev for a strategy (first innings) this month using `innings_end_price`, beautiful.Code: Select all
ev = (1/innings_end_price) - (1/price_matched)
Screenshot 2024-10-23 at 10.43.36.png