Leaderboard
Popular Content
Showing content with the highest reputation since 10/24/18 in all areas
-
Full translation to pt-PT, pt-BR, es-ES Add Live Score to main window Add sound alerts to LiveScore3 points
-
2 points
-
2 points
-
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!2 points
-
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 bet2 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); } } } } } }2 points
-
I reloaded the installation package, download again2 points
-
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.8y1 point
-
Кому-нибудь удалось заставить скрипты работать в версии 5.52? Поделитесь, если да Has anyone managed to make the scripts work in version 5.52? Share if so1 point
-
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 Therefore, I will block such bets, for example, this is for the price of 1.01 from 1.59 to 1.26 inclusive. 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.021 point
-
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)1 point
-
1 point
-
С Наступающим Новым Годом и Рождеством! Прошу админа не забрасывать форум и чаще появляться. Уже две новых версии вышли. Что нового? А также файлик скрипта выгрузите.1 point
-
По текущей версии будут правки, оптимизационные. Направление - быстрая работа, уменьшение использования памяти, упрощение интерфейса.1 point
-
1 point
-
1 point
-
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)1 point
-
1 point
-
1 point
-
Хотя идея хорошая, те рынки которые не нужны можно удалять. В следующем обновлении сделаю что-то типа Api.Delete(Event) - удалить событие Api.Delete(MarketCatalouge) - удалить рынок1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
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.1 point
-
Hi, When I place bet with tick offset on for example at stake 2, 1 tick offset bet goes with 1,98 stake. When i bet with stake at 1 than tick offset fires with 0,99 stake. How can i change it that i will get same stake at first bet and automatick offset. I would like to bet for example with stake 2 and get Tick offset with the same stake. Cheers1 point
-
1 point
-
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.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.1 point
-
1 point
-
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+20161 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.1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
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.1 point
-
1 point
-
1 point
-
1 point
-
1 point