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 )
Betfair Bot
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 3.27.0521
AI Agent support. Install from Bfexplorer Preview version.
Version 3.25.0513
Adding the new feature: Open Bfexplorer from web page. Install from Bfexplorer Preview version.
Version 3.23.1126
Cumulative updates to the Bfexplorer Preview ...
Version 3.27.0521
AI Agent support. Install from Bfexplorer Preview version.
Version 3.25.0513
Adding the new feature: Open Bfexplorer from web page. Install from Bfexplorer Preview version.
Version 3.23.1126
Cumulative updates to the Bfexplorer Preview ...
I'm curious about how non-developers are using AI tools (like Grok, Copilot, or ChatGPT) to tweak or create code. Whether you're updating scripts, customizing templates, or automating tasks, I’d love to hear your stories!
What projects have you tackled with AI assistance?
Any tips for ...
Comments ( 2 )
Betfair Bot
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.