The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
buy and sell using Interactive Brokers streaming data and Rapidminer model
bill_gundas
Member Posts: 1 Learner I
I would appriciate a starting point.
I am a C# programmer. I can write the code. I don't know where to make a call or if there is any possibility of doing this.
if you have any idea on where to start , please comment.
i don't have any idea on where to start.
i need to consume IB data stream, come up with some sort of up down or natural prediction of the stock that i am listening.
Tagged:
0
Answers
hi @bill_gundas welcome to the community. That's a good question. Can you describe the data stream structure a little bit more? I've done a lot of API work but this looks more real-time than that. Once I can understand better your data source, I can hopefully guide you to the most useful RM tool...
Scott
@bill_gundas doing this in realtime and using the RM platform will be hard. If you're doing EOD data, then it should be a lot easier.
If you want to go the realtime route, you're probably going to have to embed the RM java libraries and algos into a custom java program that connects to Interactive Brokers.