I have a relatively simply trading strategy that I need to completely automate to run unattended. The strategy consists of buying 10 predetermined stocks near Monday close, setting negative, positive trigger and trailing stops, and then continuously monitoring the price to sell if a stop is encountered. The negative and positive stops can change on a daily basis - they are not calculated but are predefined - taken from a table. For those stocks that make it through the week without encountering a stop, they are sold near Monday close, and the next set of 10 stocks is then purchased and the process repeats.
I need to go to automated trading because my work hours and Internet environment prohibit me from accessing IB or any other sophisticated broker that sends real-time signals during trading hours.
I am new to automated trading, and am attempting to write an Excel-Visual Basic program using IB's TWS API's to automate this trading strategy. While I am a fairly experienced programmer, I am running into problems with Excel and VB and am seeking out off-the-shelf software. There is so much software out there that it is hard to know what to get, and what really works. It appears that some of the automated trading software is far more sophisticated than what I need. My trading strategy may evolve over time to become more sophisticated, but at this time appears to be quite simple versus what some of these software programs tout. I need software that allows me to quickly construct this simple trading strategy, that is very reliable in executing this strategy and running unattended during the day.
Any recommendations and comments would be greatly appreciated.
Thanks,
Dave
I need to go to automated trading because my work hours and Internet environment prohibit me from accessing IB or any other sophisticated broker that sends real-time signals during trading hours.
I am new to automated trading, and am attempting to write an Excel-Visual Basic program using IB's TWS API's to automate this trading strategy. While I am a fairly experienced programmer, I am running into problems with Excel and VB and am seeking out off-the-shelf software. There is so much software out there that it is hard to know what to get, and what really works. It appears that some of the automated trading software is far more sophisticated than what I need. My trading strategy may evolve over time to become more sophisticated, but at this time appears to be quite simple versus what some of these software programs tout. I need software that allows me to quickly construct this simple trading strategy, that is very reliable in executing this strategy and running unattended during the day.
Any recommendations and comments would be greatly appreciated.
Thanks,
Dave