Pages:
Actions
  • #1 by tomster on 28 Aug 2013
  • I couldnt find this...

    How do I set criteria that will only place a bet if price gap between Back and Lay price is 0, or 1, whatever number of ticks?

    Thanks!
  • #2 by MarkV on 28 Aug 2013
  • Hi
    The condition will be:
    for 1 tick difference
    and selections trigger expression g_ticks(back_price,lay_price) is equal to 1
    for a maximum number of ticks use:
    and selections trigger expression g_ticks(back_price,lay_price) is less than x
  • #3 by tomster on 28 Aug 2013
  • thanks!
Pages:
Actions