any other copies of a csv import bot as the one on GitHub does not seem to work, gives no error in output when run
Comments ( 7 )
Betfair Bot
17.8.2023 20:58:05
May I ask for link to the bot script are you trying to use?
gavoly
18.8.2023 10:54:21
im trying to get then to work via the execute trigger bot
files tried
HorseRacingCsvSelectionBotTrigger.fsx
MySelectionsBotTrigger.fsx
both bots dont seem to fire no trigger status information or anything just says bot start and bot stop
Betfair Bot
18.8.2023 15:37:52
HorseRacingCsvSelectionBotTrigger loads csv file where you define selection name (horse name) and strategy to execute on this selection/horse.
CSV file must use ; as the field separator.
Yes, if no data are in csv file or there is no selection with set horse name then bot execution does nothing, ends execution.
Betfair Bot
18.8.2023 15:37:28
MySelectionsBotTrigger script is simpler one. The csv file contains just selection names, so loads the file defined by parameter CsvFile, you put there the full path name of the cvs file.
If on a market there is your selection/s then strategy is executed on those selections. The strategy is set by BotName/StrategyName in the Bot/Strategy dialog.
I do not remember for whom I made those two scripts, but the functionality of any script/code can be known by reading the code. If you wan to learn exactly what is going on when the script code is executed, you should build bot assembly from the script, then you can debug the code, like I do here:
All scripts were programmed to the old version of bfexplorer.
The preview release have a problem with compiling the script, so you actually have to use the second path of bot execution, so making from the script the bot assembly you can execute with the Execute Trigger Strategy.
gavoly
18.8.2023 15:58:30
ok, so which trgger parameters require setting:
currently i have set
name value
CsvFile c:\run.csv
do i require anymore trigger parameters set? and do i have to set bot name to anthing e.g place back bet
im simply trying to read a horse name from csv file the to place back bet automatic and to reacure when another name is placed in csv file
Betfair Bot
18.8.2023 23:16:42
When open Execute Trigger Strategy dialog, either by adding or updating the strategy, select TriggerParameters and in the right column click on …
Trigger Parameters dialog appears and there type:
CsvFile
and to other column:
c:\run.csv
Select BotName/StrategyName and in next column click on …
Here you can choose your strategy, of course you must create such strategy before, using any of existing strategies like Place Bet and so on.
The strategies represents exact betting or trading strategy you can parameterized by entering different values to available strategy parameters.
Execute Trigger Strategy just triggers execution on dedicated selection/s, and what is executed is defined by the parameter: BotName/StrategyName
Betfair Bot
25.8.2023 15:19:12
Quite strange:
I am looking for an experienced F# programmer to assist me with a project involving Betfair. Specifically, my project requires a script that can be run on Betfair’s bf explorer. The script needs to have the capability to place bets, based on a detailed strategy I have in place. My end goal is to efficiently place bets and manage them without too much hassle. I am expecting that the total timeline from start to finish should be less than two weeks for this project. The successful freelancer will have extensive knowledge and experience in F# programming as well as Betfair.Applicants with prior experience with using bfexplorer on Betfair are strongly encouraged to apply. Do you think you are a good fit for this project? I look forward to hearing from you soon!
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.22.0821
Cumulative updates to the Bfexplorer Preview version
Version 3.10.0721
Cumulative updates to the Bfexplorer Preview version (.net 8.0)
Version 3.9.0425
Cumulative updates to the Bfexplorer Preview version
Version 3.1.1021 - preview
Betfair menu ...
Overfitting: The art of avoiding overfitting and the importance of comparing training and test results to detect it.
ROI Calculation: Different methods of calculating ROI, including the impact of flat stakes versus stakes based on odds.
Feature Selection: Emphasize the importance of ...
The Role of Luck
Unpredictability: Betting inherently involves a degree of unpredictability. No matter how much analysis you do, there are always elements beyond your control, such as unexpected injuries or weather changes.
Short-Term Variance: In the short term, luck can significantly influence ...
Some insights into different betting strategies, including trading in and out versus betting based on fundamental probabilities.
Trading In and Out: This strategy involves placing bets and then trading out of them to lock in profits or minimize losses. It’s similar to stock trading, where ...
Comments ( 7 )
Betfair Bot
May I ask for link to the bot script are you trying to use?
gavoly
im trying to get then to work via the execute trigger bot
files tried
HorseRacingCsvSelectionBotTrigger.fsx
MySelectionsBotTrigger.fsx
both bots dont seem to fire no trigger status information or anything just says bot start and bot stop
Betfair Bot
HorseRacingCsvSelectionBotTrigger loads csv file where you define selection name (horse name) and strategy to execute on this selection/horse.
CSV file must use ; as the field separator.
Yes, if no data are in csv file or there is no selection with set horse name then bot execution does nothing, ends execution.
Betfair Bot
MySelectionsBotTrigger script is simpler one. The csv file contains just selection names, so loads the file defined by parameter CsvFile, you put there the full path name of the cvs file.
If on a market there is your selection/s then strategy is executed on those selections. The strategy is set by BotName/StrategyName in the Bot/Strategy dialog.
I do not remember for whom I made those two scripts, but the functionality of any script/code can be known by reading the code. If you wan to learn exactly what is going on when the script code is executed, you should build bot assembly from the script, then you can debug the code, like I do here:
http://bfexplorer.net/Products/BfexplorerBotSDK
All scripts were programmed to the old version of bfexplorer.
The preview release have a problem with compiling the script, so you actually have to use the second path of bot execution, so making from the script the bot assembly you can execute with the Execute Trigger Strategy.
gavoly
ok, so which trgger parameters require setting:
currently i have set
name value
Betfair Bot
When open Execute Trigger Strategy dialog, either by adding or updating the strategy, select TriggerParameters and in the right column click on …
Trigger Parameters dialog appears and there type:
CsvFile
and to other column:
c:\run.csv
Select BotName/StrategyName and in next column click on …
Here you can choose your strategy, of course you must create such strategy before, using any of existing strategies like Place Bet and so on.
The strategies represents exact betting or trading strategy you can parameterized by entering different values to available strategy parameters.
Execute Trigger Strategy just triggers execution on dedicated selection/s, and what is executed is defined by the parameter: BotName/StrategyName
Betfair Bot
Quite strange:
I am looking for an experienced F# programmer to assist me with a project involving Betfair. Specifically, my project requires a script that can be run on Betfair’s bf explorer. The script needs to have the capability to place bets, based on a detailed strategy I have in place. My end goal is to efficiently place bets and manage them without too much hassle. I am expecting that the total timeline from start to finish should be less than two weeks for this project. The successful freelancer will have extensive knowledge and experience in F# programming as well as Betfair.Applicants with prior experience with using bfexplorer on Betfair are strongly encouraged to apply. Do you think you are a good fit for this project? I look forward to hearing from you soon!
https://www.freelancer.com/projects/php/script-run-explorer-betfair/details