Addressing win and place markets through variables. Lesson 2. 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
We are often asked the same question over and over again:
How to bet on the selection in Place market that is the favourite in Win market.
That is, there is no need to place any bets in Win markets: they just need to remember the favourite selection and either back or lay on that selection in Place market.
The word "remember" often baffles MF Pro users, as they think they need to create a trigger with the "remember" action, to record the favourite. However this approach is unnecessarily complicated in this case, as you will need more triggers to do the same thing. If you are curious how to do this, read until the end of the article.
My advice is: always use the tools that are invented specially for certain needs. In this case you need to connect win and place markets together, so do use the "winplace_" prefix that is designed exactly for this purpose!
You will need only one trigger to achieve that goal.

Let's look into it: I've selected "Place Markets" as "Markets" because that is where my trigger will actually place the bet. It does not matter that it will also check some parameters of the win market: what matters is where this trigger should perform its action.
For "Selection" I've chosen "First Matching Selection", although it could have been "All Matching Selections" as well, for there will be only one selection that will match the trigger's conditions.
The first trigger's condition needs to start with "Any Selection's", because of "First Match Selection" in the "Selections" field. The program needs some criteria to start filtering out selections. Since usually users ask to limit the price of the bet, I've added the condition "Any Selection's Back Price is less than 5". But if you don't need that condition, make it be always true, for instance "Any Selection's Back Price is greater than 0".
The second condition is the key one: it checks whether the rank (order) of the given selection is equal to 1 in the corresponding win market. The prefix "winplace_" in the variable "winplace_sel_order" tells MF Pro to look for the same selection in the opposite market, and evaluate the trigger variable for that selection.
So what the program does, step by step, is take all selections from the Place market whose price is less than 5.0. Then for each such selection it finds a match in the win market and check that selection's rank. Once it's found the favourite, it places the bet.
Right-click here to download the trigger file.
This is what you'll get in the end.
Win Market:

Place Market:

Pay attention to the fact that the selection may not be the favourite in the place market as well. In this example "Line Kendie" is the second favourite in the Place market, but MF Pro backed on it because it is the favourite in the Win market.
Complicated way to do this
Here's an example of a more complicated yet working way to achieve the same goals. Compare both examples and draw your own conclusions.

a pig in a poke
of the software in PDF
FORUM
like you
Read this first
of MarketFeeder Pro

