Pages:
Actions
  • #1 by cybernet69 on 20 Jan 2019
  • Hi,

    Is this the correct check if you don't wish to bet if you have current exposure in the market ?

    IF(test_mode = 1, test_balance, balance) = IF(test_mode = 1, test_funds, uk_funds)

    Thanks,
  • #2 by Oxa (WellDoneSoft) on 22 Jan 2019
  • Hello! Yes, your formula is correct:

    Selection's Trigger Expression IF(test_mode = 1, test_balance, balance) is equal to IF(test_mode = 1, test_funds, total_funds)

    A simpler way to check if you have any bets placed in any of your markets (although they must be loaded into the program) is to check the allbets_num variable:

    Selection's Trigger Expression allbets_num is equal to 0


Pages:
Actions