PDA

View Full Version : custom stats / help a noob



kaizer1981
03-11-2011, 01:48 PM
custom stats - would like to create a few, but am lost on the coding used, i looked through the sticky at the top of the forum, in which it says about creating stats / lists all the stats formula's from HEM. Unfortunately i still have no clue where to start. The stats i'd like to create are for 3betting, namely double barrel in 3bet pot, and tripple barrel in 3bet pot. I'd also like one that tells me how often someone folds there BB versus a small blind steal. Any help would be much appreciated thx in advance john

kaizer1981
03-11-2011, 10:13 PM
ok so i went into the filter section and got what i wanted and saved it... nextt i went into where my filters are saved in the c drive, and when i opened it using wordpad i found this which looked like it may be helpful....

"IsTourney,IsTourney,EqualTo,false,False
PokerGameType,PokerGameType,In,0~3~6~1~4~7~2~5,Fal se
Did 3Bet = True,@@((PH.PreflopAction_ID = 3 or PH.PreflopAction_ID = 4) and PH.firstpreflopactiontype_id = 3),EqualTo,True,False
Saw Flop = True,@@PH.MaxStreetSeen >= 1,EqualTo,True,False
Flop Continuation Bet Possible = True,PH.flopcbetpossible,EqualTo,True,False
Flop Continuation Bet Made = True,PH.flopcbetmade,EqualTo,True,False
Saw Turn = True,@@PH.MaxStreetSeen >= 2,EqualTo,True,False
Turn Continuation Bet Possible = True,PH.turncbetpossible,EqualTo,True,False
Turn Continuation Bet Made = True,PH.turncbetmade,EqualTo,True,False
Saw River = True,@@PH.MaxStreetSeen >= 3,EqualTo,True,False
River Continuation Bet Possible = True,PH.Rivercbetpossible,EqualTo,True,False
River Continuation Bet Made = True,PH.Rivercbetmade,EqualTo,True,False"

although it isnt nearly the same as the stat formulas listed in the sticky. anybody know if i m on the right track thx john