Hey guys!
This is my first post, I've been working on learning trading for about 6 months now so I'm still a newbie but I've put in hundreds of hours at this point into learning and finally feel like I can at least talk about the subject.
I started off with Technical Analysis and learned about all that for a bit, then I learned about something called Volume Spread Analysis which was a good introduction into understanding how to utilize volume and trying to understand "smart money." Somewhere in between there I learned how to code in Metastock to design and test systems and have been using something called Visual Strategy Trader (VST).
VST is essentially a backtester that you can code your systems into and it spits out everything in a visual no-nonsense format. I don't know if anyone here uses Metastock but to say the least it has some drawbacks. However, the great thing about using a program that looks and acts like it hasn't been updated since 1990 is that it forces you to be more efficient with your code. For example, Metastock only allows you to use up to 20 variables per indicator. Variables are a very nifty way to organize code and allow for customization, but Metastock forces you to basically find ways to make your code more efficient and elegant. There's also a maximum character limit for each indicator, no loops, etc, etc.
I use the free version of VST and have kind of made it a project to code in all of the VSTPro features. Also, while learning about TA, candlesticks, Volume Spread Analysis, etc, I would always try and code those ideas into indicators and use them as trading signals to see if they were any good.
My most recent area of focus has basically become to develop a system based on Price Action, and changing spreads. It wasn't until a few weeks ago that I finally came upon the beginnings of a system I plan to use. The system is based on EOD trading and where the price of a stock closes relative to the spread of the bar. So I can say something like, enter only when the close is in the to 95% and exit when it's in the bottom 3% and vice versa. Furthermore, I also look at the spreads of the bars to see whether or not they have increased or decreased for x number of days and if they have, it generates another signal.
That's the short just of it. It's based on the notion of supply & demand in the markets and the top down approach to system development.
I believe the relationship between price and volume are key to developing a good trading system and an overall understanding of the market. When you put it all together it kind of tells a story about what's going on with the economy, news, etc.
When I decided to start learning about trading I thought TA was the way to go and fundamental analysis was useless. Since, I don't believe in market efficiency fundamentals seemed irrelevant.
At first I thought TA was the holy grail to trading and learned about MACD, RSI, Stoch, OBV, etc, etc but slowly started to realize that it's mostly just horse shit. There are at least 23482390849023423 different types of indicators out there all promising to make you rich. Black Box systems sell like crazy which baffles me.
Presently, my mind set is that TA and FA both have their uses. You have to be able to understand financials if you want to hold any position long term. But you also have to be able to read a chart and analyze what the chart's telling you to know if you should enter or exit a trade. TA kind of helps with that, but the more complicated the indicator gets, the more useless it is in my opinion.
Anyways, I've attached 3 pictures, one of the NYSE Comp, NASDAQ Comp and S&P 500 (SPX). The green thing is the equity curve had the system been trading since 1996 through today. Red is the risk and drawdowns and there are some stats on the left.
Sorry for the long ass post.
