Pages:
Actions
  • #1 by tomster on 08 Sep 2013
  • I'm not sure how to do this.

    For example.

    I want to place Back bet on "Correct Score", "0 - 0" selection if odds in "Match odds" are in specific range on "Draw".

    How do I check for that?
  • #2 by MarkV on 08 Sep 2013
  • Hi
    You need to use the Remember action. It is shown in the attached trigger file.
    Please try in test mode.
    You can set the price range for The Draw in the constants
  • #3 by tomster on 08 Sep 2013
  • nice.

    is "qualify_market_parent_id"  some kind of system variable, or can I use any name for that variable?

  • #4 by tomster on 08 Sep 2013
  • Also..is there some documentation on which variable/function is what? So I don't have to ask all the time :)
  • #5 by MarkV on 08 Sep 2013
  • is "qualify_market_parent_id"  some kind of system variable, or can I use any name for that variable?
    Hi
    "qualify" can be anything you want, but avoid using existing variable names
    "market_parent_id" is a market variable. It is the ID of the "market_parent" see the manual for description.
    For example:
    All markets for a soccer match will have a common market_parent_id
    So by remembering the market_parent_id for conditions in a Match Odds trigger under a name, in this case "qualify_market_parent_id"
    we can trigger an action in another market of the same match, e.g. correct score
    by confirming the "qualify_market_parent_id" variable has been set (i.e. the remember trigger's conditions were met).
    Hope that makes sense.
  • #6 by MarkV on 08 Sep 2013
  • Also..is there some documentation on which variable/function is what? So I don't have to ask all the time :)
    Hi
    The pdf manual is available for download here:
    http://marketfeeder.co.uk/download/MF7_manual_eng.pdf
    The built-in help file is available by clicking the blue question mark in the trigger editor window
    and also by clicking the yellow question mark button top-right on the main screen
Pages:
Actions