Comments

  • Mir.
    13.3.2016 0:20:36

    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.
    11.3.2016 2:34:35

    I can´t change StakeType in my CSV file.

     

    Is my syntax correct?

    670.00;Back;Place Bet;Odds;670.00;BetType;Back;Stake;2.22;StakeType;Tick Profit

     

    StakeType

  • Mir.
    10.3.2016 15:38:15

    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

  • Betfair Bot
    10.3.2016 15:08:55

    It is clear that bot parameters setting have influence on bot behavior when placing bets, and that bet is always placed at some odds (0 is not valid odds), so set PlaceBetInAllowedOddsRange to true, and OddsDifference parameters to required values, then your bot will place a bet when OddsDifference parameters are in preset range. The default value for Odds range is 1.01 to 1000.0, so bet is placed at odds calculated by using the current offered odds, and of course reflecting all other Bet Attributes parameters setting.

  • Betfair Bot
    10.3.2016 15:05:28

    There is no support for entry criteria to be read from CSV file, on the other hand you can develop your custom bot or bot trigger, so then your bot will use whatever features you will program to betfair bot.

  • Mir.
    10.3.2016 14:48:18

    Can I use "Entry Criteria" in CSV file?

    And how?

    ---------------------------------

    For example:

    Entry Criteria

  • Mir.
    10.3.2016 14:31:13

    I do not want to place bet at any range...

    I want to place a bet: IF maximumOddsDiff is 2 and at this time with PriceImprovement 2

     

  • Betfair Bot
    10.3.2016 13:55:26

    You did not set PlaceBetInAllowedOddsRange parameter, therefore your bet was placed at exact odds, initially set to the Odds I described. If you wanted to place your bet in allowed odds range then why you did not set the parameter: PlaceBetInAllowedOddsRange?

    I do not know what is your use case scenario for PlaceBets bot? You can simulate such behavior by using Place Bet bot and Execute on Selections bot.

  • Mir.
    10.3.2016 12:25:55

    Do you remember your bot in old version BFE which names "PlaceBets bot"?

  • Mir.
    10.3.2016 12:14:40

    Yes, at the current odds!

    Not at a time when the criteria are met, but at the time when the robot is started

  • Betfair Bot
    10.3.2016 11:53:20

    You did not set the parameter PlaceBetInAllowedOddsRange and Odds is set to 0, what means your bot should place a bet at Odds 0, right?

    In such cases bot sets Odds parameter to the current odds depending on the BetType (so Back in your case, and as OfferMyBet was set to True, the Odds was set to current offered lay price) when the bot was executed.

  • Mir.
    9.3.2016 18:15:12

    I have some issue with PlaceBet bot.

    Place bet bot - parametres

     

    Place bet with this setting - will place bet at the odds when the bot is started, not when criteria are met. In this case: Maximum odds difference

    The bot selected Odds (7.2) and after all criteria met, placed bet at this Odds. Not at Odds 6.2 as I expected

  • Betfair Bot
    23.2.2016 12:06:02

    Man, SET_WINNER attribute includes all Set Winner markets, so 1, 2, and 3, 4, 5 if such markets are open during a match by betfair. SET_WINNER attribute is not something I have introduced myself to bfexplorer, it is the attribute offered by betfair api to filter markets.

     

    Bet Event or Bet Event Trader offers Markets toolbar button if you click on this button, all associated event markets are showed, that is the second way how you can open any associated bet event market.

     

  • skarabeusz
    23.2.2016 11:34:09

     OK - thank you for your help.

  • skarabeusz
    23.2.2016 0:37:30

    Betfair allows you to bet on "Set 2 Winner" - the following examples are from the "Betting Assistant".

    Can I count that the filter "Set 2 Winner" will be in the next version of the program "Bfexplorer"?

  • Betfair Bot
    22.2.2016 10:29:35

    Bfexplorer on betfair app directory.

  • Betfair Bot
    22.2.2016 10:28:03

    Betfair bespoke built software, betfair bot.

  • Betfair Bot
    22.2.2016 10:26:00

    For betfair bot developers: Bfexplorer - Betfair BOT SDK

  • Betfair Bot
    15.2.2016 8:58:17

    Setup your two “Place Bet” bots with parameters instructing the bot to place your bets when required odds conditions are met, and of course name your two bots settings.

    Now you can use the bot: “Execute Bots” adding your two bot names to BotNames parameter. This way you will create a bot which will execute your “Place Bet” bots.

    In the Add a new bot dialog you can find another bots used to construct your new bot by putting together more action bots, and names of these bots suggests how the action bots will be executed:

    Execute on Selections

    Execute Bots

    Execute on Associated Market

    Execute Till Target Profit

    Execute Trigger Bot

    If Then Else

    Chain Execution

    Concurrent Execution

    Repeat Until

  • Betfair Bot
    15.2.2016 8:46:49

    Different betfair events offer different market types. Therefore if you select the event type, and other filters are set as well, you can reload market types by clicking “Reload market types” button (This button is on the left under MATCH_ODDS text in your picture), so reloaded market types will reflect your current filter setting.

    For tennis event there are quite a lot of market types, and set winner is flagged as: SET_WINNER. Such market type will Set 1 Winner, Set 2 Winner therefore if you are interested only for Set 2 Winner market you can filter such market by using grid view filters features, betfair api cannot filter only Set 2 Winner market.