Pages:
Actions
  • #1 by chris2785 on 07 Sep 2014
  • Hi, Would it be possible to make the following trigger for me to test.

    Horse Racing in-play - check the favorite and 2nd favorite back price inplay.

    If at any stage in the race the book percentage between the 1st  horse and 2nd horse prices is less than 100% back both horses with proportionate stakes.

    for example:- (the trigger is to constantly monitor for the arb with just the 2 horses)
     horse 1 odds are 1.3 = (1/1.36)*100 = 73.5%
     horse 2 odds are 5.5 = (1/5.5)*100 = 18.18%
    = 91.68%

    place a back bet on each horse proportionate to the odds e.g. horse1 =£80 and horse2 = £19 in the above example of £100 stake (stake to be controlled by a user variable)  - only back when the percentage is below a certain level (to be determine by a user variable)

    This forms part of a wider strategy I have but makes up the bulk of it.

    Thanks in advance.
    Chris


     
  • #2 by mcbee on 07 Sep 2014
  • hi
    is this correct,  horse 1 odds are 1.3 = (1/1.36)*100 = 73.5%
    or should it be 1.3 = (1/1.3)*100 = 76.92
    just checking where the 6 come from.
    so you want to dutch the first 2 favourite's but only when there book% is below your set value.

    mcbee
  • #3 by chris2785 on 07 Sep 2014
  • Hi, yes sorry an error in my maths! Yes Dutch the first 2 but only when the percentage is at a certain level controlled by a variable.

    Thanks
    Chris
  • #4 by chris2785 on 07 Sep 2014
  • Also control the stake by user variable

    Thanks
    Chris
  • #5 by mcbee on 07 Sep 2014
  • hi
    here is your trigger
    in the constants you can set
    bet amount to lose
    maximum book%

    please use test mode until you are happy with your settings

    mcbee

    download the trigger below
  • #6 by chris2785 on 07 Sep 2014
  • Perfect, many thanks.

    Chris
Pages:
Actions