I thought I'd take a look at X-Feeder for a change, and as per usual I'm struggling with the basics.
What I would like to do is follow the card derby, and keep a note of the strike rate of the suits. For example, I would like to be able to look at the last (say) 12 games, and work out the percentage of times each suit has won.
I'm guessing I would need to keep 12 user variables, and move the win markers along every game. But how do I know which suit has won? Would I have to do virtual bets, and keep a tally of wins? If I do that, how do I keep real bets separate from virtual ones? In order to do that, I also presume I'd have to keep four sessions running, one for each suit?
Am I asking the impossible, have I missed something simple, or does it just sound too horrible to contemplate?