I want to trickle back bets from 2mins before the off up to a matched bet book %.
Using an Excel sheet I may have 8 selections marked as possible bets that total 87%.
My formula for the trickle bet is
Minutes before the Off is less than 2 - (sel_order*0.833)
thus the lowest ranked selections will be submitted first.
My last conditions needs to check the matched book %
Thus I was thinking
matched_b_book is less than 70 but this will total all my matching selections not bets that have been 'matched' on
BetFair.
Is there a variable I have missed that will sum my 'bet matched' book %?
Otherwise I thought a user variable that will sum all bets are lodged.
set mmbpct to zero each race
mmbpct = 1/bm_backp + mmbpct
Any suggestions?