Jump to content
FORUM · BOTBEETLE

Admin

Administrators
  • Content Count

    488
  • Joined

  • Last visited

  • Days Won

    39

Posts posted by Admin


  1. betfire does not accept bets if rounding exceeds certain values. This can only happen for bids less than the minimum or near the price of 1.01

    image.png.5d7da5d6f624976757dfb4235a8fc49b.png

     

    Therefore, I will block such bets, for example, this is for the price of 1.01 from 1.59 to 1.26 inclusive.

    image.png.0e33728cb5a2e4dec1983c255bbd48fd.png

     

    As you know, in order to bet less than the minimum for LAY, you need to make three bets through 1.01

    This resulted in an error for some values. To prevent this, the minimum bet will be placed through 1.02

     

     

     

    • Like 1

  2. The SQL database is used to obtain historical data storage. The base is not used for trading and does not affect performance.

    I see an error. I'll fix it in the next update.

     

    Regarding the BET_ERROR error. Since the picture is not from this error, it is difficult to say something.

    If an error occurs, please try to take a screenshot.

    Then I can repeat this mistake if I see prices and bids.

     


  3. There is no difference in the program on the trial period and on the paid period

    Compared to other programs, botbeetle has the longest trial period of 31 days

    Plus, for each new version, 8 days are provided for verification.

    Now about mistakes


  4. Unfortunately betfair does not have an API that allows you to do this programmatically.

    Therefore, you need to use the built-in browser.

     

    1. Open the browser

    2. Enter the login password

     

    browser.thumb.png.8cacb86a3f0a7ea9b1f47a9c2842263d.png

     

     

    3. Enter the code

    code.png.8028de17d470f939fd8b706d98a68fee.png

     

     

     


  5. Для скриптов типа MarketScript и RunnerScript можно получить полные рыночные данные стандарта betfair - MarketBook - (2)

    https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/Betting+Type+Definitions#BettingTypeDefinitions-MarketBook

    image.thumb.png.55d2861692cf4022ed568af62e9fa61d.png

     

    Класс MarketBook  находится в MarketCatalogue. 

    Также на него можно получить доступ через RunnerCatalog -> MarketCatalogue -> MarketBook  

    Столбик денег (5)

     

     

     

     

    • Thanks 1

  6. There is also an example of a script in the project (GapRunnerScript) which constantly bets on the price gap

    The main difference is that the functions for working with bets (create, modify, cancel an order) have become synchronous. Functions return a result that can be processed.

     

    image.png.8371c22004d0f3524a9662f1d59870d5.png

    • Like 2

  7. По текущей версии будут правки, оптимизационные. Направление - быстрая работа, уменьшение использования памяти, упрощение интерфейса. 

    • Like 1

  8. Я сейчас немного отвлекся от программы. Изучаю Swift и SwiftUI возможно, если ничего не помешает, сделаю в течении полугода что-то тестовое для MacOS


  9. У исторических данных есть один минус - нет точного счета, поэтому можно тестировать только скрипты не связанные с точным счетом 


  10. 5. Анализ

    Каждый рынок со ставками можно открыть и посмотреть где была выставлена и убедиться в правильности работы скрипта. 
    image.thumb.png.13abeded0df479b59fa204862e58089b.png

    • Like 1

  11. По поводу программы, будет ли она кому интересна. Общий смысл ее такой 

    1. Создаем Портфолио

    1.1  - состоит из исторического набора данных (это то что загружается в основной программе botbeetle на последней вкладке)
    image.thumb.png.c063ac43526f1a0442c34749e5549e49.png

    1.2 Выбирается скрипт для тестирования

    image.thumb.png.7d6fb32e4ef30a23f2e1e22474bee0d0.png

     

    • Like 1
×
×
  • Create New...