Author Topic: 5 percent of bank lay stake  (Read 3496 times)

Tags:
  • All members
  • Posts: 97
5 percent of bank lay stake
« on: 17 Dec 2012, 12:00 »
Hi All,

Can anyone help me out of this trigger. I want to bet 5 percent (5%) of bank plus last stake of loss.

Bet 5% of bank
Add last stake when loss occurs.

Any help appreciated.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: 5 percent of bank lay stake
« Reply #1 on: 17 Dec 2012, 14:04 »
hi
copy and paste this into the amount box.

IF(test_mode=1,(test_balance*1.05)+last_lost,(balance*1.05)+last_lost)

be carefull if you get more than 1 loss the stakes can get big.


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.

  • All members
  • Posts: 97
Re: 5 percent of bank lay stake
« Reply #2 on: 17 Dec 2012, 15:00 »
Hi mcbee,

Thanks a lot for your help. Unfortunately is in the wrong order. What I am trying to do is retrieve the last LOSS STAKE not the last loss amount.

Example: If I lay £5 and loss. The next stake should be Percentage of bank + £5.

I hope you get me right?

Thanks for your help.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: 5 percent of bank lay stake
« Reply #3 on: 17 Dec 2012, 18:01 »
hi
if you want to recover your last stake and no other then.

IF(test_mode=1,(test_balance*1.05)+hist_1_laya,(balance*1.05)+hist_1_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.

  • All members
  • Posts: 97
Re: 5 percent of bank lay stake
« Reply #4 on: 17 Dec 2012, 19:02 »
Thanks mcbee,

One more question. Can you help me with a back trigger that will increase stake by 10% after a loss?

Thanks.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: 5 percent of bank lay stake
« Reply #5 on: 17 Dec 2012, 19:27 »
hi
if it just one increase after a loss then.

(your stake amount)+IF(losses>0,(your stake amount)*.10,0)

if 10% per loss then.

(your stake amount)+IF(losses>0,(losses*(your stake amount)*.10),0)


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