Pages:
Actions
  • #1 by dawsonsg on 07 Jan 2015
  • Hi Guys,

    I am attempting to find out if I have any matched lay bets placed in the current market for a trigger I am working on.

    I have tried lay_matched and if I place this in View User Variables in Time Machine the value is always 0.0000000000 (even though there are matched lay bets)

    Even if I could find out how many matched bets I have in the market that would be ok. Am I doing something wrong here, or does anyone have a better solution.

    Steve

  • #2 by dawsonsg on 08 Jan 2015
  • Hi Guys,

    Can someone p[lease help with this?

    Steve
  • #3 by mcbee on 08 Jan 2015
  • hi
    if you want to know how many matched lay bets there are, then use  market_mlnum

    the reason why your lay_matched did not work is because it needs a rank or index number to look at
    s_1_lay_matched = index 1
    r_1_lay_matched = rank 1

    but when used in a trigger condition, then lay_matched is ok, because the trigger looks for any selection with a lay matched amount


    mcbee
  • #4 by dawsonsg on 08 Jan 2015
  • Thanks Mcbee
Pages:
Actions