Author Topic: Condition for Past Suspended Events  (Read 1228 times)

Tags:
  • All members
  • Posts: 3
  • Gender: Male
Condition for Past Suspended Events
« on: 14 Sep 2018, 00:38 »
Hi,

Can i implement a condition for greyhound races that says:

"If lose count is iqual or greater than 1 do not bet if past event used by trigger is suspended for more than 3 minutes"?

I'm trying to figure this out but nothing comes to my mind.

Thanks

Thiggy

  • All members
  • Posts: 3
  • Gender: Male
Re: Condition for Past Suspended Events
« Reply #1 on: 14 Sep 2018, 01:25 »
In fact, i wanted a condition to wait at least 3 minutes for the race to be resolved and if it is not resolved to bet anyway.

I just found how to make it by playing around with the conditions settings.

I love this software and its capabilities. :)

Thank you all

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Condition for Past Suspended Events
« Reply #2 on: 14 Sep 2018, 18:18 »
Hi thiggy,

Glad you sorted this out on your own.

But in case anyone comes across this topic, here is how you can work around this. The standard way to implement staking plans is to wait till the previous triggered event has been settled by adding this condition block:

AND
  Trigger {trigger name} Number of runs is equal to 0 overall
  or Previous Triggered Event's Status is Settled.

But you can also add any other conditions to this block, in your case:

AND
  Trigger {trigger name} Number of runs is equal to 0 overall
  or Previous Triggered Event's Status is Settled
  OR
    Previous Triggered Event's Status is Suspended
    and Previous Triggered Event's Minutes since Last Suspension is greater than 3
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 3
  • Gender: Male
Re: Condition for Past Suspended Events
« Reply #3 on: 14 Sep 2018, 23:15 »
Thanks Oxa for replying,

In my case, if my trigger is in recovery mode, which happens after my first loss, i wait until the next event is settled to bet.
However, some races take too long to be settled, making my trigger skip many of them. So, i added a condition to wait a certain amount of suspension minutes before betting again, preventing this from happening.

I added a block that look like this in my backing trigger.

AND
 Selection's Trigger Expression recovery_mode is equal to 0 // betting in every race
 // recovery_mode is iqual to 1
 or Previous Triggered Event's Status is Settled // betting more caustiously
 or Previous Triggered Event's Minutes since Last Suspension is igual or greater than 3 // betting more caustiously

Thiggy
   

 

Please note, BetFair is seems to be currently OFFLINE