Used to visiting traderclub, nice to find ET.
I develop TS's for many years now manually following their signals. My intention now is to set-up a real time app in java that would trade some systems using the IB API. The application should have a historical-real time database of intraday futures prices (globex,eurex) that would be used for some analysis with nets and other methods, producing trading signals that should be directed to IB TWS.
I have already finished a version of my java app that can backtest stored data and write some results analytics. Now I am supposed to write the part that manages historical and live data prices in real time and produces signals for execution (using TWS API). Here comes my question...
What data feed should i select ? Which vendor offers both *historical and real time* feed for futures, providing at the same time a *java API* to retrieve and manipulate these data locally in my box?
For example, a system could require to analyze the last 10 days of 1min intervals to examine if a signal is triggered or not.
I have already done some research but i am rather confused. Most providers don't offer historical prices and also don't provide a java api.
Can anybody help regarding this point ? Any other recommendations from someone that already trades real-time TS's using IB or other firms ?
Many thanks!
Rapid
(apologies for my bad English
)
I develop TS's for many years now manually following their signals. My intention now is to set-up a real time app in java that would trade some systems using the IB API. The application should have a historical-real time database of intraday futures prices (globex,eurex) that would be used for some analysis with nets and other methods, producing trading signals that should be directed to IB TWS.
I have already finished a version of my java app that can backtest stored data and write some results analytics. Now I am supposed to write the part that manages historical and live data prices in real time and produces signals for execution (using TWS API). Here comes my question...
What data feed should i select ? Which vendor offers both *historical and real time* feed for futures, providing at the same time a *java API* to retrieve and manipulate these data locally in my box?
For example, a system could require to analyze the last 10 days of 1min intervals to examine if a signal is triggered or not.
I have already done some research but i am rather confused. Most providers don't offer historical prices and also don't provide a java api.
Can anybody help regarding this point ? Any other recommendations from someone that already trades real-time TS's using IB or other firms ?
Many thanks!

Rapid
(apologies for my bad English
)