by kraada » Tue Feb 12, 2013 9:41 am
To test for facing a 2-3bb raise you'd need to test for:
tourney_holdem_hand_player_detail.amt_p_raise_facing between tourney_holdem_blinds.amt_bb * 2 and tourney_holdem_blinds.amt_bb * 3
Note though that if you face a second preflop raise though this data will be overwritten (we only store the size of the last raise you faced preflop in PT3; this is rectified in PT4).
Yes, that is a 4-6BB 3bet. It's to what the total raise was made to - so if someone else opens for 4BB it's going to be impossible for this stat to trigger (from 1 to 4 is a raise of 3 so the next valid raise would be at least 3 more or to 7, which is more than 6).
And finally that stat will return 0 in that situation - when the BB raises of the limp it is a first raise, but it is not an open opportunity for him as the btn already opened the pot (with a limp).