Is it possible to only export the data logs from just one Automation Rules file. Because its very time consuming having to sift through all of the data to get what you want.
I have 5 rules files running and wan to extract just the profit loss amounts, with the time stamp, so I can create profit and loss graphs for analysis later.
At the moment I get 5 auto mation rules files logs in one file.
Export only 1 Auto Rules File Logs from 5 active ones
- firlandsfarm
- Posts: 3332
- Joined: Sat May 03, 2014 8:20 am
I don't know if I'm missing something but I think absence of individual bet/rule tracking is a shortcoming. I asked years ago for the facility to add a tagline to a rule that is reproduced in the log making it easy to see which rule brought about a particular action. Also compare the absence of an individual bet ID facility. Something like MQL4/5 in financial markets allows you to add what they call a "magic number" or even better why can't the reference number allocated by Bf be saveable when the bet is placed so that that individual bet be specifically acted upon. We do manually delete unmatched bets but cannot do so in automation.
A work around is to allocate a Stored Value to a rule that ID's the rule/action and 'update' that SV (with the same text) whenever the rule activates and have the update appear in the log. You can then search the log file for the SV.
A work around is to allocate a Stored Value to a rule that ID's the rule/action and 'update' that SV (with the same text) whenever the rule activates and have the update appear in the log. You can then search the log file for the SV.
- ShaunWhite
- Posts: 10525
- Joined: Sat Sep 03, 2016 3:42 am
Betfair allow you to specify a customer reference number to identify individual orders, a customer strategy reference to allow those to be grouped, and they return their Betfair bet reference number when orders become active (shown in the bet history download). It's been std api functionality for over a decade.firlandsfarm wrote: ↑Sat Jan 25, 2025 6:12 amSomething like MQL4/5 in financial markets allows you to add what they call a "magic number" or even better why can't the reference number allocated by Bf be saveable when the bet is placed so that that individual bet be specifically acted upon.
- firlandsfarm
- Posts: 3332
- Joined: Sat May 03, 2014 8:20 am
So it's there and available to BA but can BA make it available for me to use?ShaunWhite wrote: ↑Sat Jan 25, 2025 6:57 amBetfair allow you to specify a customer reference number to identify individual orders, a customer strategy reference to allow those to be grouped, and they return their Betfair bet reference number when orders become active (shown in the bet history download). It's been std api functionality for over a decade.firlandsfarm wrote: ↑Sat Jan 25, 2025 6:12 amSomething like MQL4/5 in financial markets allows you to add what they call a "magic number" or even better why can't the reference number allocated by Bf be saveable when the bet is placed so that that individual bet be specifically acted upon.