During Data gathering, I have been looking for a reliable way of detecting a winning horse, so is it possible to create a condition that checks either the back price at 1.01 or the LTP.
Seems some races don't always show BP at 1.01
conditions, either or ?
Why not just use the 'Win Status' in stored values?
Several examples of use it, some just use the win status ie, 'Winner' or 'Loser' displayed next to each selection, others go a little further and display the selections name etc, here's one of each from the Guardian Layout area
viewtopic.php?t=25276
viewtopic.php?t=25295
Several examples of use it, some just use the win status ie, 'Winner' or 'Loser' displayed next to each selection, others go a little further and display the selections name etc, here's one of each from the Guardian Layout area
viewtopic.php?t=25276
viewtopic.php?t=25295
-
- Posts: 248
- Joined: Wed Aug 05, 2020 11:45 am
Dallas, thanks for the reply, I probably should have said, I am interested in the top 4 horses (favouritism) I would like to know which one won (or not) so 1,2,3,4 or 0 as the result
-
- Posts: 248
- Joined: Wed Aug 05, 2020 11:45 am
Does anyone have an excel, or theVBA to have a data capture of the back price for the top 4 horses and the winner
I have built the capture but the winning bit is causing a problem, even GPT is having a problem !
I have built the capture but the winning bit is causing a problem, even GPT is having a problem !
- jamesedwards
- Posts: 4366
- Joined: Wed Nov 21, 2018 6:16 pm
This can easily be done using the existing win status.goldfinch77 wrote: ↑Tue Nov 05, 2024 4:06 pmDallas, thanks for the reply, I probably should have said, I am interested in the top 4 horses (favouritism) I would like to know which one won (or not) so 1,2,3,4 or 0 as the result
Create a ranking by BSP. Then after the result, check win status against rank1, then rank 2, then rank 3 etc until matched.
One of the other several examples I mentioned to goldfinch77 earlier does exactly thisjamesedwards wrote: ↑Tue Nov 05, 2024 10:01 pmThis can easily be done using the existing win status.goldfinch77 wrote: ↑Tue Nov 05, 2024 4:06 pmDallas, thanks for the reply, I probably should have said, I am interested in the top 4 horses (favouritism) I would like to know which one won (or not) so 1,2,3,4 or 0 as the result
Create a ranking by BSP. Then after the result, check win status against rank1, then rank 2, then rank 3 etc until matched.
viewtopic.php?t=25276
- jamesedwards
- Posts: 4366
- Joined: Wed Nov 21, 2018 6:16 pm
Couldn't resist building it myself.Dallas wrote: ↑Wed Nov 06, 2024 9:45 amOne of the other several examples I mentioned to goldfinch77 earlier does exactly thisjamesedwards wrote: ↑Tue Nov 05, 2024 10:01 pmThis can easily be done using the existing win status.goldfinch77 wrote: ↑Tue Nov 05, 2024 4:06 pmDallas, thanks for the reply, I probably should have said, I am interested in the top 4 horses (favouritism) I would like to know which one won (or not) so 1,2,3,4 or 0 as the result
Create a ranking by BSP. Then after the result, check win status against rank1, then rank 2, then rank 3 etc until matched.
viewtopic.php?t=25276

You do not have the required permissions to view the files attached to this post.
jamesedwards wrote: ↑Wed Nov 06, 2024 11:06 amCouldn't resist building it myself.Dallas wrote: ↑Wed Nov 06, 2024 9:45 amOne of the other several examples I mentioned to goldfinch77 earlier does exactly thisjamesedwards wrote: ↑Tue Nov 05, 2024 10:01 pm
This can easily be done using the existing win status.
Create a ranking by BSP. Then after the result, check win status against rank1, then rank 2, then rank 3 etc until matched.
viewtopic.php?t=25276![]()
Goldfinch Score.baf

Without double checking it I think mine may use the regular 'By position (in order of Favouritism)'
and rely on the 'favouritism sort order' in your main automation settings being set to 'Actual SP'
-
- Posts: 248
- Joined: Wed Aug 05, 2020 11:45 am
OH I say a personalied BAF, thank you all, I will spend my weekend playing with it
Thanks
Goldfinch
Thanks
Goldfinch
- jamesedwards
- Posts: 4366
- Joined: Wed Nov 21, 2018 6:16 pm
goldfinch77 wrote: ↑Fri Nov 08, 2024 11:29 amOH I say a personalied BAF, thank you all, I will spend my weekend playing with it
Thanks
Goldfinch
-
- Posts: 248
- Joined: Wed Aug 05, 2020 11:45 am
A quick look, I think this will be very helpful, thanks again
GF
GF
-
- Posts: 248
- Joined: Wed Aug 05, 2020 11:45 am
Just one other request, is it possible to have the goldfinch_score stored value sent to the BA spreadsheet (sheet2) I have set it up in the excel settings but when I run it i dont see anything in the normal AF column
- jamesedwards
- Posts: 4366
- Joined: Wed Nov 21, 2018 6:16 pm
goldfinch77 wrote: ↑Fri Nov 08, 2024 2:13 pmJust one other request, is it possible to have the goldfinch_score stored value sent to the BA spreadsheet (sheet2) I have set it up in the excel settings but when I run it i dont see anything in the normal AF column
You do not have the required permissions to view the files attached to this post.
-
- Posts: 248
- Joined: Wed Aug 05, 2020 11:45 am
Yes I have that, I do also need to capture some prices pre-race.