Pages:
Actions
  • #1 by tdadba on 20 Jul 2018
  • Hi Guys!

    I have a trigger that executes at a maximum of 3 times, so I want it to put different values each time it executes, for example, 10 at the first time, 15 at second time and 20 at the last time it executes on the same horse race;

    IF(allbets_num=0,10), IF(allbets_num=1,15), IF(allbets_num=2,20)

    Is that correct? Cause it dont enter in the markets; Is that the variable correct?

    Thanks;
  • #2 by mcbee on 20 Jul 2018
  • hi
    try
    IF(allbets_num=2,20,IF(allbets_num=1,15,10))

    mcbee
Pages:
Actions