Pages:
Actions
  • #1 by dailygrind on 09 Dec 2015
  • I want to write a trigger so it first lays a horse, say 1 min prior to the off, then back that horse at one tick higher than the lay.

    How do I specify the price to back as being one tick higher than the matched lay bet?
  • #2 by Oxa (WellDoneSoft) on 09 Dec 2015
  • There is a special function for this, r_ticks({price}, {number_of_ticks}).

    So in your case it'll be

    r_ticks(bm_layp, 1)

    More details and functions in the manual, section "Triggered Betting - Reference - Operators and Functions".
Pages:
Actions