Author Topic: Recovery in Back  (Read 1286 times)

Tags:
  • All members
  • Posts: 26
  • Gender: Male
Recovery in Back
« on: 14 Aug 2017, 07:29 »
Hello!
How do I put to recover the lost stake + profit on a trigger in back?
Thank you!

  • All members
  • Posts: 44
  • Gender: Male
Re: Recovery in Back
« Reply #1 on: 15 Aug 2017, 18:32 »
Hi,

There is a variable, "last_lost" which is the amount lost since the last win, which I think is what you want. 

Set up a "set user variable" 

amt_to_bet = default_backa + last_lost

or however you want to calculate the amount to bet. Could be

amt_to_bet = default_backa + 1.10 * last_lost

to recover 110% of what you have lost.

NOTE: You don't really use the equal sign, but rather use the variable name and value parts of the "set user variable" trigger.

Then use a "back" trigger on Favourite, with amount "amt_to_bet".

As ever, try in test mode first.

Jim

  • All members
  • Posts: 26
  • Gender: Male
Re: Recovery in Back
« Reply #2 on: 15 Aug 2017, 23:54 »

Many thanks for your help Jim.
Unfortunately my English is not very good. Can you help me by putting this variable in the attached trigger?

  • Moderator
  • Posts: 3597
*
Re: Recovery in Back
« Reply #3 on: 16 Aug 2017, 19:27 »
Hi
you can also use a formula in the amount field where you have "ba"

this will use ba as the initial back amount, or will double the back amount after each loss:
IF(losses=0, ba, hist_1_backa*2)


 
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: 26
  • Gender: Male
Re: Recovery in Back
« Reply #4 on: 17 Aug 2017, 03:51 »
Hi
you can also use a formula in the amount field where you have "ba"

this will use ba as the initial back amount, or will double the back amount after each loss:
IF(losses=0, ba, hist_1_backa*2)


 
Thanks!

 

Please note, BetFair is seems to be currently OFFLINE