81
Triggered betting / Re: Selecting a runner based on bsp
« Last post by MarkV on 03 Jun 2025, 17:05 »Hi
The conditions are:
selections actual starting price is equal or greater than 5.00
and selections sorting order is defined by actual_sp
and selections trigger expression match_index is equal to 2
this will bet on the second higher BSP selection above 5.00
e.g.
BSP 2.50
BSP 5.50
BSP 6.20 <--- bet
BSP 7.00
for the amount of money available at BSP (live as soon as BSP is known):
back side: b_offered_r_ticks(actual_sp, 0)
lay side: l_offered_r_ticks(actual_sp, 0)
r_ticks(price, 0) is used to get the correct price increment
The conditions are:
selections actual starting price is equal or greater than 5.00
and selections sorting order is defined by actual_sp
and selections trigger expression match_index is equal to 2
this will bet on the second higher BSP selection above 5.00
e.g.
BSP 2.50
BSP 5.50
BSP 6.20 <--- bet
BSP 7.00
for the amount of money available at BSP (live as soon as BSP is known):
back side: b_offered_r_ticks(actual_sp, 0)
lay side: l_offered_r_ticks(actual_sp, 0)
r_ticks(price, 0) is used to get the correct price increment


Recent Posts