Author Topic: Bet twice after trigger activated  (Read 4182 times)

Tags:
  • All members
  • Posts: 63
  • Gender: Male
Bet twice after trigger activated
« on: 16 Mar 2012, 10:08 »
Hi

I have a trigger for hilo I wait for something to happen then lay that it wont happen again, it works fine but now I want to lay more than once after the trigger activates, whats the best way to do it, I tried win/lose sequence with Z,W but it doesnt seem to work as I expected.

Currently I check if the last result was a loser then it bets once only and waits for the next losing result, I would like to tell it how many times to bet after a loser

  • Tim Vetrov
  • Administrator
  • Posts: 4873
  • Gender: Male
*
Re: Bet twice after trigger activated
« Reply #1 on: 16 Mar 2012, 11:07 »
Could you please be more specific what you are waiting for?
You can send e-mail to support if you don't want to share with public.
Proud to be 🇺🇦
I'm happy to help Monday - Friday, 08:00-18:00 GMT
Буду рад помочь с понедельника по пятницу, 08:00-18:00 GMT

  • All members
  • Posts: 63
  • Gender: Male
Re: Bet twice after trigger activated
« Reply #2 on: 16 Mar 2012, 11:11 »
Hi Tim, no problem sharing, its no master piece lol

I wait until card 11 Previous result is loser (as I am lay betting) then it bets once, I would like to make it bet twice after it lost

The above seems to contradict itself, as I am lay betting card 11 has to in theory win before the trigger is activated, but as its a laybet I had to tell teh condition to wait until my trigger lost, hope that makes sense.

  • Tim Vetrov
  • Administrator
  • Posts: 4873
  • Gender: Male
*
Re: Bet twice after trigger activated
« Reply #3 on: 16 Mar 2012, 11:40 »
Do you need to bet twice in the same game? Perhaps not.
Sorry still puzzled with the win/lose back/lay.
Probably you need this condition:
Card 11 Consecutive Losses is equal or greater than 1
or may be (to bet no more than twice)
Card 11 Consecutive Losses is between 1 and 2
Proud to be 🇺🇦
I'm happy to help Monday - Friday, 08:00-18:00 GMT
Буду рад помочь с понедельника по пятницу, 08:00-18:00 GMT

  • All members
  • Posts: 63
  • Gender: Male
Re: Bet twice after trigger activated
« Reply #4 on: 16 Mar 2012, 11:45 »
OK this is what I have at the moment, it bets once so the LW registry looks like

Z-Z-Z-Z-W-Z-Z-Z-Z-W-Z-Z-Z etc

I want to bet twice

Z-Z-Z-Z-W-W-Z-Z-Z-W-W-Z-Z etc

Hope that helps

  • Tim Vetrov
  • Administrator
  • Posts: 4873
  • Gender: Male
*
Re: Bet twice after trigger activated
« Reply #5 on: 16 Mar 2012, 13:01 »
Yes, this one:
Card 11 Consecutive Losses is between 1 and 2
instead of yours.
Proud to be 🇺🇦
I'm happy to help Monday - Friday, 08:00-18:00 GMT
Буду рад помочь с понедельника по пятницу, 08:00-18:00 GMT

  • All members
  • Posts: 63
  • Gender: Male
Re: Bet twice after trigger activated
« Reply #6 on: 16 Mar 2012, 13:09 »
Nope that just keeps betting?

  • Tim Vetrov
  • Administrator
  • Posts: 4873
  • Gender: Male
*
Re: Bet twice after trigger activated
« Reply #7 on: 16 Mar 2012, 13:19 »
Oh, conditions NOT met.
So you need Card 11 to be winner?!
Then "Conditions are met"
Card 11 Consecutive Wins is between 1 and 2
Proud to be 🇺🇦
I'm happy to help Monday - Friday, 08:00-18:00 GMT
Буду рад помочь с понедельника по пятницу, 08:00-18:00 GMT

  • All members
  • Posts: 63
  • Gender: Male
Re: Bet twice after trigger activated
« Reply #8 on: 16 Mar 2012, 13:39 »
mmm, it still only bets once?

  • Tim Vetrov
  • Administrator
  • Posts: 4873
  • Gender: Male
*
Re: Bet twice after trigger activated
« Reply #9 on: 16 Mar 2012, 13:56 »
Sorry, right.
Then
Code: [Select]
Card 11 previous result is winner
OR [block start]
Channel's Previous P/L is not equal to 0
AND Trigger Expression wins_3 + losses_3 is equal or less than 2
[block end]

Hope now it's fine %)
Proud to be 🇺🇦
I'm happy to help Monday - Friday, 08:00-18:00 GMT
Буду рад помочь с понедельника по пятницу, 08:00-18:00 GMT

  • All members
  • Posts: 63
  • Gender: Male
Re: Bet twice after trigger activated
« Reply #10 on: 16 Mar 2012, 15:44 »
Spot on mate, but I changed it a bit as it bet 3 times

AND Trigger Expression wins_3 + losses_3 is equal or less than 2
changed to
AND Trigger Expression wins_3 + losses_3 is equal or less than 1

 

Please note, BetFair is seems to be currently OFFLINE