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…
I have a strategy I wanted to try. Look at historical percentage difference between currencies. See if there is any patterns like, every time BTC drop 10%, LTC drop 20%, or something like that... Find those patterns and trade on them. Do you know if people are doing this?
Ask HN: Anyone making money through algorithmic trading?
81–90 of 254 posts
Re: Ask HN: Anyone making money through algorithmic trading?
#82I've made roughly 100% yoy returns for the past 5 years. It utilizes a method I developed now partially implenebted on: https://projectpiglet.com/ Basically, it tracks experts and makes decisions on investments given what the experts say. Think about how many times you've seen someone say: "I work at Google, our cloud is doing X" or something like that. The fact insiders talk, let me track them and make money. Unfort…
Re: Ask HN: Anyone making money through algorithmic trading?
#83I lost about $100k doing algorithmic trading. I spent the better part of 2 years after work immersing myself in algorithmic trading, understanding the architecture of the stock market, and getting very very deep into the topic. I found an algorithm that was wildly positive, and traded it on 3 separate markets every night. I learned a lot and I love everything I learned, but it was a very expensive lesson. The #1 thin…
Re: Ask HN: Anyone making money through algorithmic trading?
#84You probably can't do HFT trading because you need to have capital to reduce latency. Maybe you can rent servers very close to the trading centers, but this still will cost money. You can use http://www.quantopian.com to try out different algorithms. It will tell you how well your strategy works.
You can also plug Quantopian into RobinHood for $0 trades.
Re: Ask HN: Anyone making money through algorithmic trading?
#85Even more important: How do I know my data is accurate?
Re: Ask HN: Anyone making money through algorithmic trading?
#86Yeah I made 21.4% in 2017. I wrote my own algorithms and did back-testing with custom ruby code and data from ycharts.com ($) and brokerage.tradier.com (free if you have an account). Ruby is a weird choice in this area as most probably use r or python, but I love ruby. The key for me is to focus on long-term trading strategies that are at least a year long. The HFT guys and people who spend their time on quantopia an…
Interesting note: the S&P 500 with dividend reinvestment returned 21.14% in 2017 [1]. [1]: https://dqydj.com/2017-sp-500-return/
Re: Ask HN: Anyone making money through algorithmic trading?
#87Earlier quoted context omitted.
I can't tell if you are being sarcastic, the S&P was up slightly more than that in 2017...
Not being sarcastic or proud, I know I (barely) lost. Just stating the facts. Obviously over a long term horizon of like 10 yrs I expect to beat the S&P or I would be spending my time elsewhere.
Re: Ask HN: Anyone making money through algorithmic trading?
#88I built my own intelligent algo trading platform for node.js. It uses market data from Binance and Bitfinex. My best strategy uses unusual volume amounts on Bitfinex to trade on Binance (mostly BTCUSDT and other USDT pairs), an advanced dynamic arbitrage. It can make up to 500-1000 usd per day but not really much more. I started testing a LSTM neural network to optimize the gains and reduce the risks, still early but…
500-1000 usd generated from how much existing capital? What kinds of return?
Re: Ask HN: Anyone making money through algorithmic trading?
#89Earlier quoted context omitted.
Mostly I believe this too, but I am familiar with some people who can consistently make money year after year. From talking to them it becomes clear that they understand things very, very deeply. See /u/Fletch71011 on reddit-- he's always happy to discuss things. He's made millions trading options, mostly algorithmically as I've understood it. The methods he uses are sufficiently complex that you need to be very well…
Be careful with volatility. I don't know what he's trading on exactly. But a big part of volatility trading is selling insurance, i.e. selling insurance against the direction of S&P. You can make a lot of money collecting insurance premium, but on the event of a payout, like a sudden big drop in S&P, the loss can be very substantial. See XIV and SVXY in February of this year.
Big moves either up or down would be profitable. The only unprofitable move here would be no substantial moves in either direction. (In which case you lose your entire bet, but no more.)
Re: Ask HN: Anyone making money through algorithmic trading?
#90I've made roughly 100% yoy returns for the past 5 years. It utilizes a method I developed now partially implenebted on: https://projectpiglet.com/ Basically, it tracks experts and makes decisions on investments given what the experts say. Think about how many times you've seen someone say: "I work at Google, our cloud is doing X" or something like that. The fact insiders talk, let me track them and make money. Unfort…
did u just admit to insider trading?