Hi
I have been trying for some time to work out how the Place betting and Win betting links work, using the likes of winplace, sel_id and “remember”. The attached triggers have been a bit of a trial for me in a few areas. Can someone please answer my questions to try to help me with my understanding and progress ?:
FIRSTLY, PlaceMktsTest.mft
In the 1550 Southwell, the 7th fave (at least as I write) is Son Vida but the 7th fave in the place mkt is a different horse (SpiritofXaar), and Son Vida is 8th favorite in Place Mkt
(note: if you want to run it, you will probably have to tweak the parameters to find races and horses with different ranks in the 2 markets, as the odds for races are obviously changing rapidly at this time of day with low liquidity. 2030 Kempton is a good one to try)
1) I first set some user variables to view them through the program and try to understand how they work.
i) Having read the manual I thought sel_order could be the rank of the horse in the relevant market (win or place) but both SelOrderWin and SelOrderPlace show the ChosenHorse figure (eg. 7) throughout the time the trigger block is running (I hoped for 7 and
?
ii) Sometimes the SelNamewin shows Son Vida which is what I want as it is the ChosenHorse (7th win fave) and SelNamePlace shows Xaar (as I hoped). However sometimes the two are switched around (sometimes just late in the program), ie. 7th fave win horse shows as SelNamePlace and 7th fave place horse is shown as SelNamewin. I am getting very confused so please advise!
2) In the final trigger, I wanted it to remember SelNameWin (the 7th win mkt favorite) and back that horse (name) in the Place Market. No doubt ive got many of the settings, syntax or conditions wrong as at present it is backing everything on the place market, or sometimes nothing??
I did wonder if the “Selection’s sorting order is defined by back price” might help me somewhere so trialled putting that in one place too, but couldn’t notice any difference it made or if it was relevant.
SECONDLY, PlaceMktstest2.mft
3) There is a simple condition based on win and place ranks in the initial win market back. Is it possible to improve my conditions (towards what id actually want) by writing code that represents similar things to:
- If place rank of a top 3 faves Win odds horse is outside the top 3 place rankings?
- if place rank of a horse is 2 or more greater than its win rank? E.g. for 5th win fave would check to see if it was 7+ favourite in place market?
I hoped sel_order would do this kind of thing but as i wrote in 1) then it doesnt seem to?
4) When i view sel_id and sel_name in the View User Variables box then they only seem to take on the value of the favourite? Why is this, as i expected them to show the second favourite and other horses too?
The trigger block then goes on to try to "remember" the second favourite if there are any win bets placed on it , and then to place some place bets if so. It largely seems to work
5) Is there a neater way to remember 4th and 5th favorites on win market's sel_ids, or do i need to have two remember statements as i currently have?
6) Is there a way of referring to / betting on the place market on 7th,8th favorite etc in a 12 runner race, as the way ive done it then can only name up to 5th fave or 3rd worst fave?
Many thanks
limrick