编程

Trend Confirmed

试用

Confirms whether the current trend has sufficient momentum to trade

它能做什么

Confirms whether the current trend has sufficient momentum to trade

技能文档

trend-confirmed

What It Does

Confirms whether the current trend has sufficient momentum to trade. This signal is computed in real time from APEX Runner's live autonomous trading system operating across Kraken, Coinbase Advanced Trade, and Hyperliquid — not from backtests or third-party aggregators.

When to Use

  • Before entering trend-following trades
  • To filter false breakout signals
  • As a final confirmation gate

How to Use

The agent makes an x402-authenticated GET request to:

https://apexrunner.ai/signals/trend-confirmed

The x402 client handles payment authorisation automatically. No API key, no account, no subscription required — just an EVM wallet with USDC on Base mainnet.

# Example using the x402-python client
from x402.client import x402_get

response = x402_get(
    url="https://apexrunner.ai/signals/trend-confirmed",
    private_key=os.environ["EVM_PRIVATE_KEY"]
)
print(response.json())

Example Response

{
  "confirmed": true,
  "direction": "up",
  "strength": 0.74
}

Pricing

$0.25/call — standard price

Early adopters automatically receive 30% off ($0.17/call) until 2026-09-21. Discount tiers apply automatically based on wallet call history:

  • Early Adopter (0–9 calls): 30% off
  • Engaged (10–49 calls): 15% off
  • Loyal (50–199 calls): 15% permanent
  • VIP (200+ calls): 20% permanent

Check your tier: https://apexrunner.ai/signals/my-pricing


APEX Runner — autonomous AI crypto trading signals. apexrunner.ai

相关技能

Trendshift (trendshift.io). Use this skill for ANY Trendshift request — searching and reading data. Whenever a task involves Trendshift, use this skill instead of calling the API directly.

当用户要在图上识别并利用支撑与阻挡(含角色互换)、绘制/判定趋势线与管道线、用百分比回撤找加仓区、 理解速度线/扇形原理、或识别价格跳空与反转日时激活。这是全书最高频、最落地的工具集。 不适用于:判断宏观趋势层级(转 dow-theory-framework)、识别头肩等特定形态(转 reversal-patterns)。 关键 trigger 词:支撑位阻力位、趋势线怎么画、跌破趋势线、50%回撤、跳空、反转日、扇形。 Activate when the user wants to identify and use support & resistance (incl. role reversal), draw/judge trendlines and channels, use percentage retracement for add-zones, understand speed lines/fan principle, or identify price gaps and reversal days. This is the highest-frequency, most practical toolset in the book. Not applicable: judging macro trend hierarchy (-> dow-theory-framework), identifying specific patterns like head-and-shoulders (-> reversal-patterns). Key trigger words: support/resistance, how to draw trendline, break below trendline, 50% retracement, gap, reversal day, fan.

Forecast where a stock will close at option expiration and recommend options plays. Use when the user asks for an options forecast, expected close range, CI bands, or trade ideas for a specific ticker and expiration. Produces a Breeden-Litzenberger risk-neutral density forecast (median, 50/80/95% CI

1 星标

Fetch cryptocurrency OHLCV candle data and judge whether the market is in a one-way bullish or bearish trend. Use when the user asks to pull crypto market da...

5 次安装1 星标