Author Topic: [TR] Check if Under 2.5 has decreased at least 1 tick  (Read 2136 times)

Tags:
  • All members
  • Posts: 10
Hi,

I'm trying to make a trigger that checks the following:

- Is this the first goal of the game?
- Has Under 2.5 decreased at least 1 tick, in the next 2 minutes after the market has been in play again?


For the first condition I did this:
- Market's score has changed
- and Selection's Trigger expression market_score1+market_score2 is equal to 1


Is this a correct way for the first condition? What about the second one?

Thank you very much

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Check if Under 2.5 has decreased at least 1 tick
« Reply #1 on: 10 Nov 2015, 09:09 »
hi
for your second condition you use   tdif_2
tdif_ = tick difference over x minutes
2 = 2 minutes
here is a trigger for you to use and learn, in the constants you can set.
Bet amount
Bet type          b=back           l=lay
Minimum tick difference
Minutes to check if the ticks has changed
Selection        o=over        u=under

please use test mode until you are happy with your settings

mcbee

download the trigger below
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: 10
Re: Check if Under 2.5 has decreased at least 1 tick
« Reply #2 on: 10 Nov 2015, 10:21 »
Thank you for the explanation! I'll implement it with my current triggers and use on test mode till I make sure they're working as I meant them to.

  • All members
  • Posts: 10
Re: [TR] Check if Under 2.5 has decreased at least 1 tick
« Reply #3 on: 17 Nov 2015, 10:36 »
I'm giving 2 minutes for the market to settle after a goal with:
selection's -> trigger expression -> (now_time-last_pinlay)/mf_second -> is greater than -> 120 .

How can I make the tdif start counting after those 120 seconds have passed?
I have been playing around with the triggers but can't seem to achieve that.

Thanks

 

Please note, BetFair is seems to be currently OFFLINE