[tm_pb_section admin_label=”section”][tm_pb_row admin_label=”row”][tm_pb_column type=”4_4″][tm_pb_text admin_label=”Text” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]
[spacer height=”100px”]
[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label=”row”][tm_pb_column type=”4_4″][tm_pb_toggle admin_label=”Tweaking existing Profiles” title=”Tweaking existing Poker bot profiles” open=”off” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]
WHEN Others // Always true // former one-line-statements here
WHEN Others WHEN Others Fold FORCE
f$flop = 0.000 [Line 27/73] ... empty_expression__false__zero__when_others_fold_force = 0.000
[/tm_pb_toggle][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label=”row”][tm_pb_column type=”4_4″][tm_pb_toggle admin_label=”Practice” title=”Practice” open=”off” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]
##list_of_biggest_trash## // Trashy hands. // Never to be played, except we are in the blinds K8s K7s K6s K5s K4s K3s K2s Q7s... K8o ... 32o ##f$preflop## // Make life easy and get rid of the greatest trash WHEN NOT In BigBlind AND list_of_biggest_trash Fold FORCE
WHEN StillToAct = 2 AND Calls = 0 AND Raises = 0 WHEN hand$AA OR Hand$KK OR ... RaiseTo 3 FORCE
// LastRaiserPosition <= 3 means: CO, BU or SB WHEN Calls = 0 AND Raises = 1 AND LastRaiserPosition <= 3 WHEN AmountToCall <= 3 AND list... RaiseTo 9 FORCE
##f$flop## WHEN Bets = 0 AND BotIsLastRaiser WHEN Opponents = 1 AND Random < 80 BetHalfPot FORCE WHEN Opponents = 2 AND Position = Last RaiseBy 66% FORCE
##f$EffectiveStacksize## // First orbit preflop only, as it uses MaxStillToActStackSize WHEN StackSize > MaxStillToActStackSize RETURN MaxStillToActStackSize FORCE WHEN Others RETURN StackSize FORCE
// Going into push-fold-mode when stacksizes are small // But be careful! // We don’t want to push loosely if something is wrong with the stacksize, // e.g. because the table was occluded, so we check, if it is non-zero. WHEN EffectiveStacksize > 0 AND EffectiveStacksize <= 13 WHEN Calls = 0 AND Raises = 0 AND (Hand$... RaiseMax FORCE
// First action preflop WHEN BotsActionsOnThisRound = 0 AND Calls >= 1 AND Raises = 0 // FirstCallerPosition is limited to first orbit preflop only, // so we remember it, making use of advanced memory symbols WHEN Others me_st_MemFirstCallerPosition_FirstCallerPosition // Then continue with normal bot-logic .... // After that we can detect a limp-raise like that // (assuming, there are no other raisers in the pot) WHEN LastRaiserPosition = me_re_MemFirstCallerPosition ...
##f$MySimpleOutsCounter## WHEN (HaveNutFlushDraw AND HaveNutStraightDraw) // We already have 9 + 8 - 2 duplicates // Plus up to 6 undiscounted outs for Overcards // but some may be already counted for the flush // (if we want to make it extra good, we should check the colours // of our hole cards with OpenHoldems symbols $$ps0 and $$ps1) // The others should be discounted a bit WHEN (Overcards = 2) RETURN 18 FORCE WHEN (Overcards = 1) RETURN 16.5 FORCE WHEN (Overcards = 0) RETURN 15 FORCE WHEN (HaveNutFlushDraw) // AND NOT HaveNutStraightDraw WHEN (HaveInsideStraightDraw AND Overcards = 2)... ...
##f$CardsLeft## WHEN betround = 2 RETURN 47 FORCE WHEN betround = 3 RETURN 46 FORCE // Drawing at other betrounds doesn’t make much sense WHEN Others RETURN -1 FORCE WHEN AmountToCall / (AmountToCall + PotSize) > f$Outs / f$CardsLeft Call FORCE
##f$HaveStrongDraw## WHEN HaveStraightDraw OR HaveFlushDraw RETURN True FORCE WHEN HaveInsideStraightDraw AND Overcards = 2 RETURN True FORCE ##f$HaveTopPairOrBetter## WHEN HaveTopPair RETURN True FORCE WHEN HaveOverPair RETURN True FORCE WHEN HaveBestOverpairOrBetter RETURN True FORCE ##f$flop## WHEN Opponents >= 3 AND NOT (f$HaveTopPairOrBetter OR f$HaveStrongDraw) WHEN AmountToCall = 0 Check FORCE
##f$Close## WHEN issittingout AND elapsedauto > 300 // 5 minutes without action AND nopponentsseated < 4 RETURN True FORCE
##f$flop## WHEN BotRaisedBeforeFlop and HaveNothing and Opponents = 1 and Raises = 0 and Bets = 0 WHEN Position = Last and pt_flop_checkraise_headsup <=0.05 and pt_flop_fold_to_cbet_headsup >0.7 and pt_hands_headsup >80 RaiseTwoThirdPot FORCE
[/tm_pb_toggle][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label=”row”][tm_pb_column type=”4_4″][tm_pb_toggle admin_label=”Profile errors” title=”Profile errors” open=”off” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]
Wrong
WHEN ((hand$AA)) WHEN (BotsLastaction = Raise AND Raises >= 1 AND Calls = 0 AND StillToAct = 0 AND BetSize > 20) Call FORCE
WHEN ((hand$AA)) WHEN (BotsLastAction = Raise AND Raises >= 1 AND Calls = 0 AND StillToAct = 0 AND BetSize > 20) Call FORCE
Wrong
WHEN ((hand$AA)) WHEN (BotsLastAction = Raise AND Raises >= 1 AND Calls = 0 AND StillToAct = 0 AND BetSize > 20 Call FORCE
WHEN ((hand$AA)) WHEN (BotsLastAction = Raise AND Raises >= 1 AND Calls = 0 AND StillToAct = 0 AND BetSize > 20) Call FORCE
[/tm_pb_toggle][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label=”row”][tm_pb_column type=”4_4″][tm_pb_toggle admin_label=”Download profile in poker bot” title=”Download profile in poker bot” open=”off” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]
Example:
1.
2.
3.
If the profile was loaded correctly, then there were no errors in it. Poker robot can be connected to the table and play!
[/tm_pb_toggle][/tm_pb_column][/tm_pb_row][/tm_pb_section]
The sale of the program has been suspended indefinitely. The bot can be purchased here: https://t.me/pokerbot_Inhuman Dismiss
Recent Comments