Viewing profile — _zkyx
_zkyx
HN member- Joined
- Fri, Apr 05, 2024, 5:58 AM UTC
- HN karma
- 1
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About _zkyx
No profile information was provided.
Recent public activity
-
comment
Comment #36545306
Do you mind sending me an email and maybe we could chat? Thank you for your amazing comments. I really like your idea about indicators and saving state. I'll give that a try! Yeah,…
-
comment
Comment #36545111
Yeah, I haven't explored this yet. The unlimited risk thing bothers me thought. Which probably sounds funny since this whole things is risky as hell. But, I was more looking into o…
-
comment
Comment #36545021
Not yet :)
-
comment
Comment #36545009
This whole project started when I was looking for an investment adviser and didn't know anything. I was looking at all these funds that had like 4% return per year and then looked …
-
comment
Comment #36544931
Yeah, I'm heavily testing everything it writes. So, I'm very sure it's correct or get it close enough and then code it. I've seen ChatGPT add imports, functions, etc that don't eve…
-
comment
Comment #36544841
Around 45-50% win rate but I try and keep the runners going for as long as possible and exit out of the loser trades quickly (this basically just costs you the commission on losers…
-
comment
Comment #36544797
Both? I'm getting a constant stream of data via the websocket. As data comes in it gets added to the large in-memory object, and then once I have X number of trades, I'll go and bu…
-
comment
Comment #36544665
Here's some simple rules. I basically just read about these and then stole the ideas. I wish I had data to back this up and it seems to be working. - No single bet can be more than…
-
comment
Comment #36543965
Hey, thanks. Yeah, I agree with you. That's an oversight on my end. I'll tell you here though. I'm just using go routines and channels to talk between them and then a giant mutex f…
-
comment
Comment #36543585
Thank you!
-
comment
Comment #36543534
Yeah, I initially tried that actually. They have very low resolution data and do not provide raw trades/quotes (something like a message every 250ms), you cannot watch the entire m…
-
comment
Comment #36542360
All my data is from polygon.io and nothing external. I have been exploring using lookup tables of pre-computed historical values to do things like anomaly detection (ie, is this no…
-
comment
Comment #36542166
Hey, I write this. I did program this in Go. The reason is that it's my go to programming language. Using it is actually a disadvantage in that the industry uses C++ and Python but…
-
comment
Comment #36542011
No way. Not even close. That would be the dream though. Taxes are insane in Canada. Like 50% insane. Housing and kids just eat money. Maybe if I was renting and didn't have a famil…
- comment
-
comment
Comment #36541704
Hey, I'm sorry you feel that way and I wrote it. Personally, I wanted to share the high-level structure of how you'd build your own system. I would have loved to have seen somethin…
-
comment
Comment #36541446
Yeah, I've been messing around with this for 4+ years so. Got to see COVID nose dive, meme stocks, massive build up, market taking a dump, bank collapses, and now a bull run again.…
-
comment
Comment #36541134
Thanks, I'll check it out!
-
comment
Comment #36541103
Yes, 100%. Everything looks amazing while the markets are going up. Sometimes, I've just shut the entire thing down when there is Fed news or the markets are taking a dump. That's …
-
comment
Comment #36541026
Yeah, I'm not saying this is low risk. It's more about trying to build a system to be in the right place at the right time. It is massively risky. I was sort of hesitant to even wr…
-
comment
Comment #36540976
Yeah, I ended up taking https://github.com/gofinance/ib and rewrote my own wrapper. This took a long time but has been stable since. I'm basically only doing buy lmt, sell lmt, can…
-
comment
Comment #36540922
Yes, both. Basically, I learned early that I needed a backup power supply. I have a couple that power my computer, monitors, and the internet router. For the network, that one is r…
-
comment
Comment #36540854
Amazing, I just checked out your profile. I used del.icio.us religiously back in the day. Thank you!
- comment
-
comment
Comment #36540814
Yes, 100%. Like I said in the article there. I once lost like 40% in a few minutes in the pre-market because my app didn't have the correct sell logic. Honestly, I don't even know …