buy and sell using Interactive Brokers streaming data and Rapidminer model
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.
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
0 -
@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.
1