• 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!

question about algo trading

Joined
9/2/10
Messages
3
Points
13
Hey, guys.
I'm currently envolved in a project in figure out trading signals based on the price of a specific equity. What is the best way to figure out its trading signal based on historical signal? I'm looking into classification and decision tree, any ideas?

PCA is a good thing, but I'm not allowed to use it in this project.
 
TradeStation belongs to Algo trading?

Hi my company uses TradeStation for prop trading.

I'm wondering whether that belongs to the category of Algo trading?
 
How much time do you have? What kind of equities are you looking at?

There is no best way, as it depends on the equities you are looking at. There are many momentum and mean reversion strategies out there. Which way do you want to go?
 
Back
Top