Betfair Bot Programming/Development
Posted in From My Inbox by StefanBelo
Stefan I want to ask you a question:
If I want my bot to place the bet again after it has been fully matched (ie. if I want the bot to function twice on the selection) is this simple (like changing a bot's parameter), or does it require special programming?
The bot "Place bet and close position" allows repeating trading cycle if you set parameters: RepeatTradingCycle, IncreaseProfit and StopTradingCycleAtProfit or StopLossOnPercentageLiability, the parameters responsible for stopping your trading cycle.
Of course you can program your action bot script if you are familiar with Visual Basic or C# programming language. In the folder MyBots you can find a lot of examples of betfair bot programming. You can find a lot of examples on bfexplorer forum as well.
To create a betfair bot without programming, just using Bot Executor and bot batch execution file, read the following article: Bot Executor and building advance bot without programming
