Author Topic: stop betting when a certain amount is won  (Read 5086 times)

Tags:
  • All members
  • Posts: 195
stop betting when a certain amount is won
« on: 18 Mar 2013, 14:58 »
Hi how do i make the condition to stop the trigger when the trigger has won x amount
i have tried conditions global total won/lost amount is equal or less than x and also
Trigger Expression test_funds is equal or greater than x but neither seems to work


  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: stop betting when a certain amount is won
« Reply #1 on: 18 Mar 2013, 15:26 »
hi
and selections trigger expression total_won is equal or greater than (your amount)

this will place bets until your total won is equal or greater than your set amount

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: 195
Re: stop betting when a certain amount is won
« Reply #2 on: 18 Mar 2013, 15:28 »
Thanks mcbee

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: stop betting when a certain amount is won
« Reply #3 on: 18 Mar 2013, 15:52 »
hi
got it wrong way round  :o , it should be
and selections trigger expression total_won is less than (your amount)

this way the trigger will only place a bet if the total won is less than your set amount and stop if it goes above. ;D


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: 195
Re: stop betting when a certain amount is won
« Reply #4 on: 18 Mar 2013, 16:58 »
no problem thanks again :)

  • All members
  • Posts: 195
Re: stop betting when a certain amount is won
« Reply #5 on: 19 Mar 2013, 14:58 »
Hi i ran the trigger today and when the condition
and selections trigger expression total_won is less than my amount was reached the trigger fired again
Also my account had been settled so it wasnt because bank wasnt updated

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: stop betting when a certain amount is won
« Reply #6 on: 19 Mar 2013, 17:17 »
hi
could you do a screen shot of your trigger please


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: 195
Re: stop betting when a certain amount is won
« Reply #7 on: 19 Mar 2013, 17:52 »
Hi i just tried it on this simple trigger but it kept on betting

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: stop betting when a certain amount is won
« Reply #8 on: 19 Mar 2013, 17:59 »
hi
so you reached 50 euro profit and the trigger placed another bet.

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.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: stop betting when a certain amount is won
« Reply #9 on: 19 Mar 2013, 18:07 »
hi
for this to work as it should, you need to use a trigger to reset win/lose history, or it will count your prev betting wins/losses.
so a new trigger
reset win/lose history
set to one time only

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: 195
Re: stop betting when a certain amount is won
« Reply #10 on: 19 Mar 2013, 18:38 »
Hi yes it had £50 profit but bet another two times one of which was a loser then it stopped altogether. I will run the trigger tomorrow and let you know thanks again

  • All members
  • Posts: 195
Re: stop betting when a certain amount is won
« Reply #11 on: 08 Apr 2013, 12:17 »
Hi how do i add my losses to total _won for example my trigger stops betting after £90 has been won but if i have lost £100 i my trigger will stop after £90 has been won leaving me -£10

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: stop betting when a certain amount is won
« Reply #12 on: 08 Apr 2013, 13:37 »
hi
if you add the condition in your stop trigger
and selections trigger expression balance is equal to total_funds
this will only stop if your balance has been updated
so you have no outstanding bets

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