Huge stakes on lay side of 1.01 odds every time

A place to discuss anything.
User avatar
jamesedwards
Posts: 4350
Joined: Wed Nov 21, 2018 6:16 pm

spreadbetting wrote:
Wed Sep 23, 2020 7:31 pm
You did well to get that close to the front of the queue, there's usually a lot of people all competing to be first with a lot larger sums
Fastest finger first! :lol:
User avatar
globi166
Posts: 134
Joined: Fri Mar 02, 2018 10:24 am

Atho55 wrote:
Tue Sep 01, 2020 10:39 am
To put it into context with earlier years


1.01 and Lose.jpg





1.01 and Lose a.jpg
God Im so jealous about your spreadsheet!! :o :D I was trying to get all data about min in play price. So you can select past race and see min price of a horse being match in play. So looked at a historical betfair prices but have no clue how to connect all those spreadsheets from betfair from few years and make it easy to read and usable.
User avatar
firlandsfarm
Posts: 3370
Joined: Sat May 03, 2014 8:20 am

Atho55 wrote:
Tue Sep 01, 2020 10:39 am
To put it into context with earlier years


1.01 and Lose.jpg





1.01 and Lose a.jpg
Love the crosstab Atho, I'm going to replicate it but with Race Type as a filter … figures may look better with last fence fallers! :)
Atho55
Posts: 679
Joined: Tue Oct 06, 2015 1:37 pm

Globi

I can walk you through it.

If you have downloaded all the sheets you want then the next step is this
Combine Sheets.jpg

New Excel Workbook
Data, New Query, From Folder

Navigate to the folder containing the source files. If you have used the tool generously created by NigelK it should be like this. If not locate where you have placed it and select it.
Folder Path.jpg

Press OK

You should then be presented with this view
Combine & Load.jpg

I select Combine and Load if I remember correctly

This should load all the sheets from that folder into a single workbook tab.

Good luck
You do not have the required permissions to view the files attached to this post.
User avatar
globi166
Posts: 134
Joined: Fri Mar 02, 2018 10:24 am

Atho55 wrote:
Thu Sep 24, 2020 10:52 am
Globi

I can walk you through it.

If you have downloaded all the sheets you want then the next step is this

Combine Sheets.jpg


New Excel Workbook
Data, New Query, From Folder

Navigate to the folder containing the source files. If you have used the tool generously created by NigelK it should be like this. If not locate where you have placed it and select it.

Folder Path.jpg


Press OK

You should then be presented with this view

Combine & Load.jpg


I select Combine and Load if I remember correctly

This should load all the sheets from that folder into a single workbook tab.

Good luck
thanks so much but all my files are from betfair in some strange format bz2 all packed win winrar. So does not look like it will work ours seems to be csv.
User avatar
firlandsfarm
Posts: 3370
Joined: Sat May 03, 2014 8:20 am

globi166 wrote:
Thu Sep 24, 2020 2:54 pm
thanks so much but all my files are from betfair in some strange format bz2 all packed win winrar. So does not look like it will work ours seems to be csv.
Ahhh, that means you have a Betfair historical Data download and not the BSP files … yeah, I know, complicated. I have never had any luck with the bz2 files, I've searched for and been given advice but it never seems to work for me so gave up! By all means have a go there is advice in the forum, search for "GitHub" and you should find posts referring to how to handle these files … good luck, and if it works remember me! :D

For the BSP files downloaded by Nigel's spreadsheet start here and follow the links. Nigel's spreadsheet on this forum is highly recommended, use it to download the BSP files on mass. But ...
Atho55 wrote:
Thu Sep 24, 2020 10:52 am
I select Combine and Load if I remember correctly

This should load all the sheets from that folder into a single workbook tab.

Good luck
… and there's always a 'but' … be careful with the combining of the data. The Combine action joins all the files into one file on one worksheet, great. But the 'but' is it does it column by column and not by data definition. Therefore if the column order is not identical in every file (and they are not!) the data becomes jumbled. When I discovered this after noticing some weird analysis returns I search for obvious inaccuracies such as an XXXMIN value that's higher than an XXXMAX and found many of them! So it does need tidying, don't take any data from Betfair as gospel. They say data out is only as good as the data in but what they forget to warn you of is that it's also only as good as the person getting it out!
Anbell
Posts: 2405
Joined: Fri Apr 05, 2019 2:31 am

I use a neat little program called TXTcollector which combines all the files into one.
spreadbetting
Posts: 3140
Joined: Sun Jan 31, 2010 8:06 pm

jameegray1 wrote:
Wed Sep 23, 2020 9:13 pm
spreadbetting wrote:
Wed Sep 23, 2020 7:31 pm
You did well to get that close to the front of the queue, there's usually a lot of people all competing to be first with a lot larger sums
Fastest finger first! :lol:
How did you manage that? Back in the day I used have a script running to check for new eventIds and fire into the market when new markets were put up. Don't remember ever getting to the front of the queue :(
User avatar
Derek27
Posts: 25159
Joined: Wed Aug 30, 2017 11:44 am

spreadbetting wrote:
Fri Sep 25, 2020 11:48 am
jameegray1 wrote:
Wed Sep 23, 2020 9:13 pm
spreadbetting wrote:
Wed Sep 23, 2020 7:31 pm
You did well to get that close to the front of the queue, there's usually a lot of people all competing to be first with a lot larger sums
Fastest finger first! :lol:
How did you manage that? Back in the day I used have a script running to check for new eventIds and fire into the market when new markets were put up. Don't remember ever getting to the front of the queue :(
Ten years ago I was often the first to fire bets (manually) into horse racing markets as soon as they opened. I haven't even looked at a horse racing market the night before lately so don't know what they're like now.
User avatar
firlandsfarm
Posts: 3370
Joined: Sat May 03, 2014 8:20 am

Anbell wrote:
Fri Sep 25, 2020 8:35 am
I use a neat little program called TXTcollector which combines all the files into one.
But does it combine them by column order or column header? I was simply joining them with DOS Copy which just appends each column in column order and disregards the column headers. It was when I noticed IPMIN's of 1,000 and IPMAX's of 1.
Atho55
Posts: 679
Joined: Tue Oct 06, 2015 1:37 pm

One of the advantages of only saving what you need rather than all. You minimise the afterwork due to BF errors
Anbell
Posts: 2405
Joined: Fri Apr 05, 2019 2:31 am

firlandsfarm wrote:
Fri Sep 25, 2020 12:47 pm
Anbell wrote:
Fri Sep 25, 2020 8:35 am
I use a neat little program called TXTcollector which combines all the files into one.
But does it combine them by column order or column header? I was simply joining them with DOS Copy which just appends each column in column order and disregards the column headers. It was when I noticed IPMIN's of 1,000 and IPMAX's of 1.
yes, it just combines the csvs that you can then use in excel with text-to-columns etc
User avatar
firlandsfarm
Posts: 3370
Joined: Sat May 03, 2014 8:20 am

Anbell wrote:
Fri Sep 25, 2020 9:31 pm
firlandsfarm wrote:
Fri Sep 25, 2020 12:47 pm
Anbell wrote:
Fri Sep 25, 2020 8:35 am
I use a neat little program called TXTcollector which combines all the files into one.
But does it combine them by column order or column header? I was simply joining them with DOS Copy which just appends each column in column order and disregards the column headers. It was when I noticed IPMIN's of 1,000 and IPMAX's of 1.
yes, it just combines the csvs that you can then use in excel with text-to-columns etc
OK, I use DOS "copy *.csv AllFiles.csv" but if your app just does the same you then need to rearrange for the columns being in different order! It's just something people should be aware of when using the BSP files … it took me a while before I uncovered it! :)
User avatar
jamesedwards
Posts: 4350
Joined: Wed Nov 21, 2018 6:16 pm

spreadbetting wrote:
Fri Sep 25, 2020 11:48 am
jameegray1 wrote:
Wed Sep 23, 2020 9:13 pm
spreadbetting wrote:
Wed Sep 23, 2020 7:31 pm
You did well to get that close to the front of the queue, there's usually a lot of people all competing to be first with a lot larger sums
Fastest finger first! :lol:
How did you manage that? Back in the day I used have a script running to check for new eventIds and fire into the market when new markets were put up. Don't remember ever getting to the front of the queue :(
A very healthy amount of luck I guess.
Post Reply

Return to “General discussion”