Hi,
I am in need for a simple automated trading system. I used to work for a hedge fund and now planning to run the strategies from home. I need some suggestions on some good platform that I could use that is simple, streamlined and easy to back-test and automate.
I don't need any charting capabilities or advanced analytical tools/capabilities, what I need is:
- real time market data: I should be able to register a market data listener that gets call back when the quotes change.
- real time trades: register a trade listener that gets call back when there are new trades.
- order management: simple calls to send new orders, cancel, amend, etc.
- access to historical data: quotes/trades/volume etc.
I saw some tools from brokers on the net and I found some of them really advanced with charting, powerful scripting languages. I could not find these simple features described somewhere behind all the complicated jargon of features and aspects of the language and charts and so on..
What I need is something simple yet fast and streamlined system. I need access to the data in real time via listeners. All the analytics I can do on my own. It would be better if it is available in a known programming language such as Java/C++.
I built a simple java based simulation framework that actually achieves the above goals but I am not sure how to attach them to brokers to access their data and trading facilities.
Please bear my innocence as I am just starting something on my own.
thanks,
Sam
I am in need for a simple automated trading system. I used to work for a hedge fund and now planning to run the strategies from home. I need some suggestions on some good platform that I could use that is simple, streamlined and easy to back-test and automate.
I don't need any charting capabilities or advanced analytical tools/capabilities, what I need is:
- real time market data: I should be able to register a market data listener that gets call back when the quotes change.
- real time trades: register a trade listener that gets call back when there are new trades.
- order management: simple calls to send new orders, cancel, amend, etc.
- access to historical data: quotes/trades/volume etc.
I saw some tools from brokers on the net and I found some of them really advanced with charting, powerful scripting languages. I could not find these simple features described somewhere behind all the complicated jargon of features and aspects of the language and charts and so on..
What I need is something simple yet fast and streamlined system. I need access to the data in real time via listeners. All the analytics I can do on my own. It would be better if it is available in a known programming language such as Java/C++.
I built a simple java based simulation framework that actually achieves the above goals but I am not sure how to attach them to brokers to access their data and trading facilities.
Please bear my innocence as I am just starting something on my own.
thanks,
Sam