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
Betfair Tennis trading - Profit graphs
Here you go1856 wrote: ↑Fri Sep 01, 2023 12:34 amLooking 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
viewtopic.php?f=54&t=16632
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)
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
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)
(Horse Racing set to export SV's every 1sec in-play if Matched Bets > 0, until the market is suspended)
Exported .csv data + examples
You do not have the required permissions to view the files attached to this post.
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
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
You do not have the required permissions to view the files attached to this post.
Probably best you post that to the end of the thread it refers to1856 wrote: ↑Mon Sep 04, 2023 4:08 amIm 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
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