编程

Dca Reentry Gate

试用

DCA re-entry readiness gate based on F&G, RSI, Stoch, and SMA filters

它能做什么

DCA re-entry readiness gate based on F&G, RSI, Stoch, and SMA filters

技能文档

dca-reentry-gate

What It Does

DCA re-entry readiness gate based on F&G, RSI, Stoch, and SMA filters. 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 each DCA entry
  • To avoid re-entering during unfavourable conditions
  • As the primary DCA decision gate

How to Use

The agent makes an x402-authenticated GET request to:

https://apexrunner.ai/signals/dca-reentry-gate

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/dca-reentry-gate",
    private_key=os.environ["EVM_PRIVATE_KEY"]
)
print(response.json())

Example Response

{
  "status": "CLOSED",
  "reason": "F&G above threshold",
  "fg": 42,
  "rsi": 52,
  "timestamp": "2026-06-23T14:00:00Z"
}

Pricing

$0.15/call — standard price

Early adopters automatically receive 30% off ($0.10/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

相关技能

DCA entry signal with gate status, regime, and F&G conditions

1 次安装

Backtest dollar-cost averaging (DCA) against lump-sum investing on any coin's real historical price data, using the free CoinGecko market_chart API (no API key required, up to 365 days of daily history). Built for crypto traders and passive-income investors deciding between DCA and lump-sum entry strategies before committing capital. Simulates weekly contributions and compares final portfolio value, invested capital, and percent return against a lump-sum baseline of the same total capital deployed on day one. Complements trading, whale-tracking, and DeFi yield skills by covering the entry-strategy decision, which is distinct from picking what to buy or where to farm yield.

1 次安装

Use when writing, validating, or troubleshooting a recurring scheduled buy strategy (DCA, dollar-cost averaging, weekly buys, daily buys, monthly accumulatio...

左侧定投决策计算器。输入当前指数点位、近一年最高点、持仓成本、汇率,输出是否触发定投、加仓倍数、换汇建议、风险提示。基于以近一年最高点为锚的左侧定投策略。触发词:定投、基金、纳斯达克、指数、加仓、换汇、人民币、汇率、投资、贬买、买入、锁定成本、持仓、成本。

1 次安装

DRT/ICT market analysis framework: 1h klines, premium/discount zones and daily bias for 17 instruments (indices, forex, metals, crypto). 100% lokal analyse — ingen netværkskald, ingen API-nøgle.

作者 Northcap Group2 次安装