Tennis - how to filter a list of matches to choose only men (no women and no doubles)?
Thank you in advance for your help.
Comments ( 2 )
Stefan
12.4.2016 11:40:41
Unfortunately, there is no information whether a tournament is man's or woman's one, or singles or doubles one, in betfair api data, so you must filter it yourself manually by tournament name.
In the Event Browser view, the tournament name is presented in Event Details column. You can filter or group by this column, so this way you can quicker navigate to matches you want to open.
For doubles, there is / in Event name, right? For instance: Nedunchezhiyan/Nguyen v Chung/Yoo
I believe you know that any data presented by bfexplorer in grid views can be sorted, grouped, filtered and searched. The filtering feature can be used for Event column by setting fallowing filter:
Hello. Since yesterday I have a delayed API on my BF Explorer trading software. I had no bots running when this happened and now I am also unable to trade as all stakes in the markets keep flashing all over the ladders on random odds, being absolutely impossible to figure out what was the last price ...
I tried BFexplorer, having used 3-4 different software applications beforehand.
The 2 days utilising the software, I managed to get a feel for the product and like the modern display on the black background.
Bets placed were very responsive with no lagging experienced from other products.
A few ...
Version 2.0.8174
Cumulative updates.
Version 2.0.8117
Adding GoalBeingScored parameter to Football bot.
Version 2.0.8113
Adding StopBotExecutionOnMarketVersionChange parameter to all selection bots.
Version 2.0.8077
Betfair API update for 1 GBP minimal stake and Data Context ...
Let’s say we are in the processing of testing ML strategy. We run the strategy automatically each day on horse racing win markets using Strategy Bot Executor tool. The tool reports profit/loss results for each market and total profit.
In the Output view we can see all messages the strategy ...
Comments ( 2 )
Stefan
Unfortunately, there is no information whether a tournament is man's or woman's one, or singles or doubles one, in betfair api data, so you must filter it yourself manually by tournament name.
In the Event Browser view, the tournament name is presented in Event Details column. You can filter or group by this column, so this way you can quicker navigate to matches you want to open.
For doubles, there is / in Event name, right? For instance: Nedunchezhiyan/Nguyen v Chung/Yoo
I believe you know that any data presented by bfexplorer in grid views can be sorted, grouped, filtered and searched. The filtering feature can be used for Event column by setting fallowing filter:
Event Does not contain /
What do you think the result will be?
All double matches will be filtered out.
skarabeusz
Thank you for the information.