Quote from Bob111:
what do you mean by fairly simple?
just describe a little bit more
i don't think that this is possible for person who does not know anything at all about programming. VB is great language,easy to learn,but it's not just point and click. don't know about limitations..i can't see any..unless there is something really complex OR there is specific requirements from broker...i work with VB and IB's API for years..incorporate their real time data is pretty simple. many samples are available at TWSAPI yahoo group.
keep in mind one more thing-write a code is easy, testing is most time consuming part.
I understand the basics of VB and how is works. I'm more worried about the computer language part though... I'm confident I would learn what I have to do but it may consume too much time because I'm a beginner nevertheless.
I want to start with a simple concept. For example, track how stocks that are priced over $100 trade (stocks will be filtered: a minimum volume, mkt cap and other features) and whether they outperform/underperform the S&P 500, Dow, Nasdaq, Russell 2000 for the day. Later, track by every 5 minutes. I'm pretty sure I can accomplish this with Excel alone, but it would get much more complex. There are as many as 100 variables and I would ultimately combine them. My goal is not to develop a trading system wit buying signals, but more of a visual tool that "computerizes" my intuition.
My description may be quite confusing, so I'll give another example. Say that I'm trading the S&P futures, I would like to know what is making the mkt move. Instead of looking at 30 charts simultaneously I want a program that quantifies my variables.
1) List earning stocks (big cap stocks that influence mkt) and quantify how they are performing relative to the mkt.
2) Economic releases and effect on mkt 10 minutes before release, during release, 10 minutes after.
3) How important stocks are trading (i.e. GS, XOM, whatever moves the mkt). Are they on highs, at lows...where are the heading relative to the mkt.
4) Important commodities...and is it coorelated to mkt... OIL!
5 )Which sectors and maybe even more specifically industries are outpeforming/underperforming the mkt. (If consumer staples are best, then its bearsh mkt sentiment).
6) What are bonds doing? For sentiment purposes...30 yr Treasury steeply rising? May be bearish..
7) Is the dollar doing any extraodinary?
8) How S&Ps are trading at assumed Support/Resistance levels. (previous days low, highs, historical levels.)
9) How is Europe closing shortly before 10am?
These variables continue... I am looking to quantify them so I can speculate whether the mkt is becoming increasingly bearish, bullish or staying neutral.