djiddish98
The Dunk
- Since
- Jun 6, 2010
- Messages
- 442
- Score
- 0
- Tokens
- 0
My day job involves a good deal of setting up shop in Excel. However, there's also a good deal of downtime as well, so I spend large chunks of my day working on projects that I think will help me make smarter bets.
This one attachment is a file that scrapes matchbook's MLB lines and current available dollar amounts and tracks any changes (within refreshes) of either the lines or the dollar amounts. So, if you see a large negative amount next to a line, then you might infer that someone made a large bet on that line.
However, someone could equally be pulling their money off of the market, as opposed to placing a bet.
Still, I think you could assume that a large amount of money moved away from a certain baseball line. Meaning someone found that attractive enough to bet on it, or the person offering the bet didn't like giving as much in the way of odds anymore. (Unless it was all just arb related as opposed to taking an actual side)
I don't have all the inside knowledge to really implement this information in a valuable way, so I'm offering the tool up to the community as a contribution. If anyone can find some good use for it, it would be great if you could share that with me or anyone else if you found the tool helpful on your end.
The code is crude (I took 3 CS classes in college before dropping). Also, if you feel like it, you can enter your usename and password for MB in the VBA code (I've commented it there), and it'll log you in (I'm not trying to steal your names and pdubs!) You don't have to do that though, but you should log-in otherwise the markets won't auto-refresh.
Run the matchbook macro to initialize the websites (one for AL and one for NL), then run updatemb and it'll cycle through every 2 seconds and refresh.
Good luck!
This one attachment is a file that scrapes matchbook's MLB lines and current available dollar amounts and tracks any changes (within refreshes) of either the lines or the dollar amounts. So, if you see a large negative amount next to a line, then you might infer that someone made a large bet on that line.
However, someone could equally be pulling their money off of the market, as opposed to placing a bet.
Still, I think you could assume that a large amount of money moved away from a certain baseball line. Meaning someone found that attractive enough to bet on it, or the person offering the bet didn't like giving as much in the way of odds anymore. (Unless it was all just arb related as opposed to taking an actual side)
I don't have all the inside knowledge to really implement this information in a valuable way, so I'm offering the tool up to the community as a contribution. If anyone can find some good use for it, it would be great if you could share that with me or anyone else if you found the tool helpful on your end.
The code is crude (I took 3 CS classes in college before dropping). Also, if you feel like it, you can enter your usename and password for MB in the VBA code (I've commented it there), and it'll log you in (I'm not trying to steal your names and pdubs!) You don't have to do that though, but you should log-in otherwise the markets won't auto-refresh.
Run the matchbook macro to initialize the websites (one for AL and one for NL), then run updatemb and it'll cycle through every 2 seconds and refresh.
Good luck!
Attachments
Last edited: