The trigger is a arbitrage concept.
I place a back bet with a specific stake of $20.4 (bm_backa)
1. Lay at 'x' ticks lower {eg r_ticks(bm_backp,-20)} than bm_backp, identify selection by bm_backa = 20.4
2. Wait 3 refreshes
3. If unmatched Cancel Lay, go to '5.'
4. If matched, stop
5. Go back to '1.' except now 'x' = 'x' -1 {if x = -3 therefore plus 3 or 3 ticks > bm_backp} leave Lay bet in market as 'Keep'
where x = (time until event_start/5 refreshes)
once per market
once per selection
idle rate = 2 secs
Market = is idle or Suspended
Thank you