Laying on horses below 10.0, whose price has got higher over the last 10 mins, in races with more than 9 runners
Description
At 15 mins before the off remember all the horses that were priced below 10.0, provided that the fourth favourite's price was less than 10.0.
At 2 mins lay on the remembered horse with the maximum growth, or if its price has grown by at least 2.0 (for example, from 6.0 to 8.0), but only if the following conditions are met:
- its lay price is within the range of 3.5 and 10.0
- the price grew by at least 0.5
- the number of runners is > 9.
Trigger Block
Click here to download the trigger file.
Short Explanation
The block consists of two triggers: the first one remembers the horses with the required parameters. Please bear in mind that in order to run these triggers efficiently, you must start monitoring your markets at least 15 mins before their scheduled beginning, and set the maximum history depth no no less than 14 mins.
The second trigger first finds the horses that were remembered (using the "Affected by Trigger" condition), then checks all other conditions. Pay attention to the condition block inside the second trigger's conditions. It picks either the horse withthe maximum price growth, or any horse who price has grown by more than 2.0. So theoretically, there may be two or more horses that will match the criteria.
Screenshot