Pages:
Actions
  • #1 by evero on 12 Jun 2013
  • Hi all

    I am quite new around here although I've been using MFP for 3-4 months. I need your help please. I want to build up a trigger to show me the number of consecutive losses or wins for all the traps in greyhound races. My strategy is to enter the market with a soft recovery stake plan when the losing run / winning streak of any trap exceeds a certain number. Is it possible ?
    thank you.

    evero
  • #2 by mcbee on 12 Jun 2013
  • hi
    this trigger will record the wins and losses in a row.
    you must not delete settled/finished markets, the trigger needs the last market for information.
    to see the values open the variable screen and type
    trap1w
    trap1l
    trap2w
    trap2l
    etc to trap6
    to use the records in your betting trigger after x wins in a row use
    and selection's trigger expression trap1w is equal or greater than (the number of wins in a row)

    to use the records in your betting trigger after x losses in a row use
    and selection's trigger expression trap1l is equal or greater than (the number of losses in a row)

    do this for whatever trap you want to bet on.


    mcbee

    download the trigger below

  • #3 by evero on 12 Jun 2013
  • Thanks a lot MCBEE! that's great!
Pages:
Actions