I made a free options reference where every entry lists the gotcha that breaks backtests

I got tired of re-deriving the same things whether Black–Scholes is safe on an American option with dividends, why feeding realized vol into a pricer gives garbage, how much a stale mid-quote quietly wrecks a backtest. So I wrote it all down in one place, and figured this sub would get use out of it too.

It's here, free, no signup to read: https://learner.tradoing.com/read

Every entry has four fixed lines:

  • Def — one plain sentence.
  • Formula — how it's actually computed, so you can code it.
  • Signal — what a high / low / rising value means.
  • Algo — the part most cheatsheets skip: the coding gotcha. First-order Greek limits, IV vs realized vol, American vs European exercise, mid-price/OI/spread liquidity traps.

The options section covers calls/puts, moneyness, intrinsic vs time value, put–call parity, the full Greeks (delta through the second-order vanna/charm/vomma), IV, skew, and Black–Scholes. There's full-text search over the whole thing, and it goes beyond options too (futures, fundamentals, macro, crypto/perps, a quant section) if that's useful.

There's a flashcard mode on the home page https://learner.tradoing.com if you learn by doing, but the reference is the real substance and it's completely open.

I'm one person and I've surely gotten something wrong in here somewhere. If you spot an error or a missing gotcha, tell me. I'd much rather have it corrected than leave someone with a subtle bug in their P&L. Hope it saves someone an afternoon of debugging.

reddit.com
u/LLM-logs — 21 hours ago

Terrible Customer Support – Paid for Claude Gift Subscription 8 Days Ago, Never Received, No Response

I purchased a Claude subscription as a gift 8 days ago. The money was immediately deducted from my account, but the recipient has still not received it. I've reached out to Anthropic's customer support three times and received absolutely zero response, not even a basic acknowledgment.

This is completely unacceptable. I'm out of pocket with nothing to show for it and total silence from their team. Does Anthropic's customer support even exist?

If anyone from Anthropic is reading this, please look into my case. Money deducted, gift never delivered, 3 unanswered support contacts over 8 days. This is not how you treat paying customers.

reddit.com
u/LLM-logs — 14 days ago
▲ 51 r/interactivebrokers+1 crossposts

[Open Source] IBKR MCP server for Claude — read-only access to account, screener (468 scans), news, contract details

Wanted to share something I built and have been using with my paper account: ibkr-portfolio-builder-mcp, an MCP server that connects Claude (or any HTTP MCP client) to IBKR via ib_async + the gnzsnz/ib-gateway image.

What's in it (15 tools, all read-only):

- Account: balance / positions / open orders / recent trades

- Market data: price snapshot, price history (daily/intraday bars), contract search, full contract details (industry/category/sector etc.)

- Screener: typed catalog of 468 IBKR scan codes pulled from scan-parameters.xml + IBKR's scanner reference, tagged by strategy intent so the LLM can find e.g. "value scans for US stocks" without guessing. Plus the raw screener call and the filter catalog (peRatioAbove, divYieldAbove, marketCapAbove, etc.).

- News: list subscribed providers, fetch headlines per symbol, fetch article body. Briefing.com + Dow Jones work if you have entitlement.

Setup is docker compose up -d, fill in your TWS user/password in .env. Defaults to paper, READ_ONLY_API=yes, no order placement. Works with Claude.ai custom connectors (full OAuth flow) or any HTTP client (static bearer token).

MIT licensed. Roadmap covers options, futures, bonds, forex, and more international exchanges.

Happy to answer questions. Repo: https://github.com/adwiteeymauriya/ibkr-portfolio-builder-mcp

u/LLM-logs — 28 days ago