Rolling Stop Loss

Post Reply
mgreenough
Posts: 24
Joined: Tue Feb 02, 2021 11:16 am

I created a demo file that collects your start bank at the start of the day and sets a stop loss of 10% of the start balance. This stop loss is used in the conditions section of the lay (or back) bets i.e. only bet if current bank balance is greater than the stop loss. As your bank balance grows the stop loss amount is modified to 10% of the new balance, but if you have a loss then the stop loss is not changed.

So for example

Stop automation if 10% bank lost in a day
Start balance: £100
SV_balance_low: £90

If next bet wins and balance increases to £110, then SV_balance_low is increased to £99
If next bet lost and the bank went down to £95, SV_balance_low will still be set to £90

The idea came about when I had a good run in the morning but then a series of losses in the late afternoon/evening that took the balance down past my start bank. This way the stop loss is always moving forward, never backward so you should end up in profit if you have a few good wins during the day.

You can change the 10% to another value if you wish, by modifying the Stored values in the first two sections
i.e.
0.95 is 5%
0.90 is 10%
0.80 is 20% etc..
Capture1.JPG
Capture2.JPG
Also needs changing in the Conditions section of Increment SV_balance_low rule

Bet Angel Version 1.59 is required to import this file.
You do not have the required permissions to view the files attached to this post.
elofan0
Posts: 462
Joined: Fri Jan 13, 2017 4:44 pm

looks like a good idea thanks for sharing
Oscar
Posts: 38
Joined: Wed Mar 07, 2018 6:29 pm

Perfect, and thanks for sharing.
I was having the exact same problem.
:D
kuicaszar
Posts: 1
Joined: Mon Nov 28, 2011 5:33 am

Hi Guys
Love this idea.. Question? Using Automation, Is there any way to stop a bet on the next race if the previous race has not been settled ( Paid out)
Thank in advance Tom
User avatar
jamesedwards
Posts: 6192
Joined: Wed Nov 21, 2018 6:16 pm

kuicaszar wrote:
Fri Sep 11, 2026 5:36 am
Hi Guys
Love this idea.. Question? Using Automation, Is there any way to stop a bet on the next race if the previous race has not been settled ( Paid out)
Thank in advance Tom
Yes, you can set a stored value at bet angel level to = 1 for any race that is suspended, AND is in-play, AND where there is no selection marked as a winner. Then set that same SV to = 0 once any selection is set as the winner.

Then have a condition on all bet triggers that the above SV must = 0 to trigger.
Post Reply

Return to “Bet Angel Automation - General”