Author Topic: price difference  (Read 1090 times)

Tags:
  • All members
  • Posts: 12
price difference
« on: 26 Mar 2017, 13:17 »
Hi, I am quite new so I got basic question:

How to check price difference between favourite and second favourite? back and lay?


  • Moderator
  • Posts: 3597
*
Re: price difference
« Reply #1 on: 26 Mar 2017, 20:22 »
Hi
for tick difference use g_ticks(price1, price2)
r_ = rank

example:
price difference in ticks between favourite back price and second favourite back price
g_ticks(r_1_back_price, r_2_back_price)
condition would be:
selections trigger expression g_ticks(r_1_back_price, r_2_back_price) is greater than 20

or for price difference just subtract the prices
r_2_back_price - r_1_back_price

Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 12
Re: price difference
« Reply #2 on: 27 Mar 2017, 05:13 »
Very helpful, so simple - big thanks :)

 

Please note, BetFair is seems to be currently OFFLINE