Show HN: Forexfin – Trading calculators, alerts and a journal in one place

  • Posted 1 hour ago by howtobatman101
  • 1 points
https://forexfin.tech/
Some many years ago I started trading here and there and whenever I was doing it, I was bouncing between different platforms for position sizing, pip value, spread cost etc. Each of them was more or less expensive, I've also met some nice free tools along the way. But. Long story short, I built my own stuff, because first of all, I wanted them in a single place, under my control and by building them, I would be learning something along the way.

I'm inviting you to check ForexFin.tech

For all my projects I used initially ChatGPT (static stuff), Codex, GitHub's Copilot. Since February I've been relying on Claude an my own research and learnings along the way.

It is not a financial advice tool.

There's still work to be done and I've got a semi-clear roadmap, but it is just this much you can do as solo dev and this week I'm just going to stop here and present it to the public. If you're having a spin, I would like to kindly ask you to use the "report a bug" button, if your time allows. Suggestions are also welecomed. I usually do follow ups to the reports, but you can write out if you don't want an update.

What's in it

Calculators: position size, pip value, spread cost, trade plan builder (shareable via URL hash), trade architect with a candle chart

Live forex market hours / session overlap, DST- and weekend-aware

Currency strength meter (8-currency basket) and a pair correlation matrix with a 14/30/60/90d window

Email price alerts across FX, crypto, metals, stocks and ETFs

A trading journal that imports broker CSVs (or a screenshot) and reports behavioural stats rather than just P&L

Stack (boring, from what I've been told)

Node 20 + Express 4, server-rendered HTML

SQLite via better-sqlite3, single file, migrations inline and idempotent

Frontend is static HTML + one main.css + two small JS files. No framework, no bundler, no build step. FCP budget is under 1s on 4G and it's been easy to hold

PM2 + nginx on a single small VPS, Let's Encrypt

Market data from Twelve Data, with ECB reference rates as an automatic fallback so a vendor outage degrades instead of breaking

Postmark for magic-link sign-in and alert emails. No trackers beyond consent-gated GA4

0 comments