docs(skill): testfol — synthetic LETFs & backtester automation#409
Open
robert7800787-hue wants to merge 1 commit into
Open
docs(skill): testfol — synthetic LETFs & backtester automation#409robert7800787-hue wants to merge 1 commit into
robert7800787-hue wants to merge 1 commit into
Conversation
Add domain skill for testfol.io covering synthetic leveraged tickers (L/E/SP params), the non-obvious SP=0.40 hidden default, an SP~0.30 calibration against real QLD, and CDP automation gotchas (native-setter trick for date/ticker inputs, scraping the results div grid). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
✅ Skill review passedReviewed 1 file(s) — no findings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a domain skill for testfol.io, a portfolio backtester for ETFs / asset allocation (Quasar/Vue).
What it captures
UNDERLYING?L=2&E=0.95&SP=0.30param syntax (L/E/SP/SW).SP(financing spread) has a hidden default of exactly 0.40% — omitting it is not free leverage. Verified empirically (SP=0.40reproduces the omitted-SP result to the penny). AnSP≈0.30better matches a real ProShares 2× LETF (QLD) over the 2022–2026 high-rate window, since real funds earn securities-lending income.Input.insertText/dispatchKeyEventdon't populate testfol'stype=datefields or its ticker autocomplete reliably — documents the native-setter +input/changeevent trick that updates Vue's model.<table>— documents how to scrape them (find smallest div containingCAGR+Max Drawdown).Dragfield is a separate account-level fee, distinct from a ticker'sE.Notes
domain-skills/<site>/convention (durable site shape, no run narration, no secrets/coords).domain-skills/testfol/synthetic-letf.md.🤖 Generated with Claude Code
Summary by cubic
Add
domain-skills/testfol/synthetic-letf.mddocumentingtestfol.iosynthetic LETF params (L,E,SP,SW) and the hiddenSP=0.40%default, with a calibration tip (SP≈0.30) that better matches QLD in 2022–2026. Also covers CDP automation for reliable date/ticker entry and scraping the div-based results grid, and clarifies portfolioDragvs tickerE.Written for commit 569f3d2. Summary will update on new commits.