Author Topic: Last Loss Recoup  (Read 3093 times)

Tags:
  • Nerd
  • Élite
  • Posts: 462
  • Gender: Male
  • I think I could be on to something here!
*
Last Loss Recoup
« on: 23 Jan 2013, 10:38 »
http://marketfeeder.co.uk/solutions/staking-plans/recoup-loss-4-steps/

I help need modifying the above slightly.

I will be recouping losses over two steps, but should a loss happen while recouping .. only recoup the base amount that would have been lost.

Example: Laying 10 at even money 2.00 and recouping over 2 bets

+10 [won]
-10 [loss @2.00]
+15 [10 + 5 half previous loss won]
+15 [won]

that was easy .. now the complex part

+10 [won]
-10 [loss]
-15 [loss] at this loss, I want to ignore the additional 5 lost and forget about the 10 lost earlier ... just try to recover the 10 lost here
+15 [won] bet to recover the base 10 not 25
+15 [won]


Fortune favors the brave!

  • Nerd
  • Élite
  • Posts: 462
  • Gender: Male
  • I think I could be on to something here!
*
Re: Last Loss Recoup
« Reply #1 on: 23 Jan 2013, 13:08 »
Never Mind .. done in 3 triggers.

start of the day or on a winning run
Trigger 1 : conditions
hr_last_lost = 0
hr_last_won >= 0
hr_hist_1_pl >= 0
hr_hist_2_pl >= 0


Last one lost
Trigger 2: conditions
hr_hist_1_pl < 0
Amount: default_laya + ((hr_hist_1_layp - 1)*default_laya)/2


last 1 won - One leg to recover
Trigger 3: Condition
hr_hist_1_pl >= 0
hr_hist_2_pl < 0
Amount: default_laya + ((hr_hist_2_layp - 1)*default_laya)/2


Fortune favors the brave!

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Last Loss Recoup
« Reply #2 on: 23 Jan 2013, 15:37 »
hi  1oser
happy new year.
well done you answered your own question.
NOW, you need to add new triggers to cover at least 2 more losses.
always double your known amount by 2 or better 3 else 0, only you know your limit, from past records.


mcbee
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.

  • Nerd
  • Élite
  • Posts: 462
  • Gender: Male
  • I think I could be on to something here!
*
Re: Last Loss Recoup
« Reply #3 on: 24 Jan 2013, 07:15 »
This is the limit .. I don't want to chase to hard as the amounts get out of hand quickly.
Fortune favors the brave!

 

Please note, BetFair is seems to be currently OFFLINE