Pages:
Actions
  • #1 by steve10 on 04 Mar 2016
  • Hello,

    just testing some triggers, also testing this one Lay-Dutching with loss recoupment from the "learning session".

    What is her the constant liability for?
    Is it possible to set an amount in the trigger for starting from the minimal bet if the bet size exeeds for example 50€?

    Best regards
    Steve
  • #2 by MarkV on 04 Mar 2016
  • Hi
    Looks like the max_liab constant stops the trigger from betting if the maximum liability on the lay bets is greater than max_liab.

    If you want to limit the bet size to 50.00, in the Dutching trigger try changing the expression in the Amount to win field
    from: current_bet
    to: IF(current_bet > 50.00, am_to_win, current_bet)

    please test in test mode.
Pages:
Actions