Show HN: Bateman, a stock trading system I'm working on
21–30 of 53 posts
Re: Show HN: Bateman, a stock trading system I'm working on
#22It's easy to come up with an algorithm, but where the real pro's win is with risk management.
EDIT: This isn't meant to be negative at all. Keep up the good work, but know that you're just starting down the rabbit hole now.
Re: Show HN: Bateman, a stock trading system I'm working on
#23I trade real money on a similar system, but using genetic algorithms. I worked on it for maybe 4 years before putting money on it in 2013. So far, I'm up 1.05% on $284K traded. I wrote my own fairly pessimistic backtester. Also, I currently use the generated models for buy signals, but I tend to sell earlier than they dictate, because I find it hard to turn down even a modest profit.
Out of interest, is that better or worse than you were expecting? You don't say when in 2013 you started, but since the start of the year the S&P is up around 6%, the NASDAQ composite is up 4.5%, and the FTSE All Share is up a similar amount. Assuming you did put the money in in January you would have probably made more profit by simply investing in an index tracker.
My gains are realized. And fairly predictable.
Also, I only have about $55k in capital. But my rapid buy/sell cycle (not HFT) allows me to keep 'reusing' it.
Re: Show HN: Bateman, a stock trading system I'm working on
#24Re: Show HN: Bateman, a stock trading system I'm working on
#25I've toyed with this kind of thing before and things can look good in simulation, until I incorporated realistic effects of: - trading commissions & fees - capital gains taxes - currency exchange (for those of us "unamericans") then all of a sudden blammo, I decided I'm better off putting "investment" cash into my mortgage
I don't know what country you're in, but if you want to invest in the US stock market, I'm sure your broker sells an index fund with very low management fees. That may be a better investment than putting everything into a single home in the current market.
(In the US, mortgage interest is tax-deductible, making this strategy even less of a good idea.)
Re: Show HN: Bateman, a stock trading system I'm working on
#26Expect a letter from a lawyer representing DC Comics demanding you to rename your product. An acquaintance of mine also launched a product (entirely unrelated to comics and toys) with the same name recently and was asked by DC Comics to change the name.
Re: Show HN: Bateman, a stock trading system I'm working on
#27Expect a letter from a lawyer representing DC Comics demanding you to rename your product. An acquaintance of mine also launched a product (entirely unrelated to comics and toys) with the same name recently and was asked by DC Comics to change the name.
Re: Show HN: Bateman, a stock trading system I'm working on
#28Writing a framework for running trading strategies is certainly an interesting idea. I too am dissatisfied with most commercial platforms due to lack of features and flexibility. Unfortunately, there seems to be a lack of open source code in this sector. Eclipse Trader looked kind of interesting but the project appears to be dormant now. So expanding on this project could fill that gap. However, from experience devel…
Re: Show HN: Bateman, a stock trading system I'm working on
#29I've toyed with this kind of thing before and things can look good in simulation, until I incorporated realistic effects of: - trading commissions & fees - capital gains taxes - currency exchange (for those of us "unamericans") then all of a sudden blammo, I decided I'm better off putting "investment" cash into my mortgage
Might be a good idea if you are paying 12% interest on your mortgage, but not such a good idea if you're paying 3%. I don't know what country you're in, but if you want to invest in the US stock market, I'm sure your broker sells an index fund with very low management fees. That may be a better investment than putting everything into a single home in the current market. (In the US, mortgage interest is tax-deductible…
Re: Show HN: Bateman, a stock trading system I'm working on
#30Henning, If you are going to go some computer optimisation please read Whites reality check, I applaud your effort but I think the trading strategy as described might be too simple unfortunately and historical optimisation can make anything profitable. In an ideal strategy edge would be present do to an extrapolation of platonistic assumptions and optimisation would further tune this rather than produce profits in it…