Jump to content
FORUM · BOTBEETLE

Leaderboard


Popular Content

Showing content with the highest reputation since 10/24/18 in Posts

  1. 3 points
    Full translation to pt-PT, pt-BR, es-ES Add Live Score to main window Add sound alerts to LiveScore
  2. 2 points
    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.
  3. 2 points
  4. 2 points
    There are three types of empty scripts in the project
  5. 2 points
    Hi Admin It's good to see Bot Beetle getting a review, but I don't think it is fair or accurate - whoever 'reviewed' Bot beetle missed important details: * C# scripts * Chart interface * Live score for soccer and tennis, available at the top of the grid/ladder window (this is not available in some other very popular software) * Schedule windows for tennis, horses, soccer and greyhounds These features stand out from other software I use regularly on Betfair/Betdaq, and IMHO make Bot Beetle a good choice for intermediate traders (like me), and for advanced/professional users - not just beginners. It looks like someone in Caan's office tried the software for a few minutes, then wrote a review on his behalf (using images copied from your website) - Caan has a particular way of speaking and writing, and this review does not match his style. Hopefully we will see more reviews in future - maybe with screenshots/video of the reviewer actually using the software! Cheers!
  6. 2 points
  7. 2 points
    2.3. We work with selected lines. (3) Get a list of selected Runners (3.1) Check whether there is protection on the line (3.2) Check market status (3.3) Check if the price is in the specified interval. (3.4) We get the size of the bet as a percentage of the balance (3.5) We establish protection from the repeated bet (3.6) Make a bet
  8. 2 points
    I work in a Script, this is to place a bet on OVER 0.5 at a price of 1.05 with a stake of 5 in the programming window I was trying but it seems that my code has an error since the bet is not thrown I'm not sure if I select the Market over 0.5 correctly. //=========================================AJUSTE DE ORDEN====================================================================== [Category("2. Order")] [DisplayName("Precio OVER 0.5")] public decimal OrderPrice { get; set; } = 1.05M; [Category("2. Order")] [DisplayName("Precio OVER 1.5")] public decimal OrderPrice2 { get; set; } = 1.28M; [Category("2. Order")] [DisplayName("Cantidad de Stake (10% from Balance)")] public decimal PercentSize { get { return _size; } set { if (_size == value) return; if (value <= 0 || value > 100) return; _size = value; } } private decimal _size = 5; //==============================================PARAMETROS DE SELECCIÓN=============================================================== [Category("3. Conditions of Selection")] [DisplayName("Pecio de Over 1.5")] public decimal FavPriceLay { get; set; } = 1.30M; [Category("3. Conditions of Selection")] [DisplayName("Liquidez en el mercado, mas de")] public decimal TotalMatched { get; set; } = 1000; //===============================================CONDICIONES DE ENTRADA======================================================== [Category("4. Conditions of Enter")] [DisplayName("Price BACK, less")] public decimal PriceHight { get; set; } = 1.20M; [Category("4. Conditions of Enter")] [DisplayName("Price BACK, greater")] public decimal PriceLow { get; set; } = 1.05M; public override void UpdateEvents(List<Event> events) { List<RunnerCatalog> runners = Api.Soccer.SelectFavorite(events, FavPriceLay, TotalMatched); foreach(var runner in runners) { foreach (var ev in events.Where(x => x.IsChecked)) { // 4.2. In EVENT find market "OVER_UNDER_05" var market = ev.MarketCatalogues.FirstOrDefault(x => x.Description.MarketType == "OVER_UNDER_05"); // 4.3. If not - continue if (market == null) continue; // 4.4. If Status - CLOSED if (market.Status == MarketStatus.CLOSED) { // 4.5. If EVENT Is Expanded - Collapse if (ev.IsExpanded) { ev.IsExpanded = false; Api.Collapse(ev); } continue; } // 4.6. If Status - OPEN if (market.Status == MarketStatus.OPEN) { // 4.7. Conditions of Enter for Price BACk - (PriceEnterLess < Back < PriceEnterMore) if (PriceHight > market.Runners[0].Back && market.Runners[0].Back > PriceLow) { // 4.8. We Check that we did not place order in this EVENT if (!Events.ContainsKey(ev.Id)) { // 4.9. Add EVENT to Dictionary Events.Add(ev.Id, ev); // 4.10. Write to LOG and place order Api.Log($"Event:{ev.Name}; Runner:{market.Runners[0]}; Back:{market.Runners[0].Back};"); Api.PlaceLimitOrder(runner, Side.BACK,OrderPrice,PercentSize); } } } } } }
  9. 2 points
  10. 1 point
    Кому-нибудь удалось заставить скрипты работать в версии 5.52? Поделитесь, если да Has anyone managed to make the scripts work in version 5.52? Share if so
  11. 1 point
    Print do erro. Obs: em uma mesma partida, em lay ao Liverpool o software me permite entrar lay, e em lay Arsenal o empate ele me retorna esse erro. Isso acontece em todas as partidas.
  12. 1 point
    Для скриптов типа MarketScript и RunnerScript можно получить полные рыночные данные стандарта betfair - MarketBook - (2) https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/Betting+Type+Definitions#BettingTypeDefinitions-MarketBook Класс MarketBook находится в MarketCatalogue. Также на него можно получить доступ через RunnerCatalog -> MarketCatalogue -> MarketBook Столбик денег (5)
  13. 1 point
    Optimizing Schedule Windows
  14. 1 point
    С Наступающим Новым Годом и Рождеством! Прошу админа не забрасывать форум и чаще появляться. Уже две новых версии вышли. Что нового? А также файлик скрипта выгрузите.
  15. 1 point
    5. Анализ Каждый рынок со ставками можно открыть и посмотреть где была выставлена и убедиться в правильности работы скрипта.
  16. 1 point
    4. Общий результат (1) и отдельно по рынкам (2)
  17. 1 point
    The site has been restored. He is currently hosted in England. Locks are no longer possible. Only if the exchange does not close itself)
  18. 1 point
    Решил не делать отдельную вкладку 1. Включаем получение рынков со ставками в настройках в окно попадут рынки со ставками - у них будет отображаться кроме времени и дата события.
  19. 1 point
    это тоже поправил
  20. 1 point
    Boa tarde Marco, Quando o botão está na posição play e você colocar uma aposta antes do evento ter inicio essa aposta vai manter-se mesmo que não correspondida quando o evento iniciar. Ex: coloca uma aposta agora num evento que vai iniciar dentro de 3 horas ou mesmo no dia de amanhã , se essa aposta não for correspondida até o evento iniciar ela se mantém até ser correspondida. Se o botão estiver na posição Stop, caso as apostas colocadas antes do evento iniciar não tenham sido correspondidas as mesmas serão eliminadas no momento em que inicia o evento. A tradução "Tipo de apostas" não está adequada. Será corrigida no próximo update. Tks.
  21. 1 point
    Список ставок есть в классе MarketCatalouge -> MarketBook ->
  22. 1 point
    Тогда функция будет видна
  23. 1 point
    Хотя идея хорошая, те рынки которые не нужны можно удалять. В следующем обновлении сделаю что-то типа Api.Delete(Event) - удалить событие Api.Delete(MarketCatalouge) - удалить рынок
  24. 1 point
    Сейчас технически нет, чтобы понять если там ставки нужно вделать запрос по рынку.
  25. 1 point
    В 5.40 в класс MarketCatalouge добавлен класс MarketBook
  26. 1 point
    Для того чтобы уравнивание было доступно при наличии не принятых ставок, нужно включить опцию (1) - "Всегда отображать уравнивание"
  27. 1 point
    Отображение ставок поправил, все типы ставок текущие (1), не принятые (2) и принятые (3) отображаются с прокруткой
  28. 1 point
    Это расчетный параметр, через API не передается. Посмотрел в 34 версии его нет. В новой 39 есть Last - последняя цена Value - значение, объем
  29. 1 point
    Solved. Wrong Betfair password used.?
  30. 1 point
    In week commencing 28th October Betfair will be deprecating support for specific TLS ciphers. Disabling support for these TLS ciphers means that Betfair customers using the below browsers/operating system and language versions will no longer be able to log-in using the Betfair website or API (i.e. via identitysso.betfair.com) • Android 2.3.7 • Android 4.0.4 • Android 4.1.1 • Android 4.2.2 • Android 4.3 • Baidu Jan 2015 • IE 6 / XP • IE 7 / Vista • IE 8 / XP • IE 8-10 / Win 7 • IE 10 / Win Phone 8.0 • Safari 5.1.9 / OS X 10.6.8 • Safari 6.0.4 / OS X 10.8.4 • Java 6u45 • Java 7u25 • OpenSSL 0.9.8y
  31. 1 point
    Hello, What for is this text box (above the open bets)? In my opinion, this text is useless currently, because when place a new bet, the bet size does not reflect what's in this box, but the default bet size. Pls check it: http://prntscr.com/oqhuqu Can you you pls make sure when place a new bet, the bet size reflects what's in this box? Thnx in advance.
  32. 1 point
    BUG acontece sempre que vou fechar alguma janela de operação de futebol seja de gols ou de probabilidades ______________________________________________________________________________________ Consulte o final desta mensagem para obter detalhes sobre como chamar a depuração just-in-time (JIT) em vez desta caixa de diálogo. ************** Texto de Exceção ************** System.NullReferenceException: Referência de objeto não definida para uma instância de um objeto. em System.Windows.Forms.Integration.ElementHost.set_Child(UIElement value) em Botbeetle.Forms.TradeForms.PriceRun.CntRunLad.Close() em Botbeetle.Forms.TradeForms.PriceTop.CntTopLine.Close() em Botbeetle.Forms.TradeForms.TradeForm.a(Object A_0, FormClosedEventArgs A_1) em System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender, FormClosedEventArgs e) em System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e) em System.Windows.Forms.Form.WmClose(Message& m) em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Assemblies Carregados ************** mscorlib Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3416.0 built by: NET472REL1LAST_B Base de Código: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ---------------------------------------- Botbeetle Versão do Assembly: 5.36.7068.20323 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- System.Windows.Forms Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3324.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3416.0 built by: NET472REL1LAST_B Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Xml Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Configuration Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3324.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3362.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- Botbeetle.XmlSerializers Versão do Assembly: 5.36.7067.36302 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- Microsoft.GeneratedCode Versão do Assembly: 1.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Botbeetle.Theme Versão do Assembly: 5.36.7068.20214 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- Botbeetle.Types Versão do Assembly: 5.36.7068.20220 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- Botbeetle.MyScripts Versão do Assembly: 5.36.7068.20232 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- System.Xml.Linq Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll ---------------------------------------- PresentationFramework Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3362.0 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll ---------------------------------------- WindowsBase Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3362.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll ---------------------------------------- PresentationCore Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3362.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll ---------------------------------------- System.Xaml Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3362.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll ---------------------------------------- WindowsFormsIntegration Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll ---------------------------------------- mscorlib.resources Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/mscorlib.resources.dll ---------------------------------------- Botbeetle.resources Versão do Assembly: 5.36.7067.36302 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- Botbeetle.resources Versão do Assembly: 5.36.7067.36302 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- PresentationFramework.Aero2 Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero2/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero2.dll ---------------------------------------- Botbeetle.Api Versão do Assembly: 5.36.7068.20234 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- PresentationFramework.resources Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.resources/v4.0_4.0.0.0_pt-BR_31bf3856ad364e35/PresentationFramework.resources.dll ---------------------------------------- System.Windows.Interactivity Versão do Assembly: 4.0.0.0 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- PresentationFramework-SystemXml Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll ---------------------------------------- PresentationFramework-SystemXmlLinq Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll ---------------------------------------- UIAutomationTypes Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3362.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll ---------------------------------------- PresentationCore.resources Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationCore.resources/v4.0_4.0.0.0_pt-BR_31bf3856ad364e35/PresentationCore.resources.dll ---------------------------------------- System.Web.Services Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Web.Services/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll ---------------------------------------- Microsoft.GeneratedCode Versão do Assembly: 1.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.GeneratedCode Versão do Assembly: 1.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Newtonsoft.Json Versão do Assembly: 10.0.0.0 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- Microsoft.GeneratedCode Versão do Assembly: 1.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.GeneratedCode Versão do Assembly: 1.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.GeneratedCode Versão do Assembly: 1.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.GeneratedCode Versão do Assembly: 1.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.GeneratedCode Versão do Assembly: 1.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.GeneratedCode Versão do Assembly: 1.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.GeneratedCode Versão do Assembly: 1.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.GeneratedCode Versão do Assembly: 1.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Numerics Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.Runtime.Serialization Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3324.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- System.Data Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3260.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- SciChart.Charting Versão do Assembly: 4.1.0.8612 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- SciChart.Core Versão do Assembly: 4.1.0.8612 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- SciChart.Core& Versão do Assembly: 1.0.0.0 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- Botbeetle.View Versão do Assembly: 5.36.7068.20217 Versão do Win32: 5.36.0.0 Base de Código: file:///C:/Users/luizh/AppData/Roaming/Botbeetle/Botbeetle.exe ---------------------------------------- System.Windows.Forms.resources Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- Microsoft.GeneratedCode Versão do Assembly: 1.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.xml.resources Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3190.0 built by: NET472REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/System.Xml.resources.dll ---------------------------------------- PresentationFramework-SystemData Versão do Assembly: 4.0.0.0 Versão do Win32: 4.7.3362.0 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemData/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemData.dll ---------------------------------------- ************** Depuração JIT ************** Para habilitar a depuração just-in-time (JIT), o arquivo .config deste aplicativo ou computador (machine.config) deve ter o valor jitDebugging definido na seção system.windows.forms. O aplicativo também deve ser compilado com a depuração habilitada. Por exemplo: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> Quando a depuração JIT está habilitada, qualquer exceção sem tratamento será enviada ao depurador JIT registrado no computador, em vez de ser tratada nesta caixa de diálogo.
  33. 1 point
    Understood. May be useful to someone. The error occurs if you turn on the Russian localization when starting the program. Small, non-critical error - do not worry.
  34. 1 point
    The first example is how to make a script for tennis. The main feature is the possibility of multiple bets in one market. The strategy is very simple: - choose favorites - make bet on the favorite when he serving, - hedge when an outsider is serving. Important. This is not a winning strategy. This is an example of how to make a script for tennis, how to make multiple bets and hedge.
  35. 1 point
    Thanks for your interest (and time) for this idea!!. I'll continue analyze matches with these conditions and post here how change odds at match time for try select the best period and good odds for enter , unforttunely I don't have access to live odds history, only can analyze at match live.
  36. 1 point
  37. 1 point
    All users can create a free Token. Attention! Token takes effect from the moment it is created. Do not create a key if you still have the current one. After the end of the subscription create a gift Token.
  38. 1 point
    From the betfair website: Ability to place lower minimum stakes at larger prices In order to allow customers to bet to smaller stakes on longer-priced selections, an extra property has been added to our Currency Parameters – “Min Bet Payout”. As currently, bets where the backer’s stake is at and above the ‘Min Bet Size’ for the currency concerned (£2 for GBP) are valid. In addition, bets below this value are valid if the payout of the bet would be equal to or greater than the value of ‘Min Bet Payout’ - £10 for GBP. For example, a bet of £1 @ 10, or 10p @ 100 or 1p @ 1000 are all valid as they all target a payout of £10 or more. https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/New+API+Release+-+8th+August+2016
  39. 1 point
    2.2 We work with selected events: (2.1) check if there is score in the event (2.2) we get the total number of goals. We are only interested in matches where the score is zero (2.3) Check the match time. It should be more than set in setting. (2.4) If the event is not yet expanded, expand (2.5) and requesting only 'over_under_05' market (2.6) from the event (ev) we get only the market 'Over_Under_05' (2.7) Check the market status. If it is closed, collapse the event. If it is open, (2.9) mark the Runner 'Over' as selected.
  40. 1 point
    2. Script execution 2.1 Event selection
  41. 1 point
    1.4. Conditions of Enter You can set the interval in which the bet will be made, as well as set the time of the match
  42. 1 point
    1.3. Condition of selection Standard market selection through a favorite.
  43. 1 point
    1. Script Parameters 1.1. Name ... 1.2. Order settings You can choose the size of the bet, price and side. The price of the bet is better to set less than the current price so that the bet is accepted.
  44. 1 point
    Hello Admin ! Probably bad values appear in the ladder, check out the attached pictures. The two red arrows indicate the same value.
  45. 1 point
    There is no such function yet. I'm going to add it. (After correcting "green" errors). For stop loss will be a separate update.
  46. 1 point
    Next update, full rebuild dutching window
  47. 1 point
    Hi, today I've opened version 5.24 and where are those colours (red, blue .....) that represent favorite, second and third one linking to the odds. I've looked with other races , same problem
  48. 1 point
  49. 1 point
    Next day: 67 bets (not all were accepted)
  50. 1 point
×
×
  • Create New...