sagefr0g
Well-Known Member
or not at all as i remmember if you are all in.Canceler said:It'll allow you to double anytime you still have money left. But you'll be doubling for less if you don't have enough money.
or not at all as i remmember if you are all in.Canceler said:It'll allow you to double anytime you still have money left. But you'll be doubling for less if you don't have enough money.
Thanks Canceller. And Froggy. You beat me on the head enough times I finally get it. Sometimes. Guess I got fooled by the betting circle showing a fully doubled bet.Canceler said:It'll allow you to double anytime you still have money left. But you'll be doubling for less if you don't have enough money.
Well sure. That's why it would be nice to get more details.sagefr0g said:from kewl's post:
http://www.blackjackinfo.com/bb/showpost.php?p=84803&postcount=9
"total 1500 shoes played and lost 1331 units. thank god this isnt the real world where my BR is roughly 1200 units! I have kept more detailed results over these last 300 shoes. Hands played 7218"
that's lookin to me like he on average plays just under five hands a shoe before bailing? that would be 7218hands/1500shoes. if 2.7 cards each for dealer and kewl only going 5 X 5.4 cards or 27 cards deep or are we talking maybe 7218hands/300shoes = 28 hands per shoe? if 2.7 cards each for dealer and kewl thats going 28 X 5.4 = 151, circa 151 cards deep before bailing on average. almost 3 decks in before bailing.....
lol i don't think we even know how many decks he's going up against.
as many recorded dealer & player blackjacks he's got near 11% you'd almost wanna believe it's single deck?
Well, sure, if he wants to.Canceler said:I'd like to see it, just for curiosity's sake.
Also for completeness. The question of the randomness of the BS Trainer comes up periodically, from people who think their results are either too bad or too good. We may want to refer back to this thread the next time someone feels victimized by the BS Trainer.
I'd be shocked, skocked, utterly shocked too if I posted results trillions and trillions and trillions to 1 and a respected BJ authority who wrote the program expressed some disbelief. Who'd a thunk?kewljason said:Instead it has been suggusted that I kept poor records or am a liar.
"I don't beleive the results, sorry kewl jason" ken smith
"maybe he was just yanking our chain, thinking he could make up any results" kasi
Well, I will continue to frequent the site in my continuing quest for knowledge, but I won' be participating in the discussions any longer.
hey kewl one Kasi's actually a lot worser guy than you think. lol i know cause i've shared a table with him. counts out loud lol. omg you wouldn't believe it.kewljason said:I have no need to "kewl off" mr kasi, for I am not the least bit angry, nor upset. I simply try to remove myself from as much negativity as possible, and you my friend are extremely negative and confrontational. I reject your half hearted apoligy, and will not participate further in this discussion. Please respect that.
Sorry to hear that.kewljason said:I have no need to "kewl off" mr kasi, for I am not the least bit angry, nor upset. I simply try to remove myself from as much negativity as possible, and you my friend are extremely negative and confrontational. I reject your half hearted apoligy, and will not participate further in this discussion. Please respect that.
Hey - it was a 2 for 1 deal. I bought you a whole ice cream cone and mine was free. So, if you think you only owe me a half an ice cream cone, get a grip.sagefr0g said:if he hadn't of bought me half a ice cream cone i wouldn't even bother chatting with him anymore
function buildTheDeck () {
var i;
var suit_number;
var card_number;
var deck_index = 1;
var deck_card;
for (i=1; i<=theNumberOfDecks; i++) {
for (suit_number=1; suit_number<=4; suit_number++) {
for (card_number=1; card_number<=13; card_number++) {
deck_card = new DeckCard(suit_number, card_number);
theDeck[deck_index] = deck_card;
deck_index++;
}
}
}
if (theNumberOfDecks == 1) { theReshuffleIndex = 35; }
if (theNumberOfDecks == 2) { theReshuffleIndex = 70; }
if (theNumberOfDecks > 2) { theReshuffleIndex = theDeck.length - 52; }
}
//
function shuffleTheDeck () {
var card_count = theDeck.length-1;
var temp_card;
var random_index;
var i;
for (i=1; i<=card_count; i++) {
random_index = random(card_count + 1 - i) + i;
temp_card = theDeck[i];
theDeck[i] = theDeck[random_index];
theDeck[random_index] = temp_card;
}
theDeckIndex = 1;
}
//
function buildAFreshDeckIfNeeded()
{
if (theDeckIndex >= theReshuffleIndex)
{
//ShuffleIllustration.playShuffle();
ShuffleAnimation.playShuffle();
theDeck = new Array();
buildTheDeck();
shuffleTheDeck();
setCardsPlayedTo (0);
setCardsLeftTo (theDeck.length - 1);
}
}
//
function dealACardTo (this_hand_number)
{
var deck_card = theDeck [theDeckIndex];
var cards_in_hand = theHands [this_hand_number].cardCount();
var new_card;
new_card = new Card (deck_card.cardType, deck_card.cardValue, this_hand_number, cards_in_hand + 1);
theHands [this_hand_number].addCard (new_card);
theHands [this_hand_number].hideCardTotal();
if (deck_index < theDeck.length)
{
theDeckIndex++;
}
else
{
// this is not supposed to happen, of course
// choose one of the cards played in an earlier game
theDeckIndex = random (20) + 1;
}
// A card signals its arrival on-screen by calling finishedDealingACardToHand()
addToCardsPlayed (1);
}
//
ahh got it thank you much kewljason! your probably using the Flash version right? well i wont try and draw you into the discussion but i'm sure we're all grateful that you reposted these details. and hope that you jump in with a comment or what ever since after all your post was pretty much the impetus for this whole discussion. thanks again.kewljason said:thank you for your input sage. I thought I had given the details of my experience earlier but will gladly do so again.
For several years, I have used the strategy trainer to practice my counting skills. I also use the blackjack games at yahoo and the free play at a couple of the online casinos. Most of my actual play is small stakes $10 or $15 table, max bet $125, played in Atlantic City, so the strategy trainer really does not mirror my actual game, as I rarely get the opportunity to play heads up with the dealer. I use the RPC as my count. When playing on the S.T., I play 8 decks, forcing a shuffle at 100 cards remaining, which is approximate of the 75% pen on the AC 8 deck game. I wong out or force a new shuffle at negative counts of between -1 and -2 (-2 = -1 hi-lo count) my betting pattern is as follows $10 base bet. $20 @ true count of +2, $30 at TC of +3, $40@TC of +4, $60@TC of +5, $80@tc +7, and max bet $120 @tc of +10 (= +5 hi-lo)
Generally, I could care less about the winning or losing results as I am just practicing my skills, however since the trainer does keep track of your results via the $1000 bankroll, I noticed that at the end of each shoe or forced shuffle point, I seemed to be in the red a majority of the time. Out of couriosity I started keeping track of my winning/losing total and number of shoes only. After 1200 shoes I was down $10070 or over a thousand units.
Over the next 300 shoes I kept track of my blackjacks, dealer blackjacks, and dealer breaks to determine just why I was doing so poorly. I has been pointed out that the dealer break stat is inacurate as after the player breaks the hand is not finished. However for those 300 shoes, I played 7218 hands and received 181 blackjacks while the dealer received 635 blackjacks, including blackjack pushes.
Feeling this was extreme, I posted my results to see if others have had any similar experiences, which they have not. Instead Mr smith and Mr kasi have suggusted that I am lying, which I do find insulting. They seemed to think I was attacking the program, which I am not. I am thrilled that it is there to practice on and still use it to practice my skills almost daily. Quite frankly from a practice standpoint I could care less if it is random or not. The dealer could blackjack every other hand, or never break or all 32 queens be removed and it would still be adequate for my practice needs. However, I do refuse to participate in a discussion after having been called a liar.
oh i see. my cone was the one that cost.Kasi said:Hey - it was a 2 for 1 deal. I bought you a whole ice cream cone and mine was free. So, if you think you only owe me a half an ice cream cone, get a grip.
it's hard to explain how i see this situation. well ok watch this video and just substitute ice cream cone for cigarettes and it'll help maybe understand how your acting about this. : :joker:Kasi said:How anyone can think I'm negative and confrontational is beyond me :grin: