Background:
I am an IT engineer, from Holland. I live in Asia and I have a full time job.
I "played" some stock before won big with the banking crises (buying banks when they were at their low) and lost even bigger buying uranium mining companies after the Japan nuclear mishap. Down 30K USD to 7.5K (still have it). That is a while ago.
I don't know quite how this got started, but I found this online website where you could analyse charts (with MACD, SMA, EMA) and kind of "play" some stocks historically. If you were "reading" the charts right you could consistently win, maybe, and bring up your capital. I don't remember the website, but it's not relevant to the story. Basically I spend (used to spent) a lot of time at work being bored.
That got me started on creating my own stock charts. I researched what software I could use for that, such as Excel or other tools. I tried various Java / JavaScript / other types of tools. I ended up with R. I think a module called quantmod. Well I worked on creating graphs and trying to see how to enter winning trades for a while. Then at some point I found something called quantstrat which is a module for R where they let you model quantitative strategies.
Basically R with quantstrat lets you download historical data for stocks or what not from Yahoo or Google and use whatever strategy you have programmed to invest this over the years.
Well that is kind of where I am at now, except that I think I found a strategy that is not too bad. I tried strategies where I would buy / sell stock very short term initially. That did not work out too well. I tried various indicators and variations of indicators and combinations thereof such as MACD, EMA, SMA, RSI, ATR, etc.. Then I switched to long term. I did find one long term strategy that was not too bad, but nothing impressive.
Now my latest strategy I'm pretty happy with. I would call it swing trading, but I'm not expert. I stay in stock anywhere from a few days to ... letting it ride for a long time with a trailing stop. It's swing trading because I buy when I think it's swinging up. I don't buy on the swing down. I don't short anything. I just stay long in stock that I think is doing good (or anyway the program thinks so). By the way I buy on market open because that's how quantstrat works the way I model things and I have a day job anyway.
Having said that it's all paper. I tried paper trading with Interactive Brokers. Happy with the experience over all, except that it's not accurate on paper. They don't have OPG (buy on open) for paper trading accounts and somehow my SELL LMT was being hit while actual stock never got that high that day, so I was making a lot of profit very quickly, which was definitely not realistic. I think that's how the paper accounts work.
I'm in a real account now, funded it with 42K USD (well my wife). I'm testing with 4K out of that 42K right now. One trade / stock is 200USD, so I can trade 20 at a time until I start losing or gaining.
That's where things are right now.
Oh and I don't look at graphs personally. I select stocks from all stocks on NYSE using a script. Then I do some extra selections (based on volume, etc..) and I end up with like 1600 stocks. I let my script take a random selection of those and run analysis and show me what trades it wants to enter. So it's all a script (R with quantstrat) and no emotion (I hope) until I start losing big I guess ;-)
First day of trading I entered like 7 stocks. I exited 2 automatically the first day (because of the stop). I bought another 6-7 today. I think it takes like a week or a little more for me to be "all-in", which means all the cash will be in the market around that time. Anyway it's just 4k right now.
I have huge hopes for my strategy, but well my strategy looks too good to be true. Basically no drawdowns (yearly) for last 16 years and very high annual return. But that's fine too right, if my real trading shows significant differences with what my program is showing me I can try to fix it and go back to the old drawing board. With my trailing stops my losses can't get very huge fast anyway unless I keep re-investing, unless market loses a lot overnight in all stocks.
I am an IT engineer, from Holland. I live in Asia and I have a full time job.
I "played" some stock before won big with the banking crises (buying banks when they were at their low) and lost even bigger buying uranium mining companies after the Japan nuclear mishap. Down 30K USD to 7.5K (still have it). That is a while ago.
I don't know quite how this got started, but I found this online website where you could analyse charts (with MACD, SMA, EMA) and kind of "play" some stocks historically. If you were "reading" the charts right you could consistently win, maybe, and bring up your capital. I don't remember the website, but it's not relevant to the story. Basically I spend (used to spent) a lot of time at work being bored.
That got me started on creating my own stock charts. I researched what software I could use for that, such as Excel or other tools. I tried various Java / JavaScript / other types of tools. I ended up with R. I think a module called quantmod. Well I worked on creating graphs and trying to see how to enter winning trades for a while. Then at some point I found something called quantstrat which is a module for R where they let you model quantitative strategies.
Basically R with quantstrat lets you download historical data for stocks or what not from Yahoo or Google and use whatever strategy you have programmed to invest this over the years.
Well that is kind of where I am at now, except that I think I found a strategy that is not too bad. I tried strategies where I would buy / sell stock very short term initially. That did not work out too well. I tried various indicators and variations of indicators and combinations thereof such as MACD, EMA, SMA, RSI, ATR, etc.. Then I switched to long term. I did find one long term strategy that was not too bad, but nothing impressive.
Now my latest strategy I'm pretty happy with. I would call it swing trading, but I'm not expert. I stay in stock anywhere from a few days to ... letting it ride for a long time with a trailing stop. It's swing trading because I buy when I think it's swinging up. I don't buy on the swing down. I don't short anything. I just stay long in stock that I think is doing good (or anyway the program thinks so). By the way I buy on market open because that's how quantstrat works the way I model things and I have a day job anyway.
Having said that it's all paper. I tried paper trading with Interactive Brokers. Happy with the experience over all, except that it's not accurate on paper. They don't have OPG (buy on open) for paper trading accounts and somehow my SELL LMT was being hit while actual stock never got that high that day, so I was making a lot of profit very quickly, which was definitely not realistic. I think that's how the paper accounts work.
I'm in a real account now, funded it with 42K USD (well my wife). I'm testing with 4K out of that 42K right now. One trade / stock is 200USD, so I can trade 20 at a time until I start losing or gaining.
That's where things are right now.
Oh and I don't look at graphs personally. I select stocks from all stocks on NYSE using a script. Then I do some extra selections (based on volume, etc..) and I end up with like 1600 stocks. I let my script take a random selection of those and run analysis and show me what trades it wants to enter. So it's all a script (R with quantstrat) and no emotion (I hope) until I start losing big I guess ;-)
First day of trading I entered like 7 stocks. I exited 2 automatically the first day (because of the stop). I bought another 6-7 today. I think it takes like a week or a little more for me to be "all-in", which means all the cash will be in the market around that time. Anyway it's just 4k right now.
I have huge hopes for my strategy, but well my strategy looks too good to be true. Basically no drawdowns (yearly) for last 16 years and very high annual return. But that's fine too right, if my real trading shows significant differences with what my program is showing me I can try to fix it and go back to the old drawing board. With my trailing stops my losses can't get very huge fast anyway unless I keep re-investing, unless market loses a lot overnight in all stocks.