Author Topic: Only bet if 3rd favourite's Actual SP is below X  (Read 1580 times)

Tags:
  • All members
  • Posts: 123
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.

  • Moderator
  • Posts: 3597
*
Re: Only bet if 3rd favourite's Actual SP is below X
« Reply #1 on: 02 Oct 2016, 19:20 »
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   
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 123
Re: Only bet if 3rd favourite's Actual SP is below X
« Reply #2 on: 02 Oct 2016, 19:44 »
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!

  • Moderator
  • Posts: 3597
*
Re: Only bet if 3rd favourite's Actual SP is below X
« Reply #3 on: 02 Oct 2016, 20:18 »
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
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 123
Re: Only bet if 3rd favourite's Actual SP is below X
« Reply #4 on: 03 Oct 2016, 15:57 »
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

  • Moderator
  • Posts: 3597
*
Re: Only bet if 3rd favourite's Actual SP is below X
« Reply #5 on: 03 Oct 2016, 19:10 »
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
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE