Hello there,
is it possible to load my hands in ICM trainer? When I try to use that functions it requires only xml files but the ones which pokerstars saves are text files.
How can I export it as xml?
Hello there,
is it possible to load my hands in ICM trainer? When I try to use that functions it requires only xml files but the ones which pokerstars saves are text files.
How can I export it as xml?
Hi ddoichev,
The .xml files ICM Trainer expects are those that are saved from the trainer itself, using the "Save Handlist" button.
I downloaded the app and played with it a bit, and found that each hand has the following structure:
<ICMQuiz>
<Hand>KsQs</Hand>
<Action>Push</Action>
<Result>true</Result>
<ICMSituation>
<PlayerStacks>
<float>2300</float>
<float>10900</float>
</PlayerStacks>
<PlayerBets>
<float>100</float>
<float>200</float>
</PlayerBets>
<PlayerRanges>
<float>0.5263952</float>
<float>0.3152338</float>
</PlayerRanges>
<PayOuts>
<float>0.5</float>
<float>0.3</float>
<float>0.2</float>
</PayOuts>
<Adjustment>
<float>0</float>
<float>0.5</float>
</Adjustment>
<Edges>
<float>0.03</float>
<float>0</float>
</Edges>
<SmallBlind>100</SmallBlind>
<BigBlind>200</BigBlind>
<Ante>0</Ante>
<HeroBets>0</HeroBets>
<HeroCards>KsQs</HeroCards>
<HeroStack>2400</HeroStack>
<HeroPosition>SB</HeroPosition>
<HeroIndex>0</HeroIndex>
<HeroPushRange>52.6%, 22+ Kx+ Q2s+ Q8o+ J4s+ J9o+ T6s+ T8o+ 95s+ 98o 85s+ 87o 75s+ 64s+ 54s </HeroPushRange>
<HeroAction>Push</HeroAction>
<CorrectAction>Push</CorrectAction>
</ICMSituation>
<DateTime>2021-07-03T22:24:23.9821773Z</DateTime>
</ICMQuiz>
I would likely be possible to convert PokerStars hands to this format, but some important things would be missing -- the push/fold ranges for example.
I think that the purpose of the save/load feature is to run a session through the trainer, then examine the places you got wrong, and some time later, reload that session and see if you do better.
Hold'em Resources Calculator and ICMIZER 3 both do what you are looking for I believe -- but I'm not sure as I don't have either of them installed.
Best Regards,
VS