• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Algo based on closing data

Joined
8/14/11
Messages
15
Points
11
Hey All, I've recently, just for the practice, been looking to implement a small algorithmic trading system. I've read up on a few strategies and have noticed that most are based on having access to real time intraday data, which is fairly expensive to acquire. I was wondering if anyone knew of any strategies that could be implemented based on end of day data instead, since this could be obtained easily. I'm not really worried about how well the strategy produces positive results, I more just want the practice of implementing one. If anyone know of any books or links that explains one, please let me know.

Thanks in advance.
 
Back
Top