Welcome, Guest. Please login or register.
March 27, 2023, 07:28:10 AM
Home Help Login Register
News:

Shanky Technologies Poker Bot Support Forum  |  General Category  |  Working Profiles (Moderator: sngbot)  |  Topic: Add-on Nash FullRing for MTT/SNG 0 Members and 1 Guest are viewing this topic.
Pages: [1] Print
Author Topic: Add-on Nash FullRing for MTT/SNG  (Read 73 times)
maxxous16
Wide-Eyed Newbie
*

Karma: 3
Posts: 47


« on: March 17, 2023, 09:40:01 PM »

https://www.mediafire.com/file/zyk6zrajmfbyl79/FullNashShanky.txt/file

Take note that this is not a full profile, this is a Nash chart addon for the FullRing, so add it to the start of your profile just after preflop.

There are OpenRaises from UTG1 to SmallBlind depending on your hand and your Stack.

And against an OpenRaise / 3Bet according to your position, your hands, your Stack and according to the position of the Raiser...
The code is 1833 lines.
If you have any comments, let them know!  wink

Some examples of line of code:
Code:
// NashPusherRFI_UTG1
When user_rfi and user_utg1 and (hand = AA) and stacksize >= 0  raisemax force
When user_rfi and user_utg1 and (hand = AKsuited) and Stacksize <= 34  raisemax force
When user_rfi and user_utg1 and (hand = AK) and NOT (hand = AKsuited) and stacksize <= 20  raisemax force

Code:
//NashPusher_BB_VS_Open_MP
When In BigBlind and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AA) and StackSize <= 25  raisemax force
When In BigBlind and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AKsuited) and StackSize <= 25  raisemax force
When In BigBlind and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AK) and NOT (hand = AKsuited) and StackSize <= 25 raisemax force

Code:
//NaPusher_OOP_VS_Open_MP                
When user_notintheblinds and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AA) and StackSize <= 25  raisemax force
When user_notintheblinds and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AKsuited) and StackSize <= 25  raisemax force
When user_notintheblinds and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AK) and NOT (hand = AKsuited) and StackSize <= 25 raisemax force
When user_notintheblinds and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AQsuited) and StackSize <= 18  raisemax force
Logged
Pages: [1] Print 
Shanky Technologies Poker Bot Support Forum  |  General Category  |  Working Profiles (Moderator: sngbot)  |  Topic: Add-on Nash FullRing for MTT/SNG
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!