Author Topic: Lay-Dutching with loss recoupment Trigger  (Read 1217 times)

Tags:
  • All members
  • Posts: 13
Lay-Dutching with loss recoupment Trigger
« on: 04 Mar 2016, 09:40 »
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

  • Moderator
  • Posts: 3597
*
Re: Lay-Dutching with loss recoupment Trigger
« Reply #1 on: 04 Mar 2016, 18:24 »
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.
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE