Automated Trading Resources

Just launched a new page called “Automated Trading Resources.” It is a compiled list of all the trading resources I have gathered over the last several years. From discussions to applications to language specific libraries — it has a whole lot there. Check it out. You can find the link in the navigation bar above.

  • Share/Bookmark

6 Responses to “Automated Trading Resources”

  • Nicolas Says:

    Hi,

    thank you for your great job. It is really useful for a lot of traders.

    Would it be possible for me to translate this page in frenche and put it in my website (french new website on automated trading)with direct links on your blog and page of course?

    Thank you very much.

    Nicolas

  • Corey Says:

    Feel free!

  • Keith B Says:

    Hi Corey,

    Great compilation of resources. I’m looking to do large-scale analyses on stocks; do you know of any products or resources that would allow, say, a C# client to retrieve technical pattern analyses for a stock (or set of data points)? For instance, I might give it the last 5 days of hi-lo-open-close for INTC, and have it return a candlestick pattern. Thanks for any ideas or links,

    Keith

    P.S. Feel free to contact me via e-mail if you’d like to get into more detail.

  • Corey Says:

    Hey Keith,
    I don’t know any specific resources for C# to retrieve technical analysis patterns, but TA-lib is a library that might do what you want check out. You can just rip prices from Yahoo! Finance. This won’t find price patterns like “head-and-shoulders” and other subjective measures like that, but it will calculate the more ‘technical’ signals (stochastics, rsi, et cetera).

    Most of the candle-stick analysis stuff will need to be done with some machine learning techniques. I have heard of some results using Neural Networks, but you are going to need to give it a training set to learn on first.

    Best of luck.

  • Madhura Says:

    Hi Corey
    I like this article. Good to know trading also using automation (S/W) part.
    Please provide some more details regarding this area.

Leave a Reply