Community Articles
- Popular
- Recent
- Comments
-
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 ...
9.5.2020 16:19:41 -
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 ...
25.3.2015 17:55:00 -
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 ...
22.8.2024 14:37:12
-
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 ...
21.11.2024 8:41:42 -
All about Luck and Success betting
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 ...
10.9.2024 13:27:05 -
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 ...
10.9.2024 13:24:03
- by : Betfair Bot
- by : adska
- by : adska
- by : adska
- by : adska
- by : Betfair Bot
ruipedrosilvasousa
Sorry i do not know..
Wait for the response of stefan
ruipedrosilvasousa
answer to your second question
select markets, and then click "Start Bot" and select the bot you want to run in the chosen markets..
ruipedrosilvasousa
With a risk management well done and improve some points and who knows ..
at this point it is still being supervised
ruipedrosilvasousa
it would be possible to place the bet attribute: "ClosePositionImmediatly" in bot: "Close Position Selection Bet At Odds" ??
ruipedrosilvasousa
it is possible to expire an order not matched in the specified time??
ruipedrosilvasousa
thanks :)
ruipedrosilvasousa
1,86 and '2.30' right?
Thank you so much. I'll try
ruipedrosilvasousa
not resulting my solution
ruipedrosilvasousa
Example
Open bet Position (back ,odds 1.99)
close bet position (odds 1.86) or close bet position (odds 2.20 )
Possible solution:
-Place bet back odds 1.99
-
Chain Execution( botname: PlaceBet;If Then Else )
-
ruipedrosilvasousa
market values = odds
ruipedrosilvasousa
if there were a bot : "Place Bet and Close Selection Bet Position at odds(Profit and loss)"
ruipedrosilvasousa
Good ideia Mir!
ruipedrosilvasousa
Thank you for the quick help. :D
Soon I will have more questions about suspension market, but will open another article
ruipedrosilvasousa
Thank you Mir :)
ruipedrosilvasousa
Bot: Place Bet and close selection bet position Open 1.50 Lay | close profit 1.60 or close loss 1.30
Start Bot!
automatic Close bot (with profit or not),
Start Bot Again same position Open 1.50 Lay | close profit 1.60 or close loss 1.30
automatic Close bot (with profit or not),
Start Bot Again same position Open 1.50 Lay | close profit 1.60 or close loss 1.30
basically when you know that closed the previous bot it reopens with the same parameters of logs
the chain execution as could do this?
ruipedrosilvasousa
The objective is that when the bot closes (with profit or not),
he would start again in the market panel bot.
if (bot1.close ==true)
run bot 1 ;
if (bot2.close ==true)
run bot 2;
I'm sorry but I don't the bfexplorer api.
ruipedrosilvasousa
my idea is that with the bot:
bot 1: Place Bet and close selecition bet position lay odds 1.80 1.90 close
if bot1 close == true {
Place Bet and close selecition bet position lay odds 1.80 1.90 close}
// Run bot 1 again
I know sorry does not work the base language of the bot
ruipedrosilvasousa
Thanks for the quick response
two parameters: StartOdds, and RestartOdds, how do you set these parameters?