Still struggling with SV's
Aim is to capture the prices of horses in row 1 (by favouritism) through to row4 at 00:04:13 before the off.
I have uploaded the Baf.
The screen shot show the problem I am having; the stored values copied to the spreadsheet are different to those on the automation.
See screen shot.
I want to get those SV’s from the automation to cells on to a spreadsheet.
Can anyone help ?
Stored values how are they captured ?
-
- Posts: 246
- Joined: Wed Aug 05, 2020 11:45 am
You do not have the required permissions to view the files attached to this post.
is this not simply down to the difference in ordering on the spreadsheet?? the values appear to be the same, but obviously, cannot see the runner names on the spreadsheet in the image you've captured.goldfinch77 wrote: ↑Wed Oct 16, 2024 12:41 pmStill struggling with SV's
Aim is to capture the prices of horses in row 1 (by favouritism) through to row4 at 00:04:13 before the off.
I have uploaded the Baf.
The screen shot show the problem I am having; the stored values copied to the spreadsheet are different to those on the automation.
See screen shot.
I want to get those SV’s from the automation to cells on to a spreadsheet.
Can anyone help ?
ANDY-SV.baf
SV's.JPG
-
- Posts: 246
- Joined: Wed Aug 05, 2020 11:45 am
I have seen this so many times, the 4 stored values caught by the automation at Row1 : Row4 are generally different to those shown in the default cells on the copy of the Bet Angel spread sheet i.e AF10 : AF16
If they are both "stored values" why are they different ?
If they are both "stored values" why are they different ?
-
- Posts: 246
- Joined: Wed Aug 05, 2020 11:45 am
Is there anyway I can get the 4 SV's catured by the automation to a spreadsheet ?
That's what you are already doing by the looks of itgoldfinch77 wrote: ↑Wed Oct 16, 2024 1:13 pmIs there anyway I can get the 4 SV's catured by the automation to a spreadsheet ?
The only way of storing a value is with an automation rule, it can then be pushed to the Bet Angel worksheet by entering its name on the 'Excel' settings tab
Each time that stored value is updated (if triggering more than once) it'll be pushed to the worksheet
You also have the option of having it written to the Bet Angel log for your reference (which you are also doing already).
I'd agree with Jim in that its just the way they've been ordered in the log, the actual stored values will match up to the selection names in both places
-
- Posts: 246
- Joined: Wed Aug 05, 2020 11:45 am
Dallas, thanks
So would it be better to use the rule "store values" rather than "export stored values) as I am doing here ?
I have been working on this for weeks, its the actual price ( in order of favouritsm) at a specific time that I want to get to a spread sheet cell
Do you have any suggestions on how to do this .
So would it be better to use the rule "store values" rather than "export stored values) as I am doing here ?
I have been working on this for weeks, its the actual price ( in order of favouritsm) at a specific time that I want to get to a spread sheet cell
Do you have any suggestions on how to do this .
-
- Posts: 246
- Joined: Wed Aug 05, 2020 11:45 am
Just a note from my looking at everything, on the "one click" page, if you push the back button it puts everything in order, is there anything in guardian that can do this, i have tried fix the order but that doesnt seem to do anything.
For 2 weeks at least I have been trying to find some way of recording the top 4 horses price at a specific time before the off, seems impossible I think
For 2 weeks at least I have been trying to find some way of recording the top 4 horses price at a specific time before the off, seems impossible I think
- jamesedwards
- Posts: 4130
- Joined: Wed Nov 21, 2018 6:16 pm
Easier to do it in Guardian and export the page to excel at the end of the day.goldfinch77 wrote: ↑Wed Oct 16, 2024 8:07 pmJust a note from my looking at everything, on the "one click" page, if you push the back button it puts everything in order, is there anything in guardian that can do this, i have tried fix the order but that doesnt seem to do anything.
For 2 weeks at least I have been trying to find some way of recording the top 4 horses price at a specific time before the off, seems impossible I think
- jamesedwards
- Posts: 4130
- Joined: Wed Nov 21, 2018 6:16 pm
So it looks like this.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 246
- Joined: Wed Aug 05, 2020 11:45 am
s
Sorry but I don't understand what you have posted, I am still on a vertical learning curve.
So big picture is, I have a formula (in excel) that needs the top 4 horse prices per race, I want to be able to test different filters as i go each day (conditional formatting), my friend at ChatGpt has given me the VBA to interface with the Bet Angel spread sheet.
The VBA is looking at cells AF10 through AF16, so the stored values, problem is I cant figure out how to get the correct data into the SV's
Any ideas would be gratefully appreciated.
Sorry but I don't understand what you have posted, I am still on a vertical learning curve.
So big picture is, I have a formula (in excel) that needs the top 4 horse prices per race, I want to be able to test different filters as i go each day (conditional formatting), my friend at ChatGpt has given me the VBA to interface with the Bet Angel spread sheet.
The VBA is looking at cells AF10 through AF16, so the stored values, problem is I cant figure out how to get the correct data into the SV's
Any ideas would be gratefully appreciated.
- jamesedwards
- Posts: 4130
- Joined: Wed Nov 21, 2018 6:16 pm
I believe the BA Excel sheet will rank selections in the same order as Betfair.goldfinch77 wrote: ↑Wed Oct 16, 2024 9:46 pms
Sorry but I don't understand what you have posted, I am still on a vertical learning curve.
So big picture is, I have a formula (in excel) that needs the top 4 horse prices per race, I want to be able to test different filters as i go each day (conditional formatting), my friend at ChatGpt has given me the VBA to interface with the Bet Angel spread sheet.
The VBA is looking at cells AF10 through AF16, so the stored values, problem is I cant figure out how to get the correct data into the SV's
Any ideas would be gratefully appreciated.
If so then a workaround could be to apply an SV as [price of Fav 1] to selection [Betfair order 1], etc etc.
Like this...
The prices won't match the selection but it should put the top 4 prices in the correct order against the top 4 selections.
You do not have the required permissions to view the files attached to this post.
- jamesedwards
- Posts: 4130
- Joined: Wed Nov 21, 2018 6:16 pm
Another way to do it which is probably easier:goldfinch77 wrote: ↑Wed Oct 16, 2024 9:46 pms
Sorry but I don't understand what you have posted, I am still on a vertical learning curve.
So big picture is, I have a formula (in excel) that needs the top 4 horse prices per race, I want to be able to test different filters as i go each day (conditional formatting), my friend at ChatGpt has given me the VBA to interface with the Bet Angel spread sheet.
The VBA is looking at cells AF10 through AF16, so the stored values, problem is I cant figure out how to get the correct data into the SV's
Any ideas would be gratefully appreciated.
Use an Excel formula to pull out the lowest, 2nd lowest, 3rd lowest, and 4th lowest numbers from your existing AF column using the formulas:
=SMALL(AF9:AF68,1)
=SMALL(AF9:AF68,2)
=SMALL(AF9:AF68,3)
=SMALL(AF9:AF68,4)
-
- Posts: 246
- Joined: Wed Aug 05, 2020 11:45 am
Thank you for taking the time to help, it is really appreciated.
On the test4 baf you posted, It does exactly what I want, however, still the same dilema, how do I get those values into a spread sheet (Prob BA sheet2) ?
The other idea is Re using =small is very simple, (I had thought of that), I will try later and see if it will do what I am looking for.
Again thanks
On the test4 baf you posted, It does exactly what I want, however, still the same dilema, how do I get those values into a spread sheet (Prob BA sheet2) ?
The other idea is Re using =small is very simple, (I had thought of that), I will try later and see if it will do what I am looking for.
Again thanks