Author Topic: fixed liability  (Read 4169 times)

Tags:
  • All members
  • Posts: 163
fixed liability
« on: 30 Mar 2011, 13:23 »
Hi, is it possible to lay to a fixed liability based on the current back price + 3 ticks?

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: fixed liability
« Reply #1 on: 30 Mar 2011, 13:35 »
hi
lay trigger
price  r_ticks(back_price,3)
amount  your fixed liability amount /(lay_price-1)

mcbee
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: 163
Re: fixed liability
« Reply #2 on: 30 Mar 2011, 17:21 »
Thanks mcbee, the odds I am laying (in play) are quite high and often the difference between the back and lay prices are vast, will this not lay a fixed liability at the current lay price (which could be 20 ticks above the back) and not the price my trigger is going to lay at? (which is 3 ticks above the back)

Mark

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: fixed liability
« Reply #3 on: 30 Mar 2011, 20:10 »
hi
yes it would use the current lay price, so
amount  your fixed liability amount /((r_ticks(back_price,3))-1)

mcbee
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: 163
Re: fixed liability
« Reply #4 on: 30 Mar 2011, 20:43 »
Thankyou!

 

Please note, BetFair is seems to be currently OFFLINE