Betfair Tennis trading - Profit graphs

Advanced automation available in Guardian - Chat with others and share files here.
Post Reply
1856
Posts: 108
Joined: Wed Dec 16, 2009 12:42 am

Looking for some guidance, I have seen a video of Peter called "Betfair Tennis trading - Profit graphs".

Where over the period of a Tennis match the P/L is captured. Thats where Im unsure what are the steps. Could anyone offer some direction thanks.
Cheers
Michael
User avatar
Dallas
Posts: 23589
Joined: Sun Aug 09, 2015 10:57 pm

1856 wrote:
Fri Sep 01, 2023 12:34 am
Looking for some guidance, I have seen a video of Peter called "Betfair Tennis trading - Profit graphs".

Where over the period of a Tennis match the P/L is captured. Thats where Im unsure what are the steps. Could anyone offer some direction thanks.
Cheers
Michael
Here you go
viewtopic.php?f=54&t=16632
eightbo
Posts: 2263
Joined: Sun May 17, 2015 8:19 pm

If you want a more lightweight / non-excel option, you can also use the Rule Type 'Export All Stored Values' to achieve the same end.

1. Define SV for Current Market Green All
2. Have export rule fire as desired
3. Open your .csv data in Excel, create a new sheet to manipulate the data (fetch the start & end rows for each market's P&L values)
4. Use a line graph to display the P&L, by updating the graph data (reference your start & end rows)

Code: Select all

ActiveChart.SetSourceData Source:=Range("data!K" & Range("O34").Value & ":data!K" & Range("Q34").Value)
Example below:
(Horse Racing set to export SV's every 1sec in-play if Matched Bets > 0, until the market is suspended)

Exported .csv data + examples
◘.png
◘◘.png
◘◘◘.png
You do not have the required permissions to view the files attached to this post.
1856
Posts: 108
Joined: Wed Dec 16, 2009 12:42 am

Tanks Dallas, and eightbo for your replies and help, brilliant!

Michael :D
1856
Posts: 108
Joined: Wed Dec 16, 2009 12:42 am

Im back again.

Ive downloaded the recorder file, set up thought all was going well when I check the data in Sheet 1 it seems to stopped working, not sure what I have done?
There is also some other data Horse or Dogs names possibly?
Attached are images of the setup and data collection. Any ideas or help appreciated.

Thanks
Michael
Sheet 1 2023-09-04 125859.png
Bet Angel 2023-09-04 130008.png
You do not have the required permissions to view the files attached to this post.
User avatar
Dallas
Posts: 23589
Joined: Sun Aug 09, 2015 10:57 pm

1856 wrote:
Mon Sep 04, 2023 4:08 am
Im back again.

Ive downloaded the recorder file, set up thought all was going well when I check the data in Sheet 1 it seems to stopped working, not sure what I have done?
There is also some other data Horse or Dogs names possibly?
Attached are images of the setup and data collection. Any ideas or help appreciated.

Thanks
MichaelSheet 1 2023-09-04 125859.pngBet Angel 2023-09-04 130008.png
Probably best you post that to the end of the thread it refers to
The file was created by another user, but by adding it to the end of the thread someone else using it might also be able to advise
1856
Posts: 108
Joined: Wed Dec 16, 2009 12:42 am

Ok will do, thanks Dallas
Post Reply

Return to “Bet Angel - Automation”