Search found 44 matches

Return to advanced search

How to figure out if some action is +EV?

Let's say that we want to know if our flop cbet/call line is +ev. At first we filter for the particular spot and get listed all hands where we've cbet/called. At the bottom we see the sum over all filtered situations - assume that it's negative. One might think that we are losing money in this spot ...
by friidayy
Mon Feb 26, 2024 9:15 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: How to figure out if some action is +EV?
Replies: 1
Views: 187

Re: Calculation of Encountered Action with Size

Looks like PT4 is using r% = (r-b)/(2x b + p + (r-b)), right?
by friidayy
Wed Dec 13, 2023 4:09 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Calculation of Encountered Action with Size
Replies: 2
Views: 1969

Calculation of Encountered Action with Size

Hello, I have a problem understanding how bets and raises are handled within pt4. Regarding bets: - My expectation: bet in % of pot = bet/pot (denominator is the pot before the bet) - How PT4 works: bet in % of pot = bet/(bet+pot) (denominator is the pot after the bet) Regarding raises: - My expecta...
by friidayy
Tue Dec 12, 2023 10:54 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Calculation of Encountered Action with Size
Replies: 2
Views: 1969

Re: Multi street statistics

Ok, I adjusted cnt_t_face_bet_after_cb_call_flop_oop to sum(if[cash_hand_player_statistics.flg_f_cbet and cash_hand_player_statistics.amt_t_bet_facing > 0 and NOT cash_hand_player_statistics.flg_t_has_position, 1, 0]) Stats are now almost identical. Original: 34% (34/99) New one: 33% (34/102)
by friidayy
Wed Jul 05, 2023 12:12 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Multi street statistics
Replies: 7
Views: 530

Re: Multi street statistics

Just to make sure that I understand everything correct, I wanted to validate two different formulations that should result in the same statistic. First one (the original one): Check/Fold to T Bet After CBet & Call Flop (cnt_t_xf_after_cb_call_flop_oop / cnt_t_face_bet_after_cb_call_flop_oop) * 1...
by friidayy
Wed Jul 05, 2023 7:56 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Multi street statistics
Replies: 7
Views: 530

Re: Multi street statistics

cnt_t_face_bet_after_cb_call_flop_oop reads sum(if[cash_hand_player_statistics.flg_f_cbet and lookup_actions_f.action = 'BC' and lookup_actions_t.action LIKE 'X_%', 1, 0]) What does 'X_%' exactly mean? I guess, X for check and _% for some arbitrary action? Let's say I want to adjust their code for I...
by friidayy
Mon Jul 03, 2023 3:59 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Multi street statistics
Replies: 7
Views: 530

Hand History Export with Stack sizes left on every Street

Idk if this is already implemented and I just couldn't find it. If not, this would be a helpful feature for posts in online forums, such that people don't have to figure it by themselfs.
by friidayy
Mon Jul 03, 2023 3:28 am
 
Forum: PT4 Feature Requests
Topic: Hand History Export with Stack sizes left on every Street
Replies: 0
Views: 7276

Multi street statistics

Hello, I want to extend my HUD with non-standard (e.g. River Cbet) multi street statistics, for example Call Flop Raise and Fold Turn. Are there any good available? At the moment I mainly use WSDWRF (Won Showdown when Raise Flop) as a guideline when I am the defender. Should I create my own stat for...
by friidayy
Fri Jun 23, 2023 5:04 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Multi street statistics
Replies: 7
Views: 530

Re: Limped Pot Stats

ok, for "Fold to Bet Turn Limped MW Pot" i got: (cnt_t_fold2bet_limped_mw_pot / cnt_t_fold2bet_limped_mw_pot_opp) * 100 with cnt_t_fold2bet_limped_mw_pot sum(if[cash_hand_player_statistics.amt_t_bet_facing > 0 and (lookup_actions_t.action SIMILAR TO '(F|XF)') and lookup_actions_f.action = ...
by friidayy
Wed May 10, 2023 10:27 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Limped Pot Stats
Replies: 12
Views: 1375

Re: Limped Pot Stats

cnt_t_bet_limped_mw_pot sum(if[cash_hand_player_statistics.flg_t_bet and cash_hand_summary.cnt_players_f >= 3 and lookup_actions_f.action = 'X' and NOT(cash_hand_player_statistics.flg_p_face_raise) and cash_hand_player_statistics.cnt_p_raise = 0, 1, 0]) ----------------------------------------------...
by friidayy
Tue May 09, 2023 11:56 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Limped Pot Stats
Replies: 12
Views: 1375
Next

Return to advanced search

cron
highfalutin