Add SnowSignals TrendVane (market-phase / regime data source) - #644
snowkidind wants to merge 1 commit into
Conversation
a5cb13a to
a0e6545
Compare
|
Thanks for contributing! Please move this entry to Commercial & Proprietary Services, since the linked repository provides connection documentation rather than the analytics implementation. Please also provide accessible public pricing, free-endpoint limits (or explicitly document no limits), and a working example response from |
…rten row Per maintainer review on wilsonfreitas#644.
|
Thanks for the review — all addressed:
{
"scope": "BTC only, 2022-01-01 -> 2026-07-01, closed boundaries",
"rewardDrawdown": { "Breaking": { "mfe": 2.2, "mae": 1.4, "n": 447 },
"Establishing": { "mfe": 1.1, "mae": 1.0, "n": 1406 } },
"transitionMatrix": { "BRK>EST": { "bull": 87, "bear": 89 },
"CON>BRK": { "bull": 50, "bear": 55 } }
}(Full response is ~16 KB across all timeframes and phases.) Happy to adjust anything else. |
Rebased onto latest main to clear the merge conflict; single row added per the maintainer review on wilsonfreitas#644 (moved from Data Sources, shortened to core functionality + free/paid distinction).
7c5aa67 to
854a4c9
Compare
|
Rebased on the latest |
Adds SnowSignals TrendVane to Market Data & Data Sources.
It's a multi-timeframe crypto market-phase (regime) API: it classifies each currency/timeframe into one of 12 phase states (both closed-bar and intra-bar), and ships a separate BTC-derived resolution model — successor-phase transition probabilities, trend-continuation rates and reward-vs-drawdown (MFE/MAE), each figure carrying its sample count. It reports market state, not trade signals.
Metadata and the resolution stats are free and need no account (a genuine free tier); live phase reads are metered. Fits alongside the existing regime/backtest data sources in that section (Backtesting Arena, PreReason). One entry, appended in section order per the contributing guidelines.