Recent Posts

Pages: « 1 2 3 4 5 6 7 8 9 10 »
71
Triggered betting / Re: Modify trigger request
« Last post by bobbbb on 20 Mar 2024, 23:17 »
Hi,

Please could you check the constant - max_profit  it was added to this trigger as part of a trigger request, it does not appear to be working correctly (not resetting).

The max_profit is set to 140.

In the settings, date and time are synchronised with betfair.

I used the trigger over a two day period for the first time.

At the end of the first days betting the profit reached 91.

On the second day the trigger stopped betting with the profit only at 63.

It appears to have not reset on the second day, however it did stop betting when the profit for the two days combined reached 140.

The only error log for the second day appeared around 6 hours after the MF pro app was opened, the trigger was active and the variables were initialised shortly after MF pro was opened.

Please see attached trigger, trigger and error log screenshots.

Kind regards,

Colin Hughes.


72
Triggered betting / Re: Back under 1.5 and 3.5 goals
« Last post by Oxa (WellDoneSoft) on 19 Mar 2024, 22:58 »
Hello!

I have tested your triggers, and looks like they already have a condition to stop as soon as the predefined profit (target_profit, in % of the starting bank) has been achieved. The profit counter resets every day though, so did you mean you want to remove the resetting?

You can check how much has been won during that day by opening the User Variables window and entering the name of this variable: current_pl. You can also check the profit threshold by entering stop_profit - that is the value that current_pl must exceed for the triggers to stop. See the screenshot attached.

Quote
Further, since the recent software update, I am no longer getting the pop-up window whenever a message is added to the action screen. If possible, please fix this as well as I found this quite handy.

First, double-check you have the setting Show a pop-up window whenever a message is added to the action log ON in General Options.
Second, check if you have accidentally turned off the tooltips. I am attaching a screenshot showing how to turn them back on by pressing the button in the top-right corner.
73
I've recently become the proud owner of a vintage automobile, a real head-turner in my eyes. But as I stand back and admire its sleek lines and timeless appeal, there's a nagging thought that keeps creeping into my mind – it's missing that personalized touch, those striking vinyl letters that would truly set it apart from the rest.
Now, I've delved into the depths of the internet, scouring for local vinyl shops that could bring my vision to life. But here's the rub: the sheer number of options has left me feeling a tad overwhelmed. With horror stories circulating about subpar craftsmanship and botched installations, I'm hesitant to trust just any shop with my beloved ride. After all, I'm not just looking for any run-of-the-mill job – I want precision, I want flair, I want excellence.
But as we all know, firsthand experiences speak volumes more than mere testimonials. So, I turn to you, my fellow aficionados – have any of you had the pleasure of entrusting your car to Vinyl Cutter's capable hands?
Moreover, I'm keen to gather insights on what key factors to consider when selecting a vinyl shop. What are the telltale signs of quality workmanship? And while we're on the topic, let's get creative! Share your inspired design concepts that would complement the timeless elegance of a classic automobile. From sleek monograms to eye-catching graphics, I'm eager to explore all avenues.
I extend my heartfelt gratitude in advance to those willing to lend their expertise. Together, let's transform my vintage gem into a true masterpiece!
74
Triggered betting / Re: Modify trigger request
« Last post by bobbbb on 16 Mar 2024, 21:50 »
Thanks Oxa!
75
Triggers / Re: Alteração na trigger
« Last post by Carlos Alberto Moreira on 16 Mar 2024, 21:38 »

Olá Oxa....
Desculpe retornar porem a stake não esta fixa. 
Não é o valor de retorno da aposta que deve ser fixo , mas sim o valor final apostado.
O valor lay quero apostar é R$ 50 dolares em cada jogo.
Grato
76
Triggers / Re: lay galgos
« Last post by Oxa (WellDoneSoft) on 16 Mar 2024, 21:36 »
Olá!

Consulte seus gatilhos anexados junto com o modelo de pesquisa de mercado Market Locator. Configure Pesquisa Agendada de Mercados em Opções de monitoramento para executar essa pesquisa uma vez por dia.

Quote
10 PISTA = X (IREI COLOCAR O NOME DA PISTA)

Depois que o MarketLocator carregar as corridas, remova as pistas onde você não deseja apostar.

Use as constantes dentro do arquivo para ajustar as configurações do gatilho.

Quote
12 RECUPERAÇÃO = X - SIM(0) - NÃO(1)

Use a constante cycle_length e defina-a como 0 se não quiser recuperação de perdas.

Certifique-se de ter testado os gatilhos no Modo de Teste antes de mudar para dinheiro real. Recomendamos testar em uma ferramenta especial chamada Time Machine.

Se você quiser fazer qualquer alteração na descrição original do gatilho, faça uma nova solicitação de gatilho.

Gostaria de modelar o lucro/perda da sua estratégia com base em milhares de mercados históricos? Acesse BFStats para obter relatórios de simulação prontos para uso ou personalizados. Você pode provar ou refutar sua estratégia sem o risco e o incômodo de fazer apostas reais.
77
Triggered betting / Re: Modify trigger request
« Last post by Oxa (WellDoneSoft) on 16 Mar 2024, 20:59 »
Hello!

Please see your amended triggers attached. Configure market scheduler in Monitoring Options to run this search every hour.

Use the constants inside the file to adjust the new trigger settings (max_liab, max_profit).

Make sure you've tested the triggers in Test Mode before you switch to real money. I recommend testing triggers in Time Machine, as you can run your strategy by multiple markets in minutes, and the data is very cheap.

If you'd like to make any changes to the original trigger description, please make a new trigger request.

Looking to model the profit/loss from your strategy based on thousands of historical markets? Check BFStats for ready-to-use or bespoke simulation reports. You can prove or disprove your strategy without the risk and hassle of placing real bets.
78
traded_minp_100 is 100 in my account's currency right? I would have to convert it to gbp punds?

yes that is correct
79
Awsome! Thank you very much for your support

traded_minp_100 is 100 in my account's currency right? I would have to convert it to gbp punds?
80
Hi Mark!

As always, very good questions! Addressing them one by one:

Quote
What level of granularity could be applied to these market searches?

We plan to split the user input for market search and actions that you want to apply to the markets you have found. There is a limited amount of information you can obtain by calling BetFair API's listMarketsCatalogue endpoint, and it does not include selections' prices or volumes. So the search will cover the data available through listMarketsCatalogue and stage 2, namely triggers, will cover actions or further filters that you want to apply to the initial pool of markets retrieved from the search. This will involve repeatedly calling listMarketsBook - another API endpoint.

Quote
Could a search like this be run continuously not worrying about data requests?

In fact no, you should always be cognisant and wary of your data requests, as there is no such thing as free lunch when it comes to API usage. That is partly the reason we want to limit the parameters of the initial search, so as to not incur additional data costs by making too many requests.

Quote
Next question of course is will conditional betting follow in forthcoming steps of the software development?

Of course, this is going to be emerging soon as the next logical steps. We will try to shift away from the traditional "triggers editor" and offer intuitive UI that could generate snippets of actions that you could then mix and match inside the code directly (or dive straight into the code if you feel inspired).

Quote
Thanks for posting this info. I will sign up for testing.

Thank you for your feedback, I will reply to your request in the email.
Pages: « 1 2 3 4 5 6 7 8 9 10 »
Please note, BetFair is seems to be currently OFFLINE