Pages:
Actions
  • #1 by binsey on 12 Dec 2014
  • What is the correct way to set a remember trigger that remembers the first 3 favourites ranked by their actual sp - ie it will have to rank them at the start of in play ?
    Many thanks
  • #2 by rubold on 12 Dec 2014
  • Try this:

    Selections Sorting order is defined by actual_sp
  • #3 by binsey on 12 Dec 2014
  • many thanks, will give that a go
  • #4 by mcbee on 15 Dec 2014
  • hi
    the condition for the remember trigger would be
    every selections actual starting price is greater than 0
    and selections rank is equal or less than 3

    then you use (remember name)_1_back_price, for the favourites back price

    so you would have trigger
    remember
    set to  create a new list every time
    name  rf_market_id
    conditions
    every selections actual starting price is greater than 0
    and selections rank is equal or less than 3
    once per market

    to check for information
    rf_market_id_1_lay_price
    1=favourite
    2=second favourite
    3=third favourite

    mcbee
  • #5 by binsey on 18 Dec 2014
  • That's great, but seem to be having a problem linking my trigger to the remembered selection.
    I am aiming to remember the favourite as ranked by sp  with the remember trigger then lay
    this, and only this, selection if in play it's lay price reaches a certain value, with the second trigger.
    I've attached the trigger, can you point out my errors please
  • #6 by binsey on 04 Jan 2015
  • any further help with the remembered selection issue would be greatly appreciated
  • #7 by barniani on 08 Jan 2015
  • Bumping this up please. I'd like to know if there's any other way for this.
  • #8 by mcbee on 08 Jan 2015
  • hi
    in your lay trigger you have a   and trigger xxxxxx number of runs
    this should be number of runs per selection

    but if you only want to lay the sp favourite, you only need 1 trigger with the conditions
    and selections actual starting price is the minimum (of all)
    and selections lay_price is equal or greater than 9



    mcbee
Pages:
Actions