Limiting the liability of a bet BetFair betting bot - MarketFeeder Pro - triggered automated betting software
- FAQ
- How to make a trigger start 45 sec after or before the off?
- After I started MF Pro and opened 'Triggers', I can't see the triggers I added last time
- How do I stop it betting when my balance reaches certain level?
- My triggers are not working. What to do?
- How to calculate the amount I want to back to win £100?
- How can I apply staking plans?
- How can I cancel a trigger if another trigger has worked?
- How do I compare the current price with that 1 hour ago?
- How to bet a percent of the total bank
- How to bet on a selection based on its position in the list, and not its price
- How to make a trigger bet the default betting amounts specified for the market
- How to check or uncheck all selections in the market
- How to bet to a fixed liability/payout
- How to bet on the selection with the specific BetFair order
- How to cancel all unmatched bets if at least one was matched
- How to cancel unmatched bets and post them at the best price before the start of the event
- How to Dutch Selections Chosen By Specific Conditions
- How to bet in races with a specific number of runners?
- How to stop betting after x wins/losses in a row?
- How to back at lay odds and lay at back odds?
- How to eliminate the loss on possible winners In-Play?
- How to apply triggers to specific markets
- How to apply various stop-loss methods
- How to determine whether the previous event affected by a trigger has finished
- How to apply the 'Fill or kill' rule?
- Betting on selections whose IDs are given in Excel
- How to bet in horse races with specific distance
- Maximum Number of Markets - Some Notes
- Do I need to have MS Excel installed to run MarketFeeder Pro?
- Can MarketFeeder Pro trade in different currencies?
- Is it limited in bet size?
- Does it support multiple markets?
- What does Triggered Betting mean?
- Can I run my own macros in the spreadsheet connected to MarketFeeder Pro?
- How can it help me to earn money?
- Do I have to pay extra-fee for using BetFair API?
- I don't see a suitable trigger in the Trigger Examples
- What can I do if I connect MarketFeeder Pro to Excel?
- What is Auto-Greenup?
- How many triggers can I maintain at the same time?
- Can I connect external spreadsheets to MarketFeeder Pro?
- Will I be able to use the software at my home AND at my work?
- What markets can I trade in?
- Can I set up a trigger that watches or bets on several runners?
- Can MarketFeeder Pro bet in In-play markets?
- Can I check an event's state (for example Suspended or In-play) in my triggers?
- What happens to my Dutching bets when one or more runners are withdrawn?
- What options can I set for Auto-Dutching?
- How would I set up a trigger that allowed me to dutch the top four runners?
- I have 2 Betfair accounts and run 2 systems I'd like to work on both Betfair accounts using your software - one from my pc and one from my laptop. Is that possible?
- Can I save and recall defined triggers, pass them to another user?
- Can I sell triggers?
- Is it safe to use MarketFeeder Pro?
- Can I test my staking plans with MarketFeeder Pro?
- Starting MF pro causes unexpected closing. Why?
- Excel Cell References
- Cell Addressing
- Text and Values in One Cell
- How To Use Excel IF Function
- Functions
- How to Determine whether VBA is Enabled
- Adjusting formulas to your Regional Settings
- Excel AND Function
- Excel Date and Time Format
- How to optimize the load on computer resources
- Choosing your own winners when testing a system
- How to apply triggers to specific selections
- How to make staking plans work for my trigger
- Working with User Variables. Lesson 1
- Working with User Variables. Lesson 2
- Using Command Line to start the program
- Limiting the liability of a bet
- Dutching in place markets (markets with multiple winners)
- Transferring funds between main and Australian wallets
- Addressing win and place markets through variables. Lesson 1.
- How to know which trigger is working at the moment?
- Bets below the minimum - important information
- Controlling the number of betting transactions
- Betting at Starting Price (SP)
- Addressing win and place markets through variables. Lesson 2.
- Choosing the favourite among imported selections
- Tips for Programmers
- Tips based on the results of the first Trigger Battle
- ASK YOUR OWN QUESTION
- English
- Switch per la lingua italiana
In this article we are going to show how to place a bet whose liability does not exceed the specified limit, using a trigger.
For example, I want to lay 10% of my bank on the third favourite, but only if the total liability of my bet does not exceed £100.
Let's take a look at this market:

Here the third favourite is "Pallantes Cross". Suppose, my bank is £200, so I want to lay £20 on this selection. To find out the possible liability of the bet I right-click on the lay button of this selection and enter the amount of the stake into the appropriate text field:

The program shows that the liability will be -£152. That is more than £100, so how do I create a trigger that will lay to the maximum liability of £100?
First of all, I'll add a trigger that defines the size of my bet:

The formula says:
0.1*IF(test_mode=1, test_balance, balance)
I created a user variable called my_bet, to make the further calculations easier. This way I tell the program to take 10% of the test balance, if Test Mode is turned on, or the real balance, if Test Mode is turned off.
Now I'll add the second trigger:

The formula says:
IF(my_bet*(lay_price-1) > 100, 100/(lay_price-1), my_bet)
What does it mean? As you know, the liability of a lay bet is calculated as (stake size)*(lay price - 1). In this case the size of the stake is stored in the variable my_bet, so the liability of the bet is:
my_bet*(lay_price-1)
The formula therefore checks if the liability is greater than £100. If it is, it lays 100/(lay_price-1). This way the liability of the bet will be exactly £100.
If it is not greater than £100, then it simply bets the intended stake size.
I'll set my test bank to £200 and run the triggers.

The trigger limited the liability to £100 (the 0.03 fraction appears because of rounding errors). The stake size was calculated automatically.
Now I'll reduce my bank to £50 and will repeat the trigger.

While I was creating this example, the third favourite changed to "Invincible Prince". Since 10% of the bank make £5, and the liability of the bet does not exceed £100, the program placed £5 at 7.2.
Right-click here to download the trigger file.
Note: you can set the minimum size of the bet to avoid laying below the allowed minimum. To do this, add the following conditions to the trigger:

Here it is supposed that £2 is the minimum bet size, and £100 is the maximum liability.
Change any of these fields to whatever you want.
a pig in a poke
of the software in PDF
FORUM
like you
Read this first
of MarketFeeder Pro

