Author Topic: Help with a trigger formula [TCKTLJQ-801581]  (Read 2219 times)

Tags:
  • Administrator
  • Posts: 8821
  • Gender: Female
*
Help with a trigger formula [TCKTLJQ-801581]
« on: 19 Jul 2013, 18:25 »
Copied from a support request:

Quote
hi, in my trigger i need to insert a formula into the field "Amount" (see the picture attached) . In formula builder i have tried my personal idea , but i don't know if the trigger will understand it (because of eventual syntax error) .

What the trigger has to do? If number of losses is 0, continue using the default_laya , if number of losses is <3 then use the formula (last_lost*1.10) , if number of losses is >=3 then use a stake of € 0.01 . When the trigger see a won, return to default_laya.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

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

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Help with a trigger formula [TCKTLJQ-801581]
« Reply #1 on: 20 Jul 2013, 15:21 »
hi
it should be.
IF(AND(losses>0,losses<3),last_lost*1.10,IF(losses>3,0.01,default_laya))


mcbee
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE