DCA re-entry readiness gate based on F&G, RSI, Stoch, and SMA filters
Coding
Dca Signal
Try itDCA entry signal with gate status, regime, and F&G conditions
What it does
DCA entry signal with gate status, regime, and F&G conditions
The skill document
dca-signal
What It Does
DCA entry signal with gate status, regime, and F&G conditions. 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
- At the start of each DCA decision cycle
- To verify all gate conditions are met
- Before placing DCA orders
How to Use
The agent makes an x402-authenticated GET request to:
https://apexrunner.ai/signals/dca-signal
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-signal",
private_key=os.environ["EVM_PRIVATE_KEY"]
)
print(response.json())
Example Response
{
"signal": "hold",
"gate_open": false,
"fg": 42,
"rsi": 51,
"reason": "F&G not in fear territory"
}
Pricing
$1.00/call — standard price
Early adopters automatically receive 30% off ($0.70/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
Related Signals
APEX Runner — autonomous AI crypto trading signals. apexrunner.ai
Related skills
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.
Use when writing, validating, or troubleshooting a recurring scheduled buy strategy (DCA, dollar-cost averaging, weekly buys, daily buys, monthly accumulatio...
Provides pay-per-call crypto trading signals with entry, stop-loss and take-profit via the x402 standard (USDC on Ethereum). Live DRT/ICT signals for agents and traders.
Trading Signal Analysis: Ingest OHLCV datasets for any stock or cryptocurrency and generate. Use when an agent needs trading signal analysis, generate buy an...
左侧定投决策计算器。输入当前指数点位、近一年最高点、持仓成本、汇率,输出是否触发定投、加仓倍数、换汇建议、风险提示。基于以近一年最高点为锚的左侧定投策略。触发词:定投、基金、纳斯达克、指数、加仓、换汇、人民币、汇率、投资、贬买、买入、锁定成本、持仓、成本。