Author Topic: Exposure  (Read 596 times)

Tags:
  • All members
  • Posts: 157
Exposure
« on: 20 Jan 2019, 09:47 »
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,

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Exposure
« Reply #1 on: 22 Jan 2019, 18:40 »
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


Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

 

Please note, BetFair is seems to be currently OFFLINE