Pages:
Actions
  • #1 by NIKOLAS the GREEK on 07 Apr 2014
  • does any one know how I can insert in a trigger condition to remember the market matched volume at a certain time of the game  in order to use it in a  later  stage of the time
  • #2 by MarkV on 07 Apr 2014
  • Hi
    Record the market volume in a user variable at a given time.
    For example:
    record volume at 35 mins before off
    check volume has doubled since 35min check before betting

    TRIGGER
    Action: set user variable
    Individually for each market
    Name: anyname
    Value: market_volume
    Execute: once per market
    Condition:
    markets minutes before the off is between 30 and 35

    BETTING TRIGGER
    add the conditions:
    Global user variables anyname are set
    and market's matched volume is greater than anyname*2
Pages:
Actions