Pages:
Actions
  • #1 by meglio on 04 Dec 2012
  • Eg, I want first trigger to find selections by some criteria and remember in a user variable.

    Next, after few hours, in the 2nd trigger I want to back what I've remembered.

    How to do it?

    Regards,
    Anton
  • #2 by mcbee on 04 Dec 2012
  • hi
    trigger (name of your first trigger) number of runs per selection is greater than 0


    mcbee
  • #3 by meglio on 04 Dec 2012
  • Ok, this is condition when to run 2nd trigger.
    But how to let 2nd trigger operate only on selections of 1st trigger?
    For example, 2nd trigger must only place bets for selections remembered in 1st trigger.

    Thanks,
    Anton
  • #4 by mcbee on 04 Dec 2012
  • hi
    because the first trigger will only activate on the selection the meets your conditions.
    so number of runs per selection will be the selection that the second trigger wants.
    if you want to remember more than 1 selection, then you will have to use the remember trigger, as this will store all selections that meet your conditions.


    mcbee
  • #5 by meglio on 04 Dec 2012
  • Sorry still unclear...

    I cannot understand how to let 2nd trigger, for example, place only bets for selections found by 1st trigger? Please can you help me to understand this.

    Regards,
    Anton
  • #6 by mcbee on 04 Dec 2012
  • hi
    with mfp V6 , it had the condition
    and selections affected by (the name of your first trigger)
    in V7 this is replaced by  number of runs per selection
    so  number of runs per selection   means  selection affected by your first trigger.


    mcbee
  • #7 by meglio on 04 Dec 2012
  • Hmm, ... interesting.

    So "number of runs per selection" acts as a filter, right?
  • #8 by mcbee on 04 Dec 2012
  • hi
    yes.

    mcbee
  • #9 by meglio on 04 Dec 2012
  • Ok, got it. Thank you!
Pages:
Actions