Recent Posts

Pages: 1 2 3 4 5 6 7 8 9 10
1
Triggered betting / Re: Trigger that saves betting info
« Last post by Oxa (WellDoneSoft) on 25 Sep 2023, 09:31 »
Hello!

It is not possible to record each selection's settled P/L individually, however, the rest is possible and you can also write down the place that the selection took (0 if loser or anything > 0 if took a winning place), and then you can work it out from there.

See the screenshot of an example of the dataset you can generate, as imported into Excel, attached.

Also attaching the trigger file itself. You need to replace the path to the file where the data will be recorded. Currently it is "c:\data.csv". Make sure you have sufficient permissions to write to the file.

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.
2
Troubleshooting / Re: Horse Racing - Form
« Last post by MarkV on 25 Sep 2023, 09:23 »
Hi
Add a condition block like this as the last conditions in the laying trigger. (I have not tested this)

AND
   OR
      selections trigger expression matching_number is equal to 1
   OR
      selections trigger expression matching_number is greater than 1
      and selections lay price is the maximum
          
3
Troubleshooting / Re: Horse Racing - Form
« Last post by joaofrancisco on 25 Sep 2023, 01:03 »
Thanks MarkV. My trigger was almost wright. It only miss the others user variables.

The point you find that with the same maximum average, will trigger in more than one selection, I have thought too.

Is there a way to compare those selections, with the same average, and bet who have the highest odd (based in min_odds and max_odds)?

Example 1:

Selection 4 - Average 5.67 - odd @15
Selection 6 - Average 5.67 - odd @22

min_odds - 10
max_odds - 20

If these happens it will bet in selection 4.


Example 2:

Selection 4 - Average 5.67 - odd @15
Selection 6 - Average 5.67 - odd @18

min_odds - 10
max_odds - 20

If these happens it will bet in selection 6.


Is it possible to put these conditions in the trigger?



4
Hi
Yes, from your description this should be a straightforward trigger to develop.
If you want to try writing a trigger yourself Item 1. in this article describes how to bet in the current Over / Under market.
Or you could put in a trigger request.
5
Troubleshooting / Re: Horse Racing - Form
« Last post by MarkV on 24 Sep 2023, 17:28 »
Hi
Try this trigger in test mode.
In testing I found that sometimes it lays more than 1 selection if these selections have the same maximum average.
Also, if silk_form_1 or silk_form_2 or silk_form_3 have a value of zero it will substitute 10. Not sure if this is what you want but you can play around with it. 
6
Troubleshooting / Re: Horse Racing - Form
« Last post by joaofrancisco on 21 Sep 2023, 11:42 »
I try by myself to make some changes but I don't know if that's possible.

I declare a variable, like jacfin told. But I don't know if this is in the correct field. Can anyone give a look to see if this is right or not?


Thank you in advance.
7
Triggered betting / Thank you!
« Last post by BillingBot (WellDoneSoft) on 20 Sep 2023, 12:31 »
Thank you for creating a FREE request for our Trigger Development Service.

Your topic is now open to our staff and somebody will reply to you shortly.

Please note: the topic will be moved to the public section of the forum according to our terms and conditions.

If for any reason you change you mind and decide to keep your request private, please click this link

Please contact support if you need help.
8
Triggered betting / Trigger that saves betting info
« Last post by Sumsark on 20 Sep 2023, 12:31 »
Hello,

Is it possible to make a trigger that saves following horse racing data in csv

Country (where the race took place), mMarket, Date and time, Placed bets with matched odds, Profit/Loss per selection

Thank you
9
Troubleshooting / Re: Horse Racing - Form
« Last post by joaofrancisco on 20 Sep 2023, 09:52 »
Hello jacfin. Thank you for your help. I try to do it and I understand the logic but I can´t figure where to put the "IF" conditions.

I try to manage myself (see the attached file) but I´m stuck. Can you give me an hand?


Again, thank you for your help.
10
Troubleshooting / Re: Horse Racing - Form
« Last post by jacfin on 20 Sep 2023, 05:17 »
It is doable.
If selection's trigger expression silk_form_length is less than 3 you are not interested
You'll need a variable ( average_1, say )
If selection's trigger expression silk_form_1 is between 1 and 9 add that number to average_1
If selection's trigger expression silk_form_1 is not between 1 and 9 add 10 to average_1
Repeat for silk_form_2 and silk_form 3.
Pages: 1 2 3 4 5 6 7 8 9 10
Please note, BetFair is seems to be currently OFFLINE