Brovashift wrote: ↑Tue Jun 21, 2022 3:27 pm
Hi all,
I have heard Peter say on many occasions about modeling the data, but Im curious to know why we'd want to do it, and how to go about it.
Is modelling data a way to program a trading idea into a type of simulator where we can e.g. find out if it would have a positive or negative expectancy over 100... 200... 500 trades for example?
If this is the general premise, then how would I start to model data? I found an interesting source on Betfair that talks you through the initial steps and suggests "R" or "Python" languages to get started. I have some experience with C#, and even less with Java, but I thought my days of stressing over 1 line of code for 18 hours, only for the answer to pop into my head at a randon moment while doing the washing up or some other mundane task, were well behind me lol.
Is modelling data where we separate the men from the boys with regards to trading success? I will if I have too

lol.
TIA
the short answer is yes!! yes, as in, we do want to model our data to find patterns, deviations and outliers that we can attribute some sort of categorisation against.
I can't speak for PW, but when I was working on strats for BF, I stored everything related to horses and dogs into a database and then (using c#) created a backtesting engine against which I could deploy different coded strategies. Using the same database (in a different set of tables), I'd store the results of my simulations. In effect, these simulations were behavioural models from which I hoped to capitalise on in the live markets.
In many ways, such modelling leads to confirmation in a general sense, but obviously, the market is a fairly complex system and thus the transition from modelling to live bets often requires additional *data* that isn't captured in the raw price feeds. So yes, modelling does yield a lot of answers and saves a lot of wasted time (or rather, time that could be used elsewhere) trying out ideas. So modelling in a way gives you a reassurance when deploying a strategy as you'll have provided a multitude of data and parameters over a wide time horizon, and thus should be able to apply it to the market with greater confidence.
I'm sure Shaun will definitely have a lot more to add to this as he has majored on this for quite some time and has it down to a fine art.