Yes. I've developed a simple strategy that algorithmically trades cryptocurrencies (mainly ETH and BTC because volume, but it would apply successfully to any of the others as well). The strategies are simple, they are based on simple technical indicators, and result in about 2 trades executed per day. The strategy can be applied to "normal" equities as well but it performs particularly well on cryptocurrencies due to…
>based on simple technical indicators Pure voodoo
Ask HN: Anyone making money through algorithmic trading?
241–250 of 254 posts
Re: Ask HN: Anyone making money through algorithmic trading?
#242Earlier quoted context omitted.
Care to share a bit more on the strategy? I've been looking at exchange APIs and looking up strategies online, but I haven't started implementing anything. Wondering how you approached it once you had the idea to trade algorithmically.
I have two strategies that I use, one for up/bull markets (e.g. April 1st to present was a great example) and one for down/bear markets (e.g. January to April). They evaluate a number of technical indicators (e.g. moving averages, RSI, CCI, etc) to determine when to buy and sell. To get started, I worked backward. The strategy is simple enough that you can execute it manually (e.g. read/interpret the indicators on a…
Re: Ask HN: Anyone making money through algorithmic trading?
#243Earlier quoted context omitted.
A 50% chance to lose money per year still allows for very long strings of success. Some strategy's trade ~80% chance of a small win for a ~20% chance of a large loss which means lucky streaks could last for decades.
So, basically you are saying that it's all gambling and nobody has a better strategy / better information than everybody else. Some are just lucky and it is all because of the survival bias. I agree with you in that it is a possible explanation, but I disagree in that it is the only one possible.
Re: Ask HN: Anyone making money through algorithmic trading?
#2441. access to a data source others don't have easy access to;
2. a reasonably deep understanding of statistics and, particularly, a deep skepticism and conservatism about any data you look at; or
3. time to invest in looking for oddities in the market.
(3) is probably the "easiest" for a newbie, although it's not as conducive to algorithmic trading, since it requires manual research (though, if you were clever, you could probably come up with something to make this algorithmic). Here the example that comes to mind is the two guys Ledley and Mai mentioned in this chapter of the Big Short: http://www.bookcaps.com/the-big-short-chapter-summaries---ch...
Re: Ask HN: Anyone making money through algorithmic trading?
#245I know a few people doing this, one person in particular who has discovered a near-zero-risk quirk that can be exploited with algorithms for fractional %age gain per transaction/cycle/ (kind of being vague here sorry) . He's been able to deploy large $MM amounts of capital to create significant gain nonetheless. However none of them will talk about it, certainly not on HN. I'm mentioning it simply to highlight I thin…
sounds like front-running; illegal and requires expensive infrastructure
Re: Ask HN: Anyone making money through algorithmic trading?
#246That was not algorithmic trading, but maybe-could-be-possible to automate.
Re: Ask HN: Anyone making money through algorithmic trading?
#247Yes, made more money last year trading, than for all my previous jobs combined. Probably got lucky by betting big in an up-trending market, but I'll take it. I use an automated inter-day scalping bot and a collection of scripts to help with manual longer-term technical trading or jumping into a P&D for quick profits. Generating alpha was easier for me than setting everything up. I did not use any complicated model or…
Your answer is confusing... it sounds like you traded actively by "scalping" - but you admit that you got lucky via buy-and-hold ... So you didnt get paid on alpha - but just regular beta. Very few people have alpha....
The luck was that when you took a BTC profit on alts, BTC would have 5x in the mean time, so you 5x your profits. And even if you made a loss on alts, you'd still break even dollar-wise.
Re: Ask HN: Anyone making money through algorithmic trading?
#248I've been trading with Oanda's API for over a year but originally traded using Metatrader 4 and built the algorithm in the native MQL4 language. That ran for around 2 years and the 3 years prior to that was learning and developing my strategy.
Thanks to Docker containers, Python and Amazon EC2 I can finally say I have got the whole pipeline to a stable state which was probably the biggest hurdle after developing the algorithm in the first place.
As for the strategy I have been very reluctant to share it with anyone because on the surface it is very simple. That being said there are some fundamental reasons as to why I believe its been profitable which has more to do with psychology than anything else but it did take learning a lot just to try and distil the behaviour into something that could make money.
I've had some mild success with Crypto but I wouldn't ever try trading it the way I do Forex. The market behaves very differently and not to mention being in the UK any profits from Forex trading are non-taxable as I use a spread-betting account.
Long story short… yes, I do believe you can make money algorithmic trading. Is it easy? No, far from it especially when it comes to having a fault tolerant system.