Add testfol.io tactical backtester domain skill#407
Open
robert7800787-hue wants to merge 1 commit into
Open
Conversation
Captures the durable, non-obvious mechanics of testfol.io so the next agent starts ahead: - The two tools (main + tactical) and the ?s= share-link read path - Synthetic LETF ticker params (?L/?E/?SW/?SP) and *SIM preset tickers - Tactical semantics: top Trading Frequency = switch cadence; left->right clause precedence; window auto-clips to latest ticker inception - Automation traps: two BACKTEST buttons (only the 2nd recomputes), Quasar autocomplete tickers commit only via type+click-option, autocomplete lists *SIM first, and the exec-scope closure quirk 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 (portfolio & tactical allocation backtester) under
domain-skills/testfol/, so the harness auto-surfaces it ongoto()of any testfol.io URL.What it captures (durable site shape, not run narration)
/(main, static portfolios) vs/tactical(signal-driven), and the?s=<id>share-link read path that auto-renders results.TICKER?L=&E=&SW=&SP=and the*SIMpreset tickers (SPYSIM,GLDSIM,KMLMSIM,DBMFSIM, …) for long history. Window auto-clips to the latest ticker inception.Use total returndefaults on..valuesilently reverts); autocomplete lists the*SIMpreset first; and the exec-scope closure quirk when driving multi-step builds.All hard-won from a real session driving the tactical tool. No pixel coordinates, secrets, or run-specific data — just the map.
🤖 Generated with Claude Code
Summary by cubic
Adds a domain skill for testfol.io (portfolio and tactical backtester) under
domain-skills/testfol/, so the harness auto-surfaces guidance ongoto()and can reliably read tactical results via share links.goto()of anytestfol.ioURL.?s=share-link flow to auto-render and scrape results (tables and CSV).L/E/SW/SP) and*SIMpreset tickers with start-date clipping behavior.*SIMoptions appear first; practical waits).Written for commit 43be1b6. Summary will update on new commits.