Hi guys
I just realised the market overview display all the horse odds it changes. Is that possible for it to do below?
1) save the data it displayed to a file?
2) "replay" those saved data through it, so I can analysis the correlation between each selection movement?
If there is already easier way to do this please let me know.
Thanks
can the market overview used to save the Betfair odds historical data?
It's possible to capture and save any of the infomation shown in Bet Angel ie, price, market and selecrion volume, book% etc etc and this can be done at any interval ie, every minute, second or even in milliseconds.
There are plant of example data capture spreadsheets that you can download from the Betfair data section on the forum
viewforum.php?f=54
There are plant of example data capture spreadsheets that you can download from the Betfair data section on the forum
viewforum.php?f=54
- firlandsfarm
- Posts: 3337
- Joined: Sat May 03, 2014 8:20 am
You can also do it with Automation and Stored Values if not into Excel and VB coding. Compose rules where the values you want are assigned to Stored Values and have them recorded in the Log. Then by looping those rules on a timed loop the Automation Log will record the values at the set interval for extraction. This can be particularly valuable if you are looking for values the Excel data recorders don't record. If you do have a little Excel knowledge it's a simple matter to parse the Log data and extract what you want.
-
- Posts: 6
- Joined: Tue Oct 15, 2019 10:24 am
firlandsfarm wrote: ↑Wed Dec 18, 2019 10:37 amYou can also do it with Automation and Stored Values if not into Excel and VB coding. Compose rules where the values you want are assigned to Stored Values and have them recorded in the Log. Then by looping those rules on a timed loop the Automation Log will record the values at the set interval for extraction. This can be particularly valuable if you are looking for values the Excel data recorders don't record. If you do have a little Excel knowledge it's a simple matter to parse the Log data and extract what you want.
Thanks for the reply. Can you remember the exact rule name or condition name for timed loop through automation log? Currently most I can see in the Automation ruleset is the related to when the match start.
- firlandsfarm
- Posts: 3337
- Joined: Sat May 03, 2014 8:20 am
There isn't a standard Rule name to perform a loop, it's just a matter of setting the rule to keep running over your chosen time period. You set a Rule to repeat say every second or minute or whatever time period you wish in the General Tab and to run for the period you want to record so for a football match if you want minute by minute prices you would set the Rule to run every 60 seconds for 7,200 seconds (2 hours which should be enough). For a football match with three outcomes I would have 3 rules one for each of the home team, away team and draw. If it's an event with a larger field such as a race or the correct score market I would set the Rule to scroll through all selections and control it with Signals … a little more complicated but I suspect there is a sample Ruleset somewhere in Dallas's posts 
You then go to your Market Reports folder and in the Logs folder you will find a file of the event with all the Rule activities logged in a .CSV file which you can open with Excel or other spreadsheet and extract the price data by using parsing techniques.

You then go to your Market Reports folder and in the Logs folder you will find a file of the event with all the Rule activities logged in a .CSV file which you can open with Excel or other spreadsheet and extract the price data by using parsing techniques.