Thank you for this .Fun to have a play around. Was wondering if I wanted to add 'Max Games in a row' and 'Total points won', as examples, to the stats obtained; How would I go about this.Sorry my scripting coding ability is wanting

No problem, glad it's useful.
Thanks sniffer. That will be great. Hope the head recovers ok...sniffer66 wrote: ↑Sun Jun 05, 2022 4:17 pmNo problem, glad it's useful.
I'm just back from a 4 day music festival, but will try and put an overview post up and walk you through adding in additional, available stats, when my head has recovered![]()
With the script framework as it is, it's possible to get data for any sport in the SS API so might be helpful to a few others to be able to add their own sports\stats in
Hi McGoomcgoo wrote: ↑Sun Jun 05, 2022 11:26 pmThanks sniffer. That will be great. Hope the head recovers ok...sniffer66 wrote: ↑Sun Jun 05, 2022 4:17 pmNo problem, glad it's useful.
I'm just back from a 4 day music festival, but will try and put an overview post up and walk you through adding in additional, available stats, when my head has recovered![]()
With the script framework as it is, it's possible to get data for any sport in the SS API so might be helpful to a few others to be able to add their own sports\stats in![]()
Code: Select all
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Andy Murray: IP1stServeIn% = 89
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Andy Murray: IP1stServePointsWon% = 72
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Andy Murray: IP2ndServeIn% = 50
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Andy Murray: IP2ndServePointsWon% = 25
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Andy Murray: IPOppReceivePointsWon = 12
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Andy Murray: IPBPAgainst = 4
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Andy Murray: BPSaved% = 75
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Andy Murray: 1stServeRating = 64.08
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Andy Murray: 2ndServeRating = 12.5
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Andy Murray: HomeTotalPointsWon = 34
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Andy Murray: HomeMaxGamesRow = 1
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Matteo Berrettini: IP1stServeIn% = 94
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Matteo Berrettini: IP1stServePointsWon% = 72
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Matteo Berrettini: IP2ndServeIn% = 50
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Matteo Berrettini: IP2ndServePointsWon% = 50
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Matteo Berrettini: IPOppReceivePointsWon = 10
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Matteo Berrettini: IPBPAgainst = 4
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Matteo Berrettini: BPSaved% = 100
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Matteo Berrettini: 1stServeRating = 64.08
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Matteo Berrettini: 2ndServeRating = 25
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Matteo Berrettini: AwayTotalPointsWon = 36
12/06/2022 15:07:26: [G_Auto 2] : Store Value for Matteo Berrettini: AwayMaxGamesRow = 3
MemphisFlash wrote: ↑Mon Jun 13, 2022 3:06 pmi'm off to my 4 day music festival on thursday.
The Rockabilly Rave at Camber Sands
Now that is very cool, thanks again for taking the time to share thissniffer66 wrote: ↑Tue Jun 14, 2022 10:42 amIf anyone is using these, a nice way to represent serve data over time is to save the three 1st\2nd serve values to History Lists (which also makes them available to automation), then plot as a line in an Advanced Chart. I find this a much easier way to assess the trend than trying to look back through the numbers.
Red: Serve% in
Green: % Points won
Blue: Serve Rating
Capture.JPG
Cheers Dallas. Interesting watching the graphs as the match plays out. Errani (who couldn't serve an afternoon tea) was being rescued by her 2nd serve. but can see that now nosedive on the graph, and her 1st is consistently dire, has just been broken back in the 3rd. You could almost see it coming.Dallas wrote: ↑Tue Jun 14, 2022 10:59 amNow that is very cool, thanks again for taking the time to share thissniffer66 wrote: ↑Tue Jun 14, 2022 10:42 amIf anyone is using these, a nice way to represent serve data over time is to save the three 1st\2nd serve values to History Lists (which also makes them available to automation), then plot as a line in an Advanced Chart. I find this a much easier way to assess the trend than trying to look back through the numbers.
Red: Serve% in
Green: % Points won
Blue: Serve Rating
Capture.JPG![]()
![]()
![]()
The first post in the thread links to my footy version with full setup instructions. If you just want the data could you not just import the csv that's output into Excel ? That csv contains the player, SV Name and value in sequence across each row so should be straightforward. You'll need to refresh it quickly though as it updates every 15 seconds.AndyIsHere wrote: ↑Fri Jun 17, 2022 12:43 amHey Mate,
Is there a post on how to set this up?
Is it possible to just pull this data into an excel file and not feed it back to bet angel?
I want to use the data to plot graphs using power query/power pivot in real time, I prefer the graphs in excel
cheers