Author Topic: Max liability fixed units  (Read 1042 times)

Tags:
  • All members
  • Posts: 12
  • Gender: Male
Max liability fixed units
« on: 13 Feb 2020, 10:43 »
Hello. When using the Martingale O/U goal lines trigger, I would like to define a max liability for each bet. Also, I would like it to be in fixed units rather than percentage of bank. Is this possible and if so how to do it? Many thanks in advance.

  • Moderator
  • Posts: 3605
*
Re: Max liability fixed units
« Reply #1 on: 13 Feb 2020, 16:00 »
Hi
in the backing trigger amount field you can edit the formula to use an IF statement, for example max liability 30.00
IF(bet_size + current_lss/(back_price-1)<30.00, bet_size + current_lss/(back_price-1), 30.00)
but I don't know what that will do to the recovery, please test in test mode.

if you have exact requirements for modifying this trigger maybe its better to put in a trigger request 
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.

  • All members
  • Posts: 12
  • Gender: Male
Re: Max liability fixed units
« Reply #2 on: 13 Feb 2020, 16:39 »
Thanks very much.

  • Moderator
  • Posts: 3605
*
Re: Max liability fixed units
« Reply #3 on: 13 Feb 2020, 16:43 »
I was just looking, the trigger seems to be fixed unit initial bet, not percentage of bank, are we are talking the same trigger:
https://marketfeeder.co.uk/learn/triggers/goal-lines-martingale/
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.

  • All members
  • Posts: 12
  • Gender: Male

  • Moderator
  • Posts: 3605
*
Re: Max liability fixed units
« Reply #5 on: 13 Feb 2020, 18:15 »
ok, this is the over / under martingale where you need to load all the over / under markets. I was confused by your first post about goal lines because there is another martingale for the goal lines market.

this trigger is laying, the formula for fixed liability for laying is: liability/(lay_price-1)
e.g. 30.00/(lay_price-1)
for a fixed liability of £30.00
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.

  • All members
  • Posts: 12
  • Gender: Male
Re: Max liability fixed units
« Reply #6 on: 14 Feb 2020, 09:45 »
Thanks. Is that the formula for fixed liability or fixed max liability? I'm looking for the ladder.

  • Moderator
  • Posts: 3605
*
Re: Max liability fixed units
« Reply #7 on: 14 Feb 2020, 15:47 »
Like above you can try using an IF statement

this is what is currently in the amount field:
init_bet + current_lss/(1-commission)

IF(init_bet + current_lss/(1-commission)<30.00, init_bet + current_lss/(1-commission), 30.00/(lay_price-1))
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.

  • All members
  • Posts: 12
  • Gender: Male
Re: Max liability fixed units
« Reply #8 on: 14 Feb 2020, 15:58 »
Thanks again.

 

Please note, BetFair is seems to be currently OFFLINE