€ vs. Kč
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
Comments ( 63 )
Mir.
For examle Greyhounds:
If I run the bot 5 min before the bot calculate odds from (and PriceImprovement) from this situation.
But I want to run the bot 10 minutes before and calculate and place bet AFTER maximumOddsDiff is 2 (maybe 2 minutes before)
-------------------
I do not want to place @5.60 because -> the condition is not satisfied (maximumOddsDiff is 2)
But if ALL conditions are met ... the bot place bet ONLY at 5.60
What's the use that ODDS are already other
Mir.
Problem solved.
I do not use this shoe for trading on greyhounds.
-----------------------
Condition: MaximumOddsDifference is condition for specific bot (not for start complex trading strategy).
I tried to set up 2 Place Bet bot in chain, but it is uncomfortable (1st bot with small stake, back @ 1.01, 2nd bot run when MaximumOddsDifference is awaited)
Mir.
Problem solved.
I do not use this bot for trading on greyhounds.
// I cant edit my own latest comment
Betfair Bot
Miro, there is actually no problem with this bot, when bot is executed with PlaceBetInAllowedOddsRange, and you set required parameters for MinimumOddsDifference and MaximumOddsDifference, then initial bet is placed only when those parameter values are met, so the bot will do exactly what you want to.
Once a bet is placed, and if it is not fully matched, then bot updates bet odds to fulfill your requirements for bet placing at required calculated odds, but in this process the MinimumOddsDifference and MaximumOddsDifference parameters are not used, these parameters are used only for initial bet placing.
If you require other bot behavior in this stage (when bot updates odds), then of course a custom bot must be programmed, but you did not mentioned such behavior.
Mir.
MinimumOddsDifference and MaximumOddsDifference parameters are used after the bet placed.
I don´t want update any bets, I want place for example 3 Back bets with different Price Improvements for the first time at right Odds. Without any chasing the Odds.
This is the key of my problem.
Yes, maybe I can use ChaseOddsTimeout but only once.
Mir.
Using ChaseOddsTimeout is not good!
Dynamic stakes (like Liability) calculated at strarting (wrong) Odds. If chasing odds stake is unchanged
Betfair Bot
Miro, MinimumOddsDifference and MaximumOddsDifference parameters are used before a bet is placed. If you set these parameters and values are not met then your bet is not placed.
If you do not want to use the chase odds feature which is actually one of base features when you use calculated odds bet placing, so when PlaceBetInAllowedOddsRange is set, then set ChaseOddsTimeout parameter to 1 day for instance: 1.00:00:00. This setting will effectively stop bet updating, as your bet is active on greyhounds market just for couple minutes.
Mir.
I understand.
As described on picture. No bets on Selection. But Back bet waiting for place €10 @ 5.60 if MaximumOddsDifference < 2.
And finally best back odds is 4.60 and best lay odds is 4.80, conditions are met and ... bot place a bet with calculated price @ 5.60
Betfair Bot
Did you actually test your bot running and watched the bot behavior? I do not think so because Bet Status Description is just text not updated when bet condition changes. It shows initial bot status when bot status changes.
Execute the bot, and then report what you find out. I noticed it in many cases you just mislead others with wrong conclusions, please test bot behavior first before posting any comment or article to this forum.
Mir.
Ok.
You are right.
With this settings...
Bot recalculate a bet by actual Odds.