The ACD Method

Discussion in 'Technical Analysis' started by sbrowne126, Jul 16, 2009.

  1. So I was able to code the NL scoring and I ran it for a variety of OR's and trading hours and than ran ran some correlation analysis on all those scores vs a variety of % changes in the underlying IE change tomorrow, 3 day, 7 day change etc... Some interesting takeaways...

    1. The numberline score with the most predictive value value tends to be the shortest numberline.
    2. Numberline score and % change for the day that generated that score are very weakly correlated. In fact for gold the most predictive numberline time period is the least correlated with that days close to close % change. This is a very good thing because it shows that NL is looking at the markets in a unique way vs measuring pure momentum.
     
    #12981     Mar 20, 2017
    deltastrike likes this.
  2. Here is a scattergraph of short NL on gold vs 3 day pct change. Of the greatest interest I think is the noticeable lack of big down moves with a NL > 5, and a less noticeable lack of big up moves with a NL <-4.
     
    #12982     Mar 20, 2017
  3. Way back in this thread Shan reported his findings on the 5D NL rate of change. A couple of years ago I spent a long time investigating that, manually, since I can't code and at my age I don't want to spend the time to learn (it's all opportunity cost for my time nowadays). @Robert Yanks can point you to the page, he actually refreshed my memory on that.

    Since I know options, I used the same concepts and developed 2nd-4th order derivatives of the 5D NL and they are pure gold in flagging moves. Once the move is underway, less useful with the ebb and flow.
     
    #12983     Mar 20, 2017
    baggerlord likes this.
  4. Here is a list of fed minutes scraped from the fed site *Not checked for errors.

    For educational purposes the attached is the code in R that I used to scrape it. I threw it together quickly as I don't have much time but you could probably code something similar in Python.

    Hope it helps.
     
    #12984     Mar 20, 2017
  5. So I was playing with some filters on gold NLs and found some very promising ones based on that scatter graph I posted. Took same filters and applied them to ES without any tweaks. First time I've messed with ES at all really, and got these results. :) I'm going to look through and make sure I didn't accidentally let it see into the future or something but needless to say this is encouraging. :)

    I know the source of the 0 spikes btw. Haven't bothered cleaning it up but it won't change the distro once I get rid of it.
     
    #12985     Mar 20, 2017
  6. HI Bagger,

    Can you explain your x&y values please?

    Thanks
     
    #12986     Mar 20, 2017
  7. They are all of the same subset of days. X axis is % change over the designated time period following the NL I filtered for, Y axis is count. Having said that, I'm not naïve so right now I'm trying to find my mistake.
     
    #12987     Mar 20, 2017
    redbaron1981 likes this.
  8. Maverick74

    Maverick74

    Great to see this thread hopping again! :)
     
    #12988     Mar 20, 2017
    redbaron1981 likes this.
  9. It's like the markets. It ebbs and flows, but it is never wrong and is always riveting when it moves.
     
    #12989     Mar 20, 2017
    Robert Yanks and Maverick74 like this.
  10. My pleasure. :)
     
    #12990     Mar 21, 2017
    MoneyMatthew and themickey like this.