The ACD Method

The other byproduct of daily scoring is that the data is de-trended and 'stationary'. Trying to make OHLC data 'stationary' can be a nuance as it is highly influenced by lookback period used etc.

Daily scoring alone is a massively powerful tool and makes the all other methods of OHLC analysis seem redundant. Since I using ACD I have never looked at another price chart the same since.

It becomes even more useful for 'price action' analysis as you have mentioned numerous times already on this thread. Especially when compared to the other methods of monitoring price action such as highs vs highs etc.

Every time I read a thread on other trading forums where people have been discrediting ACD since it doesn't stand up to a backtest, I just have to laugh. These people really aren't seeing the forest for the trees...

Well, because they don't know how to properly back test data. ACD is much more quantitative then technical. It's less about looking at pretty charts and more about looking at data.
 
Well, because they don't know how to properly back test data. ACD is much more quantitative then technical. It's less about looking at pretty charts and more about looking at data.
With that in mind I am just about to go all quantitative with my data :-)

In my last post I assumed the data to be stationary - making assumptions in this game is a flawed concept. I have a feeling that the data might not be stationary but I am going to test it using a few splits over the coming week.

I then plan to go down the normal route of testing independence, randomness, serial/auto correlation etc etc. It is in these kind of studies where the power of "R" really shines through, there really is nothing better.

Clifford Sherry´s "The Mathematics of Technical Analysis" goes over these concepts an more. I also managed to find this paper that's worth a read for anyone who is interested.
 

Attachments

With that in mind I am just about to go all quantitative with my data :)

In my last post I assumed the data to be stationary - making assumptions in this game is a flawed concept. I have a feeling that the data might not be stationary but I am going to test it using a few splits over the coming week.

I then plan to go down the normal route of testing independence, randomness, serial/auto correlation etc etc. It is in these kind of studies where the power of "R" really shines through, there really is nothing better.

Clifford Sherry´s "The Mathematics of Technical Analysis" goes over these concepts an more. I also managed to find this paper that's worth a read for anyone who is interested.

Number lines are for the most part stationary but like all time series data, the lookback period is important. Over very short time periods, the data may not be stationary but in the longer term number lines always swing back and forth above and below which makes them very robust for time series forecasting. And yes, R is a great tool for ACD data. I'm trying to utilize it more and more.
 
Number lines are for the most part stationary but like all time series data, the lookback period is important. Over very short time periods, the data may not be stationary but in the longer term number lines always swing back and forth above and below which makes them very robust for time series forecasting. And yes, R is a great tool for ACD data. I'm trying to utilize it more and more.

Mav have you tried just testing the raw day scores for stationarity?

I have heard of many people using differencing on time series to de-trend before testing for stationarity. The actually scoring of days should de-trend the data for us and then I would like to test just the raw scores for being stationary or not.
 
Mav have you tried just testing the raw day scores for stationarity?

I have heard of many people using differencing on time series to de-trend before testing for stationarity. The actually scoring of days should de-trend the data for us and then I would like to test just the raw scores for being stationary or not.

I haven't run a Dickey-Fuller root test yet on the data but will. Just from visual inspection I can see the data go back and forth above and below zero as it should which shows it exhibits some form of stationarity. Numberlines are by defintion bounded by time right, they can get to extreme values but they can only go so far because they start dropping off so there is a natural bound built in which means you can use a stochastic process to model it.

But I'm definitely interested in hearing what you find as I have not run the tests yet. So don't let me stop you! :)
 
With that in mind I am just about to go all quantitative with my data :)

In my last post I assumed the data to be stationary - making assumptions in this game is a flawed concept. I have a feeling that the data might not be stationary but I am going to test it using a few splits over the coming week.

I then plan to go down the normal route of testing independence, randomness, serial/auto correlation etc etc. It is in these kind of studies where the power of "R" really shines through, there really is nothing better.

Clifford Sherry´s "The Mathematics of Technical Analysis" goes over these concepts an more. I also managed to find this paper that's worth a read for anyone who is interested.

Honestly, I didnt find anything in that article useful. He's basically saying "the rules work until they dont." It sounds to me like he was trying to get more published/famed than alluding to anything useful.
 
Agreed its really just a dumbed down explanation of what stationarity is. I linked it just in case anyone was interested in what I was waffling about :)

@ Mav I believe that the URCA package in R has a Dickey-Fuller root test. When I get some time I will run the raw daily scores through it and see what we get.
 
Last edited:
Since it was so simple to do, see the attached .txt files one for raw scores and one for 30 day.

Start dates were 23/10/2015 for 30 day and 14/09/2015 for the raw.

The results seem to agree with what you were saying Mav. I will run more tests when I am less tired :)
 

Attachments

Back
Top