Author Topic: Help with this  (Read 5398 times)

Tags:
  • All members
  • Posts: 24
Help with this
« on: 06 Aug 2012, 14:14 »
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.



  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Help with this
« Reply #1 on: 06 Aug 2012, 16:11 »
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
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 24
Re: Help with this
« Reply #2 on: 07 Aug 2012, 09:04 »
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.

  • All members
  • Posts: 24
Re: Help with this
« Reply #3 on: 07 Aug 2012, 12:15 »
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!

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Help with this
« Reply #4 on: 09 Aug 2012, 16:34 »
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
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Help with this
« Reply #5 on: 10 Aug 2012, 11:32 »
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.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

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

  • All members
  • Posts: 24
Re: Help with this
« Reply #6 on: 10 Aug 2012, 11:55 »
Ok Oxa, good idea. Please notify me when you post it.

Thank you once again Mcbee!

  • All members
  • Posts: 24
Re: Help with this
« Reply #7 on: 22 Aug 2012, 11:44 »
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!

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Help with this
« Reply #8 on: 22 Aug 2012, 11:52 »
hi
change the 6 to 8
this is the max number of runners

mcbee
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE