Show HN: I learned to code and built a crypto analytics platform
108 points| buckwhitzer | 2 years ago |tradingdigits.io | reply
I am an enthusiast trader and a year ago I had this idea to create a free-to-use website that would feature all the most essential tools that traders would use on a daily basis.
So I learned to code and build it—I did everything including design, texts, code, and SEO—which took me 12 months to launch and a year and a half to make it look like it currently does.
I was into marketing and design before, but I didn't know barely anything about coding. The website is built using Next.js, Tailwind CSS, and Typescript with Framer Motion animations and lots of APIs.
I’m actively working on the project and in the following months I will release a huge update that will feature a renewed interface and access to real time on chain data and analytics.
Feel free to ask any questions and thanks a lot for reading this, it means a lot to me. Any feedback and your opinions would be highly appreciated.
[+] [-] CitrusFruits|2 years ago|reply
I spend most of my professional time as a front end dev and am a UX enthusiast, so I thought I'd some feedback regarding the UX.
1. I'd work on establishing some strong patterns on what is clickable, what's an input, and what is information. If you look at /positionSize, you'll see what I'm talking about. "Loss" and "Stop Loss" both use identical design language, but one is an input, and the other is just information. You have a similar problem when looking at "Risk" vs "?". One appear to be a label, while one appears to be a toggle.
2. I'd consider using a different font. Hyper-stylized fonts like the one you have are super fun and can be a great way to express a brand identity, but it can come at the cost or readability and can even undermine a user's willingness to trust the security and reliability of the platform. I'd challenge you to spend an hour tuning it to something a little more mainstream like Roboto, Open Sans, or Ubuntu just to know what it would look like (you could even leave the existing font on the headers if you like).
3. Keep the minimum font size above 10px or 11px. You have some right now that is 8.4px and that's going to be impossible (quite literally) for some people to read without the use of magnification.
Once again, good job and cheers!
[+] [-] buckwhitzer|2 years ago|reply
1. You're right, it's kind of confusing. Will fix all input cursors in this month's update. 2. I may make some changes in the overall website look in the big upcoming update although I quite like the font I'm using. Is it difficult to read for you? 3. I don't use font sizes smaller than 12px for important data and less than 10px for some less-important-data (like BETA and NEW badges in the side menu, which are semibold to make them more visible). The only place where 8.4px is used is for the 24H price change percentage for BTC and ETH prices in the header.
[+] [-] franky47|2 years ago|reply
- Animations look nice, but don't abuse them. Eg: on the Exchanges page, animating the tab switches between Spot & Futures makes it difficult to focus on the actual values.
- Your "share" feature could use a way to restore table filters/sorts based on the URL query. I have recently released a library that helps with that in Next.js: https://github.com/47ng/next-usequerystate
[+] [-] buckwhitzer|2 years ago|reply
1. Yeah, I was thinking they may be too much sometimes. What would you recommend for switching animation? Simply fading?
2. That's a nice library, already starred it. How does it work with SEO? Won't Google complain that they are non-indexed pages?
[+] [-] buckwhitzer|2 years ago|reply
[+] [-] Galanwe|2 years ago|reply
[+] [-] mellosouls|2 years ago|reply
[+] [-] buckwhitzer|2 years ago|reply
But yes I really enjoy coding and may even take some freelance projects when the website requires less work.
[+] [-] unknown|2 years ago|reply
[deleted]
[+] [-] Nevermark|2 years ago|reply
Might be beyond your scope, but any tax estimates regarding sale decisions is always helpful, and can save some grief.
That is a serious request, though I don’t recommend anyone else doing this.
But the legitimate context here is a crypto tool, so here is my use case:
Microstrategy’s market cap reflects a growing fortune in Bitcoin, as well as its business value. The result is it’s share price can both magnify & buffer Bitcoin changes on different time scales.
(If anyone does ever invest in anything highly volatile, I recommend (1) you don’t, (2) if you do, learn everything you can about the security, market, political, social, technological, and key player contexts, (3) constantly pay attention to changes in context & events, (4) only do this with a small fraction of your money, and if you lose it - stop!)
That being said, IRA’s, with their lack of tax implications, vastly simplify investment change decisions, by removing tax timing and loss issues. This is tremendously helpful for volatile type investments, because transaction timing constraints and house vigs (taxes) both significantly magnify risks.
I really wish there was a time-agnostic way to invest for taxed accounts. Like taxes that reflected the time between a purchase & sale so that taxes did not create perverse incentives for timing purchases or sales.
Dancing around non-neutral tax implications creates a terrible drag on performance & adds headaches to straightforward rational value analysis.
TLDR: Don’t read anything I wrote! Max out your tax protected retirement plans every year, and invest all funds cautiously and diversely!
And thanks for sharing your project!
[+] [-] buckwhitzer|2 years ago|reply
[+] [-] gumballindie|2 years ago|reply
[+] [-] unknown|2 years ago|reply
[deleted]
[+] [-] ladberg|2 years ago|reply
[+] [-] buckwhitzer|2 years ago|reply
Will fix it in this month's update, which will be released in around two weeks together with new Wallet Tracker tool and other improvements.
[+] [-] jasfi|2 years ago|reply
Are you the only one building this?
[+] [-] buckwhitzer|2 years ago|reply
[+] [-] Gibson_v1|2 years ago|reply
[+] [-] buckwhitzer|2 years ago|reply
Good luck, man!
[+] [-] chompychop|2 years ago|reply
[+] [-] buckwhitzer|2 years ago|reply
[+] [-] tornato7|2 years ago|reply
[+] [-] buckwhitzer|2 years ago|reply
[+] [-] root_axis|2 years ago|reply
[+] [-] buckwhitzer|2 years ago|reply
[+] [-] TacticalCoder|2 years ago|reply
Are all the data feeds you are using free?
[+] [-] buckwhitzer|2 years ago|reply
[+] [-] ge96|2 years ago|reply
[+] [-] buckwhitzer|2 years ago|reply
[+] [-] KomoD|2 years ago|reply
[+] [-] buckwhitzer|2 years ago|reply
[+] [-] robertlf|2 years ago|reply
[+] [-] buckwhitzer|2 years ago|reply
[+] [-] foxes|2 years ago|reply
[+] [-] withinboredom|2 years ago|reply
Well, it turns out that when I originally wrote the code, time was calculated in milliseconds, not seconds. So, when I thought I calculated out 17 days, it was like half an hour-ish. It caused a small crash trying to dump everything almost all at once, on some of the alt-coin markets, and lost almost all the money.
I walked away with ~$700.
I was literally in tears, as I went from so excited and I'm going to "just retire" ... to just as broke as I was an hour prior. The emotional roller-coaster of euphoria, to 'oh shit, what did I do!?', to 'well ... fuck' was not fun.
Anyway, good luck. There might be a lesson in there, but mostly, be careful where the intersection of money and programming lie.
[+] [-] december456|2 years ago|reply
[+] [-] i-use-nixos-btw|2 years ago|reply
[+] [-] CPLX|2 years ago|reply
If $11,000,000 turned into $700 then the "market cap" was bullshit and the coin was bullshit and whatever "price" it had was bullshit. Maybe you could have done a little better than you did but there wasn't any there there, in the sense that there were actually eleven million real greenback dollars in the hands of people that had any interest at all in owning that coin.
This dynamic completely underpins the entire concept of crypto, with the possible exception of a couple big ones. It's just market manipulation and people trading with each other. Turns out nobody wanted to own digital apes either it was grift all the way down.
[+] [-] tornato7|2 years ago|reply
[+] [-] timack|2 years ago|reply
[+] [-] spencerchubb|2 years ago|reply
[+] [-] buckwhitzer|2 years ago|reply
[+] [-] endofreach|2 years ago|reply
And another upside: the valuable lessons you learned are probably worth… well… millions of dollars!
Back to topic: How did the crash lead to losing the money technically? What happened here? How did too many requests of selling lead to „devaluation“?
You should definitely write a longer form story about this and include some code.
[+] [-] yieldcrv|2 years ago|reply
its one of the easiest trades
[+] [-] quickthrower2|2 years ago|reply
[+] [-] mm263|2 years ago|reply