Pages:
Actions
  • #1 by jolimoney on 27 Sep 2011
  • 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?



  • #2 by rubold on 27 Sep 2011
  • 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
  • #3 by jolimoney on 27 Sep 2011
  • 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
  • #4 by rubold on 27 Sep 2011
  • 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
  • #5 by jolimoney on 28 Sep 2011
  • Rubold:

    It seems to work. Thank you :-D
  • #6 by rubold on 28 Sep 2011
  • 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.
  • #7 by jolimoney on 06 Oct 2011
  • 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
  • #8 by rubold on 06 Oct 2011
  • 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.
  • #9 by jolimoney on 07 Oct 2011
  • 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
Pages:
Actions