Quote from onelot:
I'm just getting my feet wet learning about this stuff and was wondering if you guys might be able to point me toward any more resources software/books.
Here's some stuff to start with:
http://archives.math.utk.edu/topics/probability.html
The Analysis of Time Series an Introduction by C. Chatfield
Statistical Data Analysis Handbook by Fancis Wall
Probability and Statistics by Athanasios Papoulis
I have a couple of questions that maybe you guys could help me with.
The first is: should every time frame that your're looking to test on be considered a seperate data series. I know that yes will probably be the answer but it ties into the next question.
I treat all data for a symbol as part of the same time series regardless of the period I'm analyzing. The beginners in the field used to look at the data and try and find something with a positive expectation. Then they did a walkforward test to show that it persisted. I've looked at that method and found it to be pretty useless because all they're doing is mapping to the old character of the data and hoping that it continued into the future.
What I'm looking for is opportunities that show better results than 70% of random possible combinations. What I've found is these opportunities tend to persist year after year. This also gives me a objective method for stopping the use of a method before I lose any money with it.
Below is a gif for one daytrading model that has had 20+ years of profitability in the SP market. The overall profits are correllated with the daily range so that larger profits happened during periods of higher volatility.
Which is: should every variable in the individual prices (OHLC) be tested as individual data series or is there a way of grouping them... especially if you use all the inputs for trading decisions. Or I suppose the most thoruough would be to do all sorts of combinations. I can see how this could get tricky.
There's probably as many ways to view the data as there are chess moves. The more bars you look at, the more complex they become. I look at hundreds of different patterns to find relationships that may be interesting. It's only through banging out the analysis that I find something that beats randomness at a acceptable level. Here's some examples of grouping: current bar close to it's intra bar close (high+low)/2, inner range of the current bar (open and close versus high and low), high to range of current bar, etc. You can see this can go on and on. I temporarily exhausted my creativity in the hundreds of combinations but I know I'm only scratching the surface. Throw in a indicator such as macd with the patterns and you've added hundreds more combinations. If you need starting ideas, look at all the candlestick patterns.