lindridgeben wrote:Example - Villian raises SB, i defend BB and then villian check folds flop, what stat would that be, i would like to put that on my HUD.
That would be 'Fold to F Float Bet' although it isn't specific to those positions. If you want that for SB vs BB then you can add this to the default column expressions to create a new custom statistic:
- Code: Select all
cash_hand_summary.str_actors_p LIKE '98'
This tests for the SB and the BB being the players to VPIP in order - see
this post for more information on how the actors and aggressors strings work. If you need more information
this guide covers the basics on custom statistics creation,
this guide goes into more detail and
this post has an example of new stat creation.
lindridgeben wrote:Also would that be the same stat for a limped pot in the same position format?
That will also need a custom statistic. There may be some similar stats if you search this forum or the
Download Warehouse and you can edit them if they are not defined exactly as needed.