Pages:
Actions
  • #1 by Oxa (WellDoneSoft) on 07 Nov 2013
  • Copied from a support request:

    Quote
    I use trial version of MarketFeeder Pro and I'd like to test couple of
    strategies before I subscribe.

    I have tried using triggers and made some which are working and some
    which aren't.

    However, I need a trigger which does these things:

    1. For soccer matches Under/Over 2.5 goals market
    2. If goal has been scored within first x minutes after kick off, back
    under 2.5 goals
    3. After x minutes after backing, green up or distribute loss depending
    the situation

    I don't know how to make it so that it will back immediately after the
    goal has been scored and after x minutes after the game has started.

    Could you help me and make a simple trigger for this
  • #2 by 1oser on 07 Nov 2013
  • Checking the 0-0 correct score back_price = 1000 will let you know a goal has been scored. Just don't have the time to make the functional trigger.
  • #3 by GoalScorer on 07 Nov 2013
  • I think this is allright. I have made a trigger which works :)
  • #4 by GoalScorer on 07 Nov 2013
  • Another question but this time tennis.

    If I want a trigger to fire in for example 15-0 situation, how can I write it? With market_score1 and ...2 probably but how?

    Thanks!  ;)
  • #5 by MarkV on 07 Nov 2013
  • Another question but this time tennis.

    If I want a trigger to fire in for example 15-0 situation, how can I write it? With market_score1 and ...2 probably but how?

    Thanks!  ;)
    Hi
    Understand how the market score is updated:
    0-0   set score    set score 
    15-0  first point  set score
    30-0  second point set score
    30-15 second point first point
    40-15 third point  first point
    1-0   set score    set score
    1-15  set score    first point
    1-30  set score    second point
    15-30 first point  second point
    etc...

    To answer your question 15-0 conditions will be:
    and selections trigger expression market_score1 is equal to 15
    and selections trigger expression market_score2 is less than 15
  • #6 by GoalScorer on 07 Nov 2013
  • Hi
    Understand how the market score is updated:
    0-0   set score    set score 
    15-0  first point  set score
    30-0  second point set score
    30-15 second point first point
    40-15 third point  first point
    1-0   set score    set score
    1-15  set score    first point
    1-30  set score    second point
    15-30 first point  second point
    etc...

    To answer your question 15-0 conditions will be:
    and selections trigger expression market_score1 is equal to 15
    and selections trigger expression market_score2 is less than 15

    Thank you so much! Much appreciated!
Pages:
Actions