Pages:
Actions
  • #1 by GoalScorer on 02 Oct 2016
  • Hi!

    I can't figure out how this should be done.

    I want to bet selections, but only if 3rd lowest actual sp (3rd favourite at the start) is higher than X price.

    I have made remember selections trigger and after that will back with condition Selection's Trigger Expression mysels_3_actual_sp is...

    Doesn't always work. Sometimes mysels_3 is wrong nr 3.

    Please help. Thanks.
  • #2 by MarkV on 02 Oct 2016
  • Hi
    depends which selections you want to bet, I don't think you need to use a remember trigger because actual_sp is available during in-play, try this:

    any of your conditions first... and then
    and selections sorting order is defined by actual_sp
    and selections trigger expression match_3_actual_sp is greater than x

    this will filter your selections, sort them by actual_sp, and check the third lowest matching selections actual_sp is greater than x   
  • #3 by GoalScorer on 02 Oct 2016
  • Hi!

    Sorry but it doesn't work. It should lay or back all matching selections (including the 3rd lowest), if they price is below x price.

    Tested in one market. 3rd lowest SP is 2.28, so it should have fired but didn't.

    Thanks for helping!
  • #4 by MarkV on 02 Oct 2016
  • ok try:

    selections sorting order is defined by actual_sp
    and selections trigger expression actual_sp is equal or less than match_3_actual_sp

    edit: and these conditions have to be executed in-play, where market supports SP
  • #5 by GoalScorer on 03 Oct 2016
  • Hi!

    Thanks! It's working better  :)

    One another question. I want to bet 2 selections. One with same index always and one with two choices. How can I compare, which selection's Actual SP is lower?

    For example always horse index 2 + index 5 or 6 depends which is lower (just hypothetical).

    Thank you!!  ;D
  • #6 by MarkV on 03 Oct 2016
  • Hi
    Please try these conditions including the condition block:

    selections index is equal to 2
    OR
        selections index is not equal to 2
        and selections sorting order is defined by actual_sp
        and selections actual starting price is equal to match_1_actual sp

    you can try this another way:

    selections index is equal to 2
    OR
        selections index is not equal to 2
        and selections sorting order is defined by actual_sp
        and selections actual starting price is the minimum


    edit; one more to try:

    selections index is equal to 2
    OR
        selections index is not equal to 2
        and selections sorting order is defined by actual_sp
        and selections trigger expression match_index is equal to 1
Pages:
Actions