Pages:
Actions
  • #1 by layfavin on 02 Oct 2018
  • 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?
  • #2 by Oxa (WellDoneSoft) on 02 Oct 2018
  • 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.
  • #3 by layfavin on 02 Oct 2018
  • Great , so to confirm if I use market_length*60/(1609*60) it will only bet after 60 seconds per mile inplay?
  • #4 by Oxa (WellDoneSoft) on 03 Oct 2018
  • That's correct.
  • #5 by layfavin on 03 Oct 2018
  • Thank you ,

    would the this work: selections trigger expression winplace_minutes_since_the_off is equal or greater than market_length*60/(1609*60) ?
  • #6 by layfavin on 04 Oct 2018
  • hi ,

    could you take a look at the attached and tell me why its not working please?
  • #7 by Oxa (WellDoneSoft) on 05 Oct 2018
  • 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
  • #8 by layfavin on 05 Oct 2018
  • 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
  • #9 by Oxa (WellDoneSoft) on 05 Oct 2018
  • 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.
  • #10 by layfavin on 05 Oct 2018
  • 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.
  • #11 by Oxa (WellDoneSoft) on 08 Oct 2018
  • 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.
Pages:
Actions