Pages:
Actions
  • #1 by garpel on 06 Jun 2014
  • If the marketĀ“s name contains "Chs" I want to change amount to var2 to var2*1.2 and the rest of courses to var2*0.8

    Gonzalo.
  • #2 by mcbee on 06 Jun 2014
  • hi
    you will need to use 2 betting triggers
    trigger 1
    Amount   var2*1.2
    with the condition
    and markets name contains "Chs"
    trigger 2
    Amount   var2*.80
    with the condition
    and markets name does not contain "Chs"

    if you need a trigger completing please use the link and make a request for a trigger.
    http://community.welldonesoft.com/make-me-a-trigger!/

    mcbee
  • #3 by garpel on 07 Jun 2014
  • The question is that I have a very long trigger with several conditions. May I run two instance of market feeder at the same time? the one with the first condition (var2*1.2) in all triggers and the second with the condition o var2*0.8

    Gonzalo.
  • #4 by mcbee on 07 Jun 2014
  • hi
    yes, just clone the one that you are using and set each instance/profile to 15 requests per minute in the connection monitor


    mcbee
Pages:
Actions