Pages:
Actions
  • #1 by Bonkajs on 08 Apr 2016
  • Hello! Can it be done to make a trigger which read previous event result and place bet only on the next event in a row?
  • #2 by Bonkajs on 08 Apr 2016
  • for example:

    i am taking one football league one day all matches and adding them to marketfeeder.
    previous football match ended 2:2, then trigger place bet lay draw on next game.
  • #3 by Bonkajs on 08 Apr 2016
  • So, basically - is it possible for trigger to only watch how event ends and then depending on the result choose to place bet or wait for the next event.
  • #4 by Bonkajs on 08 Apr 2016
  • Anyone?
  • #5 by MarkV on 08 Apr 2016
  • Hi
    I've not finished this but pass it to you so you can play with it.

    Settings:
    delete settled events automatically
    delete all but 1 most recent markets

    Constants:
    ms1 200
    ms2 200

    RECORDING AND RESET TRIGGER
    action : set user variable, name: ms1, value: 200 globally
    action : set user variable, name: ms2, value: 200 globally
    action : set user variable, name: ms1, value: market_score1 globally
    action : set user variable, name: ms2, value: market_score2 globally
    first matching selection
    once per market
    all markets
    condition: markets status is finished

    BETTING TRIGGER
    conditions:
    selections trigger expression market_index is equal to 2
    and selections trigger expression ms1 is not equal to ms2
    and selections trigger expression ms1 + ms2 is less than 100
Pages:
Actions