Pages:
Actions
  • #1 by pjzan on 21 Jan 2013
  • How i can do reference in mfp to a null price?

    Imagine back in 3.5 and lay price not exist.

    That is that i want know. How mfp calls to the null price?

    Regards
  • #2 by mcbee on 21 Jan 2013
  • hi
    if you only want to place a back bet if the lay side has a price, then
    and selections trigger expression lay_amount is equal or greater than 1.01

    but you are better to use
    and selections back price is equal or greater than r_ticks(lay_price,-3)
    this will only place a bet if the back and lay prices are within 3 ticks of each other.


    mcbee
  • #3 by pjzan on 22 Jan 2013
  • Thanks mcbee.

    But i need to offer a lay bet if lay price dont exist.

    How i can?
  • #4 by mcbee on 23 Jan 2013
  • hi
    in the price box, put
    r_ticks(back_price,-3)
    this should place a lay bet of 3 ticks less than the back price
    alter the -3 to a price that you would like to place.


    mcbee
Pages:
Actions