Live data from Hacker News

Ask HN: Side projects that are making money, but you'd not talk about them?

news.ycombinator.com

221–230 of 480 posts

Re: Ask HN: Side projects that are making money, but you'd not talk about them?

#221
post #207

Algotrading options. Some initial investment is needed in order to open margin account, but otherwise it's basically passive income.

I've been wanting to do this for a while. What trading platform do you use and do they have a good API?

I am in EU which limits my options (no pun intended).

1. Degiro is sort of Robinhood counterpart, but it's more expensive, does not have (documented) API and lacks access to US exchanges (for options).

2. Interactive Brokers is a heavyweight that provides API and all the bells & whistles you could ask, but it clearly expects larger accounts. I have 3. ChoiceTrade is available in EU as well, but they refused to provide me API access. Their commissions (for US options) are lower than IB (for I have tried all three of these and decided to use IB. They provide two types of API. I am using a simpler one - "TWS API". It is widely used, so there is plenty of documentation and libraries. Protocol is pretty archaic and you need to run GUI Java-based app which acts as a gateway between your code and their servers, but there are documented ways to hack it for running in headless mode and performance is fine for my use case, so I didn't bother looking any ways around it. Additionally there is a second API, which is using FIX protocol that's "industry standard", but I'm not working in fintech and am not familiar with it / didn't need it so far. My understanding is that you still need to run the same local Java app if going FIX route.

That said, assuming most people here are from US, I would recommend to try starting out with either 1) Alpaca.markets (free, but only supports trading stocks) or 2) TD Ameritrade (both stocks and options). Both have modern REST API that you would expect in 21st century. Might be too limiting for professionals and definitely isn't meant for HFT, but IMO they should be sufficient for people algotrading as a hobby.

I know that there are other services as well, some specifically targeted for algotraders and some people even use reverse-engineered Robinhood API, but I can't vouch for any of these.

Re: Ask HN: Side projects that are making money, but you'd not talk about them?

#222
post #71

It's probably not what you meant, but I recently created a weekend project bot that scans facebook for apartments rental ads. Thanks to this bot, I landed an opportunity I wouldn't have catch otherwise, saving me 6,000$ a year. Assuming I will hold my new apartment for 3 years, this is a net savings of 18,000$. I haven't sold anything, but yet I created something that "generated money" for me. My code is open source…

This is great, congrats on the savings. Do you have any opinions on the ethics of web scraping? I have some projects I want to pursue that involve web scraping but I'm worried about 1) any illegal technicalities 2) is it a dick move to the website owner

1) No idea... probably location-specific too.

2) I ask the owner first (perhaps they even want to send me the data directly). If they don't respond, I go ahead and scrape, spreading the requests over a long time so as not hit their website too hard.

Re: Ask HN: Side projects that are making money, but you'd not talk about them?

#225
post #84

Earlier quoted context omitted.

On the safety side, I've had crude analysis done (which is the standard nutritional testing for pet food in the US and was $250 per flavor), and I've consulted with a couple of vets to make sure the product is safe. On the legal side, I've got business insurance, which thankfully isn't that expensive. I've been holding off on forming an LLC since that's gonna run me about a grand here in CA including the cost of sett…

Why not incorporate somewhere that's not CA?

If you do that then you have two problems: the same amount in fees from CA for being a foreign entity operating in that state + the fees of whatever state you formed your LLC/C-Corp/S-Corp/whatever.

Re: Ask HN: Side projects that are making money, but you'd not talk about them?

#226

Earlier quoted context omitted.

Lawyer here. Not yours. But consider Delaware or really any state. You do not need to form it in CA just because that’s where you are. Just get a registered agent and pick a state that doesn’t have oppressive LLC fees...

CA levies a (not insignificant) fee even for Delaware LLCs that operate in California.

Yes, $800. Same cost as forming the LLC.

Re: Ask HN: Side projects that are making money, but you'd not talk about them?

#227

I built https://markdownbin.com/ because a friend was complaining something like this doesn't exist. Nobody uses it and probably that's why it doesn't exist.

There is https://txti.es/ . Additionally, GitHub Gists will render markdown.

Re: Ask HN: Side projects that are making money, but you'd not talk about them?

#228
post #2

I really don't like talking about my side projects, so I guess they all qualify, but I'm particularly excited about one at the moment. Right now I'm working on a dog treat business - I make a treat mix that you add water to and freeze for a meat-based frozen treat. I feel really good about the product and the packaging design (and this is the first time I've ever worked on any kind of a physical product, so it's real…

That's unexpected but cool!

Re: Ask HN: Side projects that are making money, but you'd not talk about them?

#229
My side project at the moment is day/swing trading. I started sometime in early March when I pulled my money out from the stock market and cashed in on some capital gains. Things went to hell shortly after that but I was safe waiting in cash waiting to buy back in.

Because I was sitting on about 220k in cash I decided to look into other ways to put my money to use. I realized I could probably buy massive positions in large cap stocks and scalp small 20 to 50 cents moves that happen all the time and make about $100-$300 on each trade fairly quickly.

What has also helped kicked this off for me was 0 commissions on trades. Before I would have to pay like 7 bucks per trade and even though I can still profit it’s amazing how that small cost each time created resistance in my mind.

Since March, I’ve had $12540 in winning trades and -$4476 in losses, for a total profit of $8063.77, however, probably like 90% of that has been made in the past month alone since I started out cautiously with small trades to see how my win/loss ratio was, and in the past week alone I made a $2620 profit. I am now making bigger trades with $100k+ size positions. On top of that, I’ve already reinvested my $220k cash into long term holdings so I borrow that $100k from my broker (I only have to pay interest if I hold overnight which I never do), this gives me the best of both worlds.

To be honest it all seems too easy. If I just make about $400 dollars profit a day, which is like maybe 2 or 3 successful trades, 5 days a week, that’s $2000k a week, about $96k a year, for something that only takes an hour of my time (I only focus on the first hour the market opens)

For now, I just keep reinvesting these profits into buying more stocks and as my account builds more capital I’ll feel comfortable gradually increasing my position size for day trades to make either quicker more successful trades off of smaller spreads or more profitable ones with the same size spread. We’ll see.

I don’t talk about this because no one would believe it and all the advice I find out there is stuff like “it works until it doesn’t” or “you’ll lose it all...” etc. Fuck it. When I die put my money in the grave.

Re: Ask HN: Side projects that are making money, but you'd not talk about them?

#230

I built https://markdownbin.com/ because a friend was complaining something like this doesn't exist. Nobody uses it and probably that's why it doesn't exist.

I created https://markdownshare.com/ for the same purpose; but due to abuse I've retired it. Shame really, because I liked the service and it was quick/simple to build.

It's funny how building the functionality can take a couple hours but human proofing it is a never ending task
Post reply on HN