I believe that an automated system can be successful because it takes the emotion out of the equation. Traders tend to get greedy or panic and fail to follow their trading strategy. Automated systems can also react much faster than people.
I wrote an automated trading system that works with TDAmeritrade, so it can't do futures or forex, but it works with stocks.
This system is written in C# and uses something called TradeScript from Modulus Financial Engineering. It streams ticker data from TDAmeritrade. It places the buy order and monitors the ticker data to manage the sell order by tightening stops and/or selling at a specific profit margin. It also monitors the TICK and the TRIN and the major indices and can be set to suspend trading when any of these hits their tolerance levels.
It works pretty well with one problem...I need a winning trading system to put into it. The best of the strategies I have tried so far will make money in the long run, but not a lot of it. Part of this is due to the modest size of my account. Commissions end up eating away all of my profits.
I have a backtesting module built in. I am interested in finding some good intraday trading strategies to backtest.
c?c
I wrote an automated trading system that works with TDAmeritrade, so it can't do futures or forex, but it works with stocks.
This system is written in C# and uses something called TradeScript from Modulus Financial Engineering. It streams ticker data from TDAmeritrade. It places the buy order and monitors the ticker data to manage the sell order by tightening stops and/or selling at a specific profit margin. It also monitors the TICK and the TRIN and the major indices and can be set to suspend trading when any of these hits their tolerance levels.
It works pretty well with one problem...I need a winning trading system to put into it. The best of the strategies I have tried so far will make money in the long run, but not a lot of it. Part of this is due to the modest size of my account. Commissions end up eating away all of my profits.
I have a backtesting module built in. I am interested in finding some good intraday trading strategies to backtest.
c?c