Pages:
Actions
  • #1 by meglio on 12 Feb 2013
  • In my trigger I only want to go ahead and put next bet if all my previous bets are either settled or cancelled at the off / voided / lapsed.

    How can I check such a condition in my trigger?

    Regards,
    Anton
  • #2 by MarkV on 12 Feb 2013
  • Hi
    I am not sure if you saw this recent topic
    http://community.welldonesoft.com/triggered-betting-10/using-'normal'-formulas-in-conditions/

    there are a number of different conditions suggested there.
    the trigger expression which checks the balance and funds are equal is a good idea
    the example is for test mode, you would use the appropriate wallet variables for real mode.
  • #3 by meglio on 12 Feb 2013
  • Interesting idea.
    What if there are some other bets staked manually directly on Betfair website, will it fail?
  • #4 by MarkV on 12 Feb 2013
  • The manual bets will be included in your real mode exposure figure.
    If your exposure amount is greater than 0, the balance and funds will not be equal.
    If you know the "manual" exposure figure you could factor that in.

    Suggestion:
    previous event's status is settled
    or
    previous triggered event's status is settled
  • #5 by meglio on 13 Feb 2013
  • Mark, is it suggestion for me or for MF developers?

    >>> Suggestion:
    previous event's status is settled
    or
    previous triggered event's status is settled
  • #6 by mcbee on 13 Feb 2013
  • hi
    if you use the condition
    and selections trigger expression IF(test_mode=0,uk_funds,test_funds) is equal to IF(test_mode=0,uk_balance,test_balance)
    if you have an unsettled bet/bets then the funds will be less than the balance so no other bet will be placed, when all bets are settled the funds and balance are the same


    mcbee
  • #7 by meglio on 13 Feb 2013
  • Ok, so looks like for now there is no way to do it.

    OK, I'll make a feature request.

    Regards,
    Anton
  • #8 by MarkV on 14 Feb 2013
  • Mark, is it suggestion for me or for MF developers?

    >>> Suggestion:
    previous event's status is settled
    or
    previous triggered event's status is settled
    Hi
    Yes - for you.
    If previous event's status is settled, surely all bets will be settled/cancelled/lapsed or voided?
Pages:
Actions