Quote from TonySanDiego:
My question would be... Can you scan for a watchlist of perhaps 100 stocks and get alerts on whichever of these 100 happened to have a fit to your criteria? Many packages can generate buy sell signals IF you are looking at the chart at the time the signal is generated.
At first it looked like I'd need a month to learn it but after about 3 evenings of working with it I've mastered most of the basics. The programming language is the biggest thing to learn but with the cut & paste of operands from a list they provide it's not that bad.Quote from TonySanDiego:
They are all a snap to use AFTER spending some considerable time learning how to use them.
Quote from SocalTrader:
You may want to look at www.trade-ideas.com we do real-time and have historical data for systems traders.
Quote from TonySanDiego:
Just to clarify what I am looking for ( besides the holy grail ).
I would like to be able to write a scan that looks at 200 stocks real time and returns an alert when it see a match for a criteria I have written.
For instance I might write a search for a NR4 on 5 min period that looks like this:
BarHi1 is the high of the most recent of the 5 min bars and BarHi4 is 4 bars previous. BarLo1 - 4 similar.
BarHI4 > BarHi3 and BarHi3 > BarHI2 and BarHI2 > BarHi1 and BarLo4 < BarLo3 and BarLo3 < BarLo2 and BarLO2 < BarLo1..... now go out and tell me WHEN and WHICH of my 200 watchlist stocks is fitting this criteria RIGHT NOW.
This is a simple example but it is what I am interested in. Investor/RT can actually do this sort of thing when it is working and not crashing.
Thanks,
Quote from TonySanDiego:
Just to clarify what I am looking for ( besides the holy grail ).
I would like to be able to write a scan that looks at 200 stocks real time and returns an alert when it see a match for a criteria I have written.
For instance I might write a search for a NR4 on 5 min period that looks like this:
BarHi1 is the high of the most recent of the 5 min bars and BarHi4 is 4 bars previous. BarLo1 - 4 similar.
BarHI4 > BarHi3 and BarHi3 > BarHI2 and BarHI2 > BarHi1 and BarLo4 < BarLo3 and BarLo3 < BarLo2 and BarLO2 < BarLo1..... now go out and tell me WHEN and WHICH of my 200 watchlist stocks is fitting this criteria RIGHT NOW.
This is a simple example but it is what I am interested in. Investor/RT can actually do this sort of thing when it is working and not crashing.
Thanks,