Author Topic: Help with trigger  (Read 2047 times)

Tags:
  • All members
  • Posts: 185
Help with trigger
« on: 02 Oct 2018, 10:15 »
Hi,

What formula do I need to use to bet inplay after 50 seconds per mile?

For example if 1 mile wait until 50 seconds has gone inplay before placing bet or if 2 mile wait until 100 seconds has gone.

Do I have to use meters function? I have the trigger that has the estimated time per race could I I just adjust that to wait until 50 seconds has gone per mile instead of % of race ha gone?

  • Administrator
  • Posts: 8826
  • Gender: Female
*
Re: Help with trigger
« Reply #1 on: 02 Oct 2018, 20:09 »
Hello!

Using the market_length (distance in meters, 1000 m = 1.609 miles) variable, you can calculate the required waiting time:

Market's Minutes since the off is equal or greater than market_length*SECS/(1609*60)

where SECS is the number of seconds to wait per each mile.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 185
Re: Help with trigger
« Reply #2 on: 02 Oct 2018, 22:53 »
Great , so to confirm if I use market_length*60/(1609*60) it will only bet after 60 seconds per mile inplay?

  • Administrator
  • Posts: 8826
  • Gender: Female
*
Re: Help with trigger
« Reply #3 on: 03 Oct 2018, 09:12 »
That's correct.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 185
Re: Help with trigger
« Reply #4 on: 03 Oct 2018, 23:20 »
Thank you ,

would the this work: selections trigger expression winplace_minutes_since_the_off is equal or greater than market_length*60/(1609*60) ?

  • All members
  • Posts: 185
Re: Help with trigger
« Reply #5 on: 04 Oct 2018, 18:45 »
hi ,

could you take a look at the attached and tell me why its not working please?

  • Administrator
  • Posts: 8826
  • Gender: Female
*
Re: Help with trigger
« Reply #6 on: 05 Oct 2018, 07:15 »
Quote
would the this work: selections trigger expression winplace_minutes_since_the_off is equal or greater than market_length*60/(1609*60) ?

No, this wouldn't work because minutes_since_the_off is not a valid market variable, but this should work no problem:

Market's Minutes since the off is equal or greater than winplace_market_length*60/(1609*60)

Provided that you check this condition from inside a Place market, with the corresponding Win market being refreshed as well.

hi , could you take a look at the attached and tell me why its not working please?

Please create a trigger request for that:

Make me a trigger
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 185
Re: Help with trigger
« Reply #7 on: 05 Oct 2018, 09:17 »
Great , I have the formula working now. I don’t need to make a new trigger I just need to understand if this would work then I am sorted thank you:

Select trigger expression winplace_market_length is greater or equal to 1600

Is the above valid or not?

Thanks again

  • Administrator
  • Posts: 8826
  • Gender: Female
*
Re: Help with trigger
« Reply #8 on: 05 Oct 2018, 17:51 »
Quote
Select trigger expression winplace_market_length is greater or equal to 1600

Is the above valid or not?

Yes, the above is a valid condition.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 185
Re: Help with trigger
« Reply #9 on: 05 Oct 2018, 20:31 »
Great thanks,

Trigger is working. However, it’s just betting on races over 1 mile but I want it to bet on 1 mile and over. What value do I need to set ? It’s currently 1600.

  • Administrator
  • Posts: 8826
  • Gender: Female
*
Re: Help with trigger
« Reply #10 on: 08 Oct 2018, 13:52 »
The condition

Selection trigger expression winplace_market_length is equal or greater than 1609

must allow for races with distance from 1 mile and over.

If the trigger is not making bets, it is happening for some other reasons. Please check the trigger logs for ideas on what might be going wrong.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

 

Please note, BetFair is seems to be currently OFFLINE