Pages:
Actions
  • #1 by Delgadinho on 06 Aug 2012
  • Hi,

    I need a trigger that should work like this: (Greyhound market)

    Wait for the first race to end and then lay according this:
    If trap 1 won, bet on trap 2
    If trap 2 won, bet on trap 3
    If trap 3 won, bet on trap 4
    If trap 4 won, bet on trap 5
    If trap 5 won, bet on trap 6
    If trap 6 won, bet on trap 1

    I also need this trigger to have a recovery loss option, so when i lose one or more consecutive bets, the next one should recover all the losses.

    Thank in advance.


  • #2 by mcbee on 06 Aug 2012
  • hi
    do not delete settled markets
    your condition
    and selections index is equal to IF(pw_1_sel_index=6,1,(pw_1_sel_index+1))
    (all your other conditions, odds,time of bet etc)

    your amount to bet
    (your set stake)+last_lost

    mcbee
  • #3 by Delgadinho on 07 Aug 2012
  • Hi Mcbee, thank you for the tip, but i canĀ“t seem to get it work. Is it possible to create the trigger yourself and attached it for me? Im a rookie in the MF and i'm not very familiarized with this software.

    Thank you once again.
  • #4 by Delgadinho on 07 Aug 2012
  • Hi again, Mcbee,

    I've got it right now.

    Now what if i want to change the order of betting, let's say:

    If trap 1 wins, bet on trap 3 or if trap 3 wins bet on trap 5...

    Wich parameters should i modify in this trigger?

    Thanks in advance!
  • #5 by mcbee on 09 Aug 2012
  • hi
    this is the part to alter.

    =6,1,(pw_1_sel_index+1

    change the =6,1  to   =6,2

    change the +1  to  +2

    mcbee
  • #6 by Oxa (WellDoneSoft) on 10 Aug 2012
  • Well done Mcbee as always!

    Delgadinho, I'm going to make a trigger example out of your request, so it'll be published on our web site.
  • #7 by Delgadinho on 10 Aug 2012
  • Ok Oxa, good idea. Please notify me when you post it.

    Thank you once again Mcbee!
  • #8 by Delgadinho on 22 Aug 2012
  • Hi,

    I also would like to try this trigger in the Australian greyhounds races but  i need to extend the number of runners from six to all the runners in each race. Is there a way to do it?

    Thanks in advance!
  • #9 by mcbee on 22 Aug 2012
  • hi
    change the 6 to 8
    this is the max number of runners

    mcbee
Pages:
Actions