Author Topic: Some questions about triggers  (Read 3006 times)

Tags:
  • All members
  • Posts: 20
Some questions about triggers
« on: 13 Feb 2011, 16:52 »
Hi,

I'm trying to create a trigger taking into account the difference in the back price between favourite and second favourite.

Example:

If second favourite back price - favourite back price > 2 then
 bet for favourite
else
 do nothing
end if

But in the trigger conditions window I only see combobox controls, I cannot write  free text.

So how can I create this condition in the trigger?

Also I want to create a trigger in this way:

If I lost the consecutive last 3 games, stop to bet (ignoring all other triggers) and wait 2 games to bet again. How can I make it in X-Feeder?

Regards.

  • Tim Vetrov
  • Administrator
  • Posts: 4870
  • Gender: Male
*
Re: Some questions about triggers
« Reply #1 on: 14 Feb 2011, 13:45 »
Hi ALden,

Free text is called "Trigger Expression". But you don't need it:
Code: [Select]
Selection: Favourite
Conditions are met:
Selection's Back Price is less than h_2_back_price - 2

To be honest "h_2_back_price - 2" is a trigger expression :-)
Proud to be 🇺🇦
I'm happy to help Monday - Friday, 08:00-18:00 GMT
Буду рад помочь с понедельника по пятницу, 08:00-18:00 GMT

  • Tim Vetrov
  • Administrator
  • Posts: 4870
  • Gender: Male
*
Re: Some questions about triggers
« Reply #2 on: 14 Feb 2011, 13:55 »
Quote
If I lost the consecutive last 3 games, stop to bet (ignoring all other triggers) and wait 2 games to bet again. How can I make it in X-Feeder?
Code: [Select]
Action: back (or lay)
Conditions are met:
AND
[block start]
Channel's Consecutive Losses is less than 3
OR Channel's Wins during 4 games is less than 3
[block end]
Proud to be 🇺🇦
I'm happy to help Monday - Friday, 08:00-18:00 GMT
Буду рад помочь с понедельника по пятницу, 08:00-18:00 GMT

 

Please note, BetFair is seems to be currently OFFLINE