Pages:
Actions
  • #1 by freedom on 08 Nov 2015
  • 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
  • #2 by mcbee on 10 Nov 2015
  • 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
  • #3 by freedom on 10 Nov 2015
  • 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.
  • #4 by freedom on 17 Nov 2015
  • 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
Pages:
Actions