Search found 8 matches

Return to advanced search

3bet Reshove Stat

Hey, I need a stat that shows me ONLY the all-in reshoves villain makes between effective stacks from 15 to 20bb. I tried the following Value Expression but the stat shows 100% (60/60) (reshoves made/opportunities): (cnt_p_3bet_20_ai / cnt_p_3bet_opp_20_ai) * 100 where (cnt_p_3bet_20_ai is sum(if[to...
by Mightyork
Tue Nov 02, 2021 4:26 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: 3bet Reshove Stat
Replies: 2
Views: 282

Duplicated marked hands

Hi! I have a problem when marking hands in game. After I mark a hand, the tracker saves it multiple times (depending on how many players are on the table) For example: in the screenshot below I marked ONLY 2 hands in game where I had T7s and K6s, but in the 'View Today's Hands' report it appears 6 t...
by Mightyork
Thu Sep 02, 2021 10:14 am
 
Forum: PokerTracker 4
Topic: Duplicated marked hands
Replies: 1
Views: 211

Hijack + Lowjack RFI

Hi! I want to build a stat that shows raise first in percentage for Hijack and Lowjack combined. Is this what I should be doing? sum(if[tourney_hand_player_statistics.flg_p_first_raise AND tourney_hand_player_statistics.flg_p_open_opp AND tourney_hand_player_statistics.position = 2+3, 1, 0]) If I wr...
by Mightyork
Sun May 30, 2021 12:15 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Hijack + Lowjack RFI
Replies: 1
Views: 293

3Bet non-all-in

Hey! I want to create a stat for non-all-in 3bets with effective stack sizes between 25bb and 200bb. Is this expression going to work for that stat? sum(if[tourney_hand_player_statistics.flg_p_3bet AND (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 25.1 and 20...
by Mightyork
Mon May 24, 2021 5:36 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: 3Bet non-all-in
Replies: 1
Views: 294

Re: BvB Fold % vs size

Thanks again for the quick answers! :)

Yes, I forgot to add the
Code: Select all
tourney_hand_player_statistics.amt_blind
when making the stat again as I wanted to cover 3 to 3.5bb

Very much appreciated! :D Have a nice day!
by Mightyork
Mon Apr 12, 2021 5:09 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: BvB Fold % vs size
Replies: 6
Views: 777

Re: BvB Fold % vs size

Understood, thank you very much! :) Another thing: when limping preflop and and facing a raise should 'raise_facing' or '2_bet_facing' be used? Eg. I want to see the situations where SB faced a BB raise after open limping preflop (SB was the first to open the action and limped) sum(if[tourney_hand_p...
by Mightyork
Mon Apr 12, 2021 9:00 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: BvB Fold % vs size
Replies: 6
Views: 777

Re: BvB Fold % vs size

I tried to make the expression work in the following way: sum(if[tourney_hand_player_statistics.position=8 AND tourney_hand_player_statistics.flg_blind_def_opp AND lookup_actions_p.action='F' AND tourney_hand_player_statistics.val_p_raise_aggressor_pos=9 AND (tourney_hand_player_statistics.amt_p_rai...
by Mightyork
Sun Apr 11, 2021 5:39 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: BvB Fold % vs size
Replies: 6
Views: 777

BvB Fold % vs size

Hey, I want to build 3 columns to replicate 1 stat from the Built-in ones: BB vs SB Open - Fold, but I want it to show fold for sizes between 2.25-2.75bb from the SB. Here it would only show the instances where the raise made was between 2.25 and 2.75 chips, NOT Big Blinds, right? If yes, how do I c...
by Mightyork
Sat Apr 10, 2021 10:01 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: BvB Fold % vs size
Replies: 6
Views: 777

Return to advanced search

cron