Search results

  1. C

    Ford and the 65 mgp Car

    For the same reason alcohol is legal and marijuana is not: precedence.
  2. C

    Kaufman's "Efficiency Ratio" Excel

    This might work...
  3. C

    Hedge Fund Strategies

    Though, in some cases it is. A friend of mine loves to play ranging markets, and then play the breakout. He firmly believes that the breakouts are accelerated because of a rapid covering / selling of the positions that have queued up due to the ranging market. I explained to him that when he...
  4. C

    Acrary is a genius!

    To summarize this thread for those who have showed up late, "I knowwwwww a secret youuuuuu don't. Na na na na na na!"
  5. C

    Acrary is a genius!

    Okay.
  6. C

    Use random walk to make $$$

    That's because I am. Gil Blake states that if you take a subset of stocks (typically related by industry) with a highly correlated, statistically significant price movement, that with high probability, the following day will have a movement in the same direction. In the short run, he claims...
  7. C

    Use random walk to make $$$

    Right, but Gil Blake is saying, if I am interpreting him correctly, that the 'unknownable surprise' is actually predictable, with high success, on certain days.
  8. C

    Use random walk to make $$$

    In my opinion, Gil Blake proves you wrong. Fish swim together.
  9. C

    Acrary is a genius!

    I've noticed very similar things. I've also found that these fat-tail periods are best identified using proxies to psychological indicators... at least if you are trading a more macro product (sector etfs, et cetera)... Even measuring a recent 'risk/reward' metric versus historic...
  10. C

    Testing Candlesticks

    Great stuff. Thanks!
  11. C

    Testing Candlesticks

    I enjoy the premise, and would love to seem more articles on similar topics, but the article lacks follow through. 'Expectancy' and 'on average' are the most dangerous words in ivory tower jargon. It's why so many portfolios are spectacular on paper, but fail miserably in real life -- the...
  12. C

    relative strength

    I would first ask myself the question, "How often are 90% of the stocks in a sector up significantly in the same time period..." In my experience? Not often -- which in and of itself is a rather powerful signal... As for the direction? I leave for you to do a bit of legwork on. Though...
  13. C

    Going to Consult a Programmer - Advice Appreciated

    History of writing applications for other users. It's one thing to write code for yourself, it's something completely different to write code for other users.
  14. C

    Recommended Programming Language for Finance

    Look a few posts up...I did :D
  15. C

    Recommended Programming Language for Finance

    I've been programming in C++ for over 7 years and I still can't say I know C++. It is, by far, the worst language I have ever worked with. Undefined behavior this, undefined behavior that. The standard is full of it. I think it is impossible to truly 'know' C++. What you need to realize...
  16. C

    Hedge Fund Strategies

    Statistics. Learn it. Love it. Live it.
  17. C

    Amazon EC2: Tested and Rejected

    I honestly can't remember what I used. It was well over a year ago since I needed it -- and long before they came out with the different scale servers. All I did was create a packaged bundle of tools I needed, then loaded them on my website. When I loaded a new AMI, I would just wget my...
  18. C

    Amazon EC2: Tested and Rejected

    I've used the EC2 service many times. I find it to be quite useful in terms of data mining and large data processing. The power of EC2 isn't in using a single instance. It's using multiple instances, in an inexpensive manner. In my case, I had twenty years of historical information...
  19. C

    Finding Peaks and Troughs

    I hate back testing and optimizing, but I felt that looking at different charts, it found the highs and lows I wanted it to find. I found that a 5 day simple moving average was too fast, and that I would get 1 bar blips above the average that weren't long-term peaks, but short term randomness...
  20. C

    Finding Peaks and Troughs

    I've been struggling for quite a while to find an appropriate formula for finding peaks and troughs. I find 'swing highs' and 'swing lows' based on some arbitrary look-back distance to be a bit too crude. It misses the heart of the subject, and adds an extra layer of constraint I don't...
Back
Top