Pages:
Actions
  • #1 by meglio on 04 Dec 2012
  • What if I've set user variable GOOD_TO_PLAY in previous trigger, and next trigger I want to run only if GOOD_TO_PLAY is true - how would I do it?

    In general, how would I add trigger conditions with boolean expressions envolving user variables?
  • #2 by mcbee on 04 Dec 2012
  • hi
    you would need to have a trigger to zero the GOOD_TO_PLAY once per market, with no conditions.
    then with your other trigger set the GOOD_TO_PLAY amount to 1
    if all your conditions are meet.
    in your betting trigger you have the condition
    and selections trigger expression GOOD_TO_PLAY is equal to 1


    mcbee
  • #3 by meglio on 04 Dec 2012
  • Thanks, looks easy.
    But must it be "selections trigger expression" exactly, or it can be other expression and why? Like "Any other selection trigger expression" etc.

    Anton
  • #4 by mcbee on 04 Dec 2012
  • hi
    because you are using the   selections trigger expression   to read what the variable has stored.

    mcbee
Pages:
Actions