Skip to main content

Superior-Trade/superior-skills

SkillsMP 已收集 Superior-Trade/superior-skills 中的 31 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
31
GitHub 星标
206
GitHub Forks
9

这个仓库中的 skills

2 个职业分类 · 已分类 100%

已展示 31 / 31 个已收集 Skill。

职业分类
软件开发工程师
描述

Request and use a Superior Trade API key for https://api.superior.trade. Use when an agent needs to onboard a user by email, request an API key with POST /auth/sign-in/magic-link, set up x-api-key authentication, or recover from missing/invalid Superior Trade…

原文语言:英语

更新
职业分类
数据科学家
描述

Use when the user asks what's hot, what's moving, if there's any alpha, "show me squeeze setups", "what's the setup on ETH", "is SOL coiled", "should I deploy NEAR", or any market-scan or pair-drilldown question. Surfaces live scoring for squeeze fuel,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when backtesting, deploying, funding, or debugging a live trading strategy on Hyperliquid through the Superior Trade API — writing Freqtrade configs and strategy code, running backtest sweeps, checking wallet balances, depositing USDC, trading HIP-3…

原文语言:英语

更新
职业分类
数据科学家
描述

Use when the user wants to trade, research, or backtest Polymarket prediction markets through Superior Trade — finding markets by slug or event URL, placing a single immediate market order, writing NautilusTrader strategies, running filled-data backtests,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when creating, validating, backtesting, deploying, sizing, or troubleshooting Aerodrome/Base spot trading strategies through the Superior Trade API, especially Freqtrade configs using exchange.name "aerodrome", AERO/USDC or CHECK/USDC pairs, AMM market…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when onboarding, funding, trading, or withdrawing on Lighter through Superior Trade — account bootstrap, CCTP deposits from a Superior wallet, immediate orders, withdrawals, proxying signed Lighter transactions, or deploying and monitoring a Lighter…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when writing, validating, or troubleshooting a recurring scheduled buy strategy (DCA, dollar-cost averaging, weekly buys, daily buys, monthly accumulation, accumulator) on Superior Trade — especially anything that should "buy more of the same pair" on a…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when writing a profit-laddered position-adjustment strategy on Superior Trade — anything described as a grid bot, range fade, range harvest, ladder buy, scaling-in, pyramiding, or "buy more when it dips and sell partials when it rallies". Note this is a…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when a user wants to start trading with Superior Trade and does not have everything set up yet — getting an API key, creating and funding a trading account, choosing a venue or strategy, running a first backtest, or going live. Start here, then hand off…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when running, interpreting, or designing backtests on Superior Trade — anything about backtest windows, trade-count thresholds, exit-reason mix, parameter sweeps, walk-forward validation, zero-trade diagnosis, compute-cost estimation, or "is this backtest…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when writing a symmetric Bollinger-band mean-reversion strategy on the 4h timeframe — BB reverter, range trader, chop strategy, ADX<25 mean reversion, band-fade with a minimal_roi ladder. Long-or-short on 2-sigma band touches with RSI confirmation.…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when a Polymarket prediction-market thesis rests on an external event — CPI, Fed, elections, court rulings, ETF decisions — and needs market confirmation before committing.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when writing a trend-breakdown short gated by a triple-confirmed strong-bear regime — donchian short, structural breakdown, regime-gated trend follower, EMA-separation plus ADX plus N-bar return confirmation. Validated on BTC; fires only in confirmed bear…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when designing or tuning exit logic for a Freqtrade strategy — ratcheting trailing stop, two-phase exit, ALO-aware exit, dynamic stoploss DSL, ROI ladder, take-profit ladder, exit engine. Defines a three-phase exit that strategies compose: Phase 0 ROI…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when the user asks about fees, fee optimization, slippage, maker vs taker, post-only or ALO orders, fee tiers, builder code fees, effective spread, order pricing, lowering trading costs, or why a live Hyperliquid Freqtrade strategy underperforms its…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when writing a strategy that captures short-squeeze setups on Hyperliquid perps — squeeze, short squeeze fuel, negative funding rally, fade the shorts, paid to long. Goes long when funding APR is deeply negative and price is already rising, then exits on…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when repeated large fills on a Polymarket prediction market suggest directional participation or informed flow worth trading behind.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when adding a regime filter to any directional strategy — regime gate, trend filter, directional confirmation, ADX gate, EMA-separation filter, trade-or-skip overlay. Provides three reusable gates (regime_strong_bear, regime_strong_bull, regime_range)…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when a user proposes a trade idea, asks "should I trade X", wants a bull/bear case, conviction check, trade plan or pre-trade analysis, or before deploying any new strategy live for the first time. Builds a structured thesis: bull and bear cases,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when trading Robinhood Chain Lighter through Superior Trade, or when a config needs the exchange name lighter-robinhood.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when the user asks for spot-perp basis trade, basis arbitrage, cash-and-carry, perp discount, or any setup that reads the spot–perp basis as a positioning signal. Long-perp leg only — pure two-leg basis arb requires a paired spot short (or long) which…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when writing a swing/intraday breakout strategy on Superior Trade — anything described as breakout, momentum, trend following, 12-hour high, range expansion, riding new highs, Donchian breakout. Note this template was unprofitable in our reference…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when a Polymarket market probability changes as the resolution deadline approaches.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when a user needs a QR code or wallet payment URI to fund a Superior-managed EVM wallet on a specific chain before using Lighter, Polymarket, Hyperliquid, or other Superior Trade workflows.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when a user wants to fund or bridge from an external wallet through a third-party UI such as Relay, especially when asking for MetaMask Mobile QR codes, bridge links, prefilled deposit URLs, Robinhood Chain USDG, or avoiding high-fee transaction QR…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when writing a funding-rate-driven perp strategy on Superior Trade — anything described as funding harvest, funding arbitrage, funding rate carry, negative funding, paid to long, paid to short, basis trade. The strategy reads Hyperliquid hourly funding…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when writing a Bollinger-band mean-reversion strategy on Superior Trade — anything described as mean reversion, BB bands, oversold bounce, fade, range trade, ADX low, sigma extension. Upgraded 2026-05-18 from the prior 1h/2.5σ variant to the validated…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when a Polymarket outcome appears to overreact and then stall away from recent filled-price range.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when a Polymarket outcome price and filled volume are accelerating in the same direction.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when two Polymarket markets imply different probabilities for a linked outcome.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when writing a high-turnover intraday strategy on Superior Trade — anything described as scalping, momentum bursts, fast in/out, RSI thrust, volume spike entry, 5-minute strategy. Note this template was unprofitable in our reference backtest (33% WR,…

原文语言:英语

更新
已展示 31 / 31 个已收集 Skill。