Article

Some minor issues

€ vs. Kč

Comments ( 63 )


  • Mir.
    16.9.2015 21:13:52

    I can not move an items (bots) up / down in My Bot window...

    (really minor problem, Save and Open bot setting is better then moving...)

  • Stefan
    17.9.2015 10:56:24

    I will fix it in the next release.


    On the other hand as any grid, My Bots views offers grouping or sorting, and searching as well. Just click right mouse button on grid header, and show search or group panel, show column chooser, so you can add hidden Category column and grouped bots by this column, of course if you entered some values for category input box when setting up your bots.


    So the Category entry has not the only usage like My Ladder Bot entry for category name.

  • Mir.
    28.9.2015 20:28:31

    Can you set as default Best Fit (all columns)?

     

     

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

    I and after all you too in your videos this setting repeatedly used

  • 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

  • Stefan
    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.
    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

  • Mir.
    10.3.2016 12:25:55

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

  • Stefan
    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 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

     

  • Stefan
    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.