Forum

FAQs and other general questions are answered here
#29871
I want to be able to bet on the winning trap of the first race on all subsequent races. So for example if trap 1 wins race 1 at Romford, I want a strategy to kick in and bet on trap 1 for all races at Romford. I then want that strategy to stop at winner regardless of profit or loss. I have setup some strategies to achieve this but in total theres 12 per course. 6 that put a 1p bet on the first race for each trap. Then theres another strategy for each trap that starts putting bets on if the strategy monitoring the trap for the first race has a profit.

Is there a more graceful way of achieving my goal?
Attachments
(6.27 KiB) Downloaded 537 times
#29872
You can use rule "Market conditions->Bet after X favorite/runner wins or losses" rule to check for number of wins/losses by runner by position 1 (trap 1). Also you can add Venues filter to this rule so that it counts only wins on that specific track/venue.

That way you can create one strategy per track/venue.
#29873
How would I achieve this for all traps though? If I have a strategy as you described per trap per track then in the event trap 1 wins race 1 and trap 2 wins race 2 then both strategies would start to kick in as the winners are >= 1 for both traps. I have attached my strategies to give an example of the config which is seeing this problem.

To be clear I'm looking for is a simpler way to back the trap that won the first race until that trap wins again (even though it may not). Regardless of which number the trap is.
Attachments
(4.68 KiB) Downloaded 542 times
#29874
For each trap you need to create separate strategy. One strategy for trap 1, second strategy for trap 2 and so on.

Then for each venue/track separate strategy again. That will be 6 strategies per venue.

This eliminates the need to use 2 strategies per trap, no need to place bet and check to see if that bet won or lost like in your first post.
#29875
Ok, I'm understanding that and that is much like I've attached. However with that configuration how do I filter on each strategy im bothered about the result of the first race only?

Using the "Market conditions->Bet after X favorite/runner wins or losses" rule configured with looking at >0 wins for the trap the strategy is for is a good start, however lets say the following happens:

Race 1 - trap 1 wins
Race 2 - trap 2 wins

That means the strategy for trap 1 and trap 2 will both start to fire right? How can I filter it so that only the result of race 1 is used?