Quote from Sandybestdog:
Are you guys doing all of your own programming or do you have software that you use? I have no idea where to begin doing this. I want to start off by just writing a very simple system. For instance I could tell it to buy at a certain time and then put a stop and limit that cancel once either is filled. I have done some Tradestation programming, so I generally know how it works, but I'm at a loss as to how to do this. Where do I actually write the code and how do I tell it to start trading? Can I do this all in excel, or do I need to write it somewhere else? I have installed the DDE into excel and can track my positions doing that, but I don't know what else to do. Sterling's website is not much help. They have all this code, but I'm not figuring out how to actually write a complete trading system. Any help would be greatly appreciated.
You need to write a standalone program from scratch that connects to the Sterling API. Most people I know use VB or C# since the Sterling API is ActiveX based.
So basically you are going to need to teach yourself a programming language. There are no shortcuts that I am aware of.