What is the best solution to:

Hello,

I would like to know what is the best solution:

-To scan 250 american stocks in real time, have an alert when there is a signal and send orders
- The Time frame is 5min and 1 min
-The trading system has to be in a server and not in my broker
-Send orders to interactive broker
-big community for the language of programming
-If it is possible : the cheapest


Thanks in advance
 
The cheapest way is to do it yourself. Learn a programming language and implement what you want.

Since you are using IB they usually limit the number of securities you can receive quotes for at any one time to 100 unless the commisions you pay are over a certain level. Assuming you can subscribe to 250 securities from IB then it's pretty easy to do.

If you need to get the data-feed from somewhere else it's still easy but will take you more time.

I thought IB let you set user notification events.
 
I am thinking about a program that I can download. IB feeds this program with quotes, the program scan all shares to find if there is the signal I have programmed and send orders to the market via IB.

I have a look on metatrader, I think it would do that.

Thanks
 
Quote from gg69:

Hello,

I would like to know what is the best solution:

-To scan 250 american stocks in real time, have an alert when there is a signal and send orders
- The Time frame is 5min and 1 min
-The trading system has to be in a server and not in my broker
-Send orders to interactive broker
-big community for the language of programming
-If it is possible : the cheapest


Thanks in advance

i do this with IB

java, ant, spring, and the esper CEP library

i will sell it to you depending on what you think is cheap. Or if you can get people to buy it from me you can have it for free.
 
i think u can also do it with trade ideas and sterling software
I saw in the nyc expo 1 company was showing off their sterling software with trade ideas all automated.
 
Hey did you figure out how to do this? I'd like to accomplish something similar. I need to scan through a list of every stock that trades on a certain exchange every so often.


Quote from gg69:

Hello,

I would like to know what is the best solution:

-To scan 250 american stocks in real time, have an alert when there is a signal and send orders
- The Time frame is 5min and 1 min
-The trading system has to be in a server and not in my broker
-Send orders to interactive broker
-big community for the language of programming
-If it is possible : the cheapest


Thanks in advance
 
Back
Top