The "Profiler"Finally - it's here. A solution for using actual Poker Databases statistics like a player's VPIP from within a profile. Profiler creates a bridge between the Poker Database and the Shanky profile. Profiler dynamically generates code lines that define what type of players are out there.
The Profiler was created for advanced users who want to get an edge and make use of every single bit of information available to the bot.
If you've never written a code line for a profile then this tool is not for you. The Profiler does not create profiles - it creates additional code lines that can be inserted into an existing profile. The profile being used will need to make decisions based on the generated user defined player types.
Explanation of how it worksProfiler scans your Poker Database (PokerTracker4) and places players into one of four categories (TAG - Tight Agressive, LAG - Loose Agressive, TP - Tight Passive, LP - Loose Passive). It then creates PPL code lines such as the following:
When Opponents = 1 AND (Opponent = 007 or Opponent = Tom or Opponent = 108VSEM) User_TAG
When Opponents = 1 AND (Opponent = Fred or Opponent = Kat or Opponent = Loser) User_LAG
When Opponents = 1 AND (Opponent = Mike) User_TP
When Opponents = 1 AND (Opponent = Freddie or Opponent = Kathy) User_LP
After it has created the codelines (which could be anywhere from several to several thousand), it will insert them into your profile in the preflop section. Now your profile can reference the user defined variables to make decisions. For example, you can now play a hand such as AA differently depending on the type of player, you are playing against.
FeaturesAllows selection of Database criteria such as poker network (Ipoker, 888, WPN or Cake).
Please note that although Profiler can gather player information from any of these Poker networks the Shanky bot can only use Ipoker player information.Automatic insertion of generated code lines directly into a profile
Extremely fast - scans thousands of database entries in less than 1 second
LimitatonsThe player definitions are limited to when there is only one opponent (based on the bot's limitation).
Due to a limit in the length of PPL code lines, I had to create multiple when statements for each type of player definition (so you don't end up with 1 code line having hundreds of opponents listed).
Downloadhttp://www.widgetmaven.com/files/profiler/profiler.zipNote: You'll need to have the Microsoft .Net v4 framework installed on your PC. You can download it from Microsoft's site at the following link:
Download Microsoft .NET Framework 4 (Standalone Installer) from Official Microsoft Download Center(If you want to check which version of .Net you already have installed you can download and run this version checker -
.NET Framework Version CheckerTrial ModeTrial mode is automatically enabled after you download and run it. When running in trial mode, all features are fully functioning, with the only limitation that it will output just 5 players for each category (5 TAG, 5 LAG etc)
PurchasingPrice is $16.95 for a one year license.Note: This product is no longer being sold due to lack of interest.
ScreenShots