Author Topic: HiLo - Specific order of cards before action  (Read 4806 times)

Tags:
  • All members
  • Posts: 14
HiLo - Specific order of cards before action
« on: 27 Sep 2011, 15:23 »
Hi again.

I have another problem that i can't figure out how to program. Let's say i want a specific order of the cards before i back or/and lay. How do i program such a trigger?

Example:
First i want card number 4 to be the start card - No bets
Second i want card number 10 to appear as card number 1 - Back on card 4 or further.

Please see screenshot how i have programed it. It does not work  :-[  It back even if card 10 comes out as Start Card. I don't understand why.

Can someone help me understand how to program this?




  • All members
  • Posts: 905
Re: HiLo - Specific order of cards before action
« Reply #1 on: 27 Sep 2011, 16:03 »
You have back amount "0" in the first trigger.

Back (an amount)
Exactly in Round 3

Conditions

HiLo Cards contain values 4
and HiLo Last Card is equal to 10

  • All members
  • Posts: 14
Re: HiLo - Specific order of cards before action
« Reply #2 on: 27 Sep 2011, 17:29 »
Tnx for fast reply   :D

The reason that i try to back 0 (zero) is that i don't want anything to happen at the first card when number 4 arrives. But in the same time card number 4 must come out as the very first card in order to "trigger" the set up and finally back if number 10 comes out as the second card.

I will sure try your set up. I really hope it work.

I will come back with the outcome of it :-)

Regards / JoLi

  • All members
  • Posts: 905
Re: HiLo - Specific order of cards before action
« Reply #3 on: 27 Sep 2011, 18:35 »
Should be Round 3 to back then, I just changed it.

R1:no cards out
R2: 4 comes out
R3: 10 comes out

Trigger will then back on Card 4 or whatever you specify if HiLo Last Card means the card dealt in the current round and not the previous round

  • All members
  • Posts: 14
Re: HiLo - Specific order of cards before action
« Reply #4 on: 28 Sep 2011, 14:16 »
Rubold:

It seems to work. Thank you :-D

  • All members
  • Posts: 905
Re: HiLo - Specific order of cards before action
« Reply #5 on: 28 Sep 2011, 14:52 »
LOL, I thought it didn't work so I changed the conditions to:

Trigger Expression hilo_1 = 4
AND Trigger Expression hilo_2 = 10
AND Seconds Since Round Start is equal or greater than 6

This did work, but perhaps I left it longer to find a match.
Not sure if the seconds delay is required, probably not.

  • All members
  • Posts: 14
Re: HiLo - Specific order of cards before action
« Reply #6 on: 06 Oct 2011, 02:50 »
LOL, I thought it didn't work so I changed the conditions to:

Trigger Expression hilo_1 = 4
AND Trigger Expression hilo_2 = 10
AND Seconds Since Round Start is equal or greater than 6

This did work, but perhaps I left it longer to find a match.
Not sure if the seconds delay is required, probably not.

Could you explain the last condition ( "AND Seconds Since Round Start is equal or greater than 6" ). What does it mean and how does it work?
I am trying to learn.

Regards / JoLi

  • All members
  • Posts: 905
Re: HiLo - Specific order of cards before action
« Reply #7 on: 06 Oct 2011, 16:04 »
It just delays any bets until the round has been running at least 6 seconds.  IF there are a lot of conditions to be examined at the start of a round, then it just ensures everything has settled before any bets are placed.

  • All members
  • Posts: 14
Re: HiLo - Specific order of cards before action
« Reply #8 on: 07 Oct 2011, 00:48 »
Quote
It just delays any bets until the round has been running at least 6 seconds.  IF there are a lot of conditions to be examined at the start of a round, then it just ensures everything has settled before any bets are placed.

Rubold: You seem to be quite skilled at this shit  :P  Thank you for all your help you have given me.

Trigger Expression hilo_1 = 4
AND Trigger Expression hilo_2 = 10
AND Seconds Since Round Start is equal or greater than 6

I interpreters this in the following way:
The first card out (Start card) shall be 4.
If it's not...nothing happens...
The second card out (first card) must be number 10.
If it is... we wait 6 seconds before we bet.


Perheps you also could help me with another problem.

Let's say that the above set up needs to fail X amount of times (say 3 tmes) before i bet.
Meaning that after the number 10 card and i aim to back card 4 or further it results that the next card after the number 10 is J, Q, K or A. This will end up in a failur of the system. And i would like that this set up fails X amount of times before i enter the market.

Can this even be done with X-Feeder? If so... can you (or any one else) point either to a site i can read about how i shall do or explain it for me in the forum?

Regards / JoLi

 

Please note, BetFair is seems to be currently OFFLINE