← 返回 Skills 市场
marcusfranca12

APEX IA Pro

作者 marcusfranca12 · GitHub ↗ · v3.2.0 · MIT-0
cross-platform ⚠ suspicious
15
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install apex-ia-pro
功能描述
APEX IA - Scanner profissional multi-timeframe para Binance Futures. Detecta cruzamentos SMA 8x21 com confirmação de Pivot SuperTrend, RSI, volume e confluência
使用说明 (SKILL.md)

APEX IA Scanner

Descrição

O APEX IA é um scanner profissional para Binance Futures que varre todos os pares USDT-perp em múltiplos timeframes (1m, 5m, 15m, 30m, 1h, 4h, 1d).

Algoritmo de Detecção

O motor utiliza uma combinação de indicadores testados em mercado:

  1. SMA 8x21 - Cruzamento rápido/lento com filtro anti-ruído (separação mínima de 0.05%)
  2. Pivot Point SuperTrend - Confirmação de direção (parâmetros prd=2, factor=2, atr=10)
  3. RSI (14) - Mede intensidade do movimento (4 níveis: NORMAL, ALTA, FORTE, SUPER_FORTE)
  4. Volume Relativo - Compara volume atual com média de 20 barras
  5. Alvos Dinâmicos - Baseados no ATR(14) multiplicado pelo volume ratio
  6. Confluência Multi-TF - Sinais alinhados em múltiplos timeframes sobem no ranking

Classificação de Qualidade

Classificação Critério Significado
CONFIRMADO cross + ST flip + score ≥ 8 Sinal mais forte possível
PIVOT cross + ST alinhado (sem flip) + score ≥ 7 Sinal forte com confirmação
SMA apenas cross, score ≥ 5 Sinal base - requer confirmação manual

Score (0-10)

O score combina 3 fatores com pesos diferentes:

  • RSI (peso 4): Quanto mais extremo, maior o score
  • Volume (peso 3): Volume explosivo aumenta confiança
  • SuperTrend (peso 3): Flip recente confirma direção

Tools

Tool Descrição
apex-scan Escaneia todos os pares e retorna os melhores setups ordenados por qualidade (CONFIRMADO > PIVOT > SMA) e score

Parâmetros do Scan

Parâmetro Tipo Padrão Descrição
minScore number 5 Score mínimo para filtrar sinais (0-10)
includeTFs array [1m,5m,15m,1h,4h] Timeframes para escanear
symbolLimit number 30 Limite de pares (evita rate limit)

Installation

clawhub install apex-ia

Exemplos de Uso

"Me mostre os melhores setups agora na Binance Futures"
"Escaneia apenas pares com score mínimo 7"
"Quais sinais CONFIRMADO temos no BTC?"

Exemplo de Saída

✅ **BTCUSDT** - 🟢 COMPRA (15m)
   ⚡ Score: 8.5/10 | RSI: 29 (FORTE)
   📊 Volume: 1.8x | RR: 2.50
   🎯 T1: 68420 | T2: 68920 | T3: 69800
   🛑 Stop: 68100
   🔗 Confluência: 3 TF (15m, 1h, 4h)

Configuração

Adicione ao seu arquivo .env do OpenClaw:

APEX_MIN_SCORE=5
APEX_SYMBOL_LIMIT=50
APEX_TFS=1m,5m,15m,1h,4h

Requisitos

  • OpenClaw instalado e configurado
  • Conexão com internet (acesso à API da Binance)

Aviso de Risco

⚠️ Este skill é uma ferramenta de análise. Não é consultoria financeira. Sempre faça sua própria análise antes de operar. Futuros na Binance envolvem alto risco de perda. Comece na testnet.

Licença

MIT


Desenvolvido por @marcusfranca12 para a comunidade OpenClaw

安全使用建议
Treat this as a Review item, not a scanner-only install. Do not run the trading scripts with real Binance credentials, and do not assume the package is read-only. If you still evaluate it, use an isolated environment, testnet-only keys, inspect which entry point OpenClaw will invoke, remove hardcoded credentials, disable autoTrade, and require explicit confirmation before any order is placed.
功能分析
Type: OpenClaw Skill Name: apex-ia-pro Version: 3.2.0 The skill bundle contains multiple trading scripts (e.g., apex-ia-aggressive.mjs, apex-ia-final-20x.mjs, apex-ia-robot.mjs) that include hardcoded Binance API credentials (API_KEY and API_SECRET). While the code defaults to the Binance Testnet, shipping hardcoded secrets is a significant security risk. Furthermore, realtime-scanner.js includes logic to automatically execute shell commands ('npm install ws'), which is a risky behavior in an agentic environment. The bundle also features a 'license' and donation system (license-check.js and SKILL-pro.md) that directs users to send cryptocurrency to specific external wallets (USDT: 0xe011b57a2d3082849d04c685925827cfc9d93edf). While no explicit data exfiltration logic was found, the presence of hardcoded keys and automated installer patterns makes this bundle high-risk.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
The main SKILL.md describes a scanner/analysis tool, but included scripts can place Binance Futures market orders, set leverage, close positions, and run automatic trading modes.
Instruction Scope
High-impact trading actions are not clearly bounded by user confirmation in the main instructions; some included scripts default to autoTrade=true with high leverage and no stop-loss.
Install Mechanism
The registry says there is no install spec, but included code contains a runtime shell command to install an npm package, which is undeclared and should not happen silently from a scanner.
Credentials
Metadata declares no credentials, but included files hardcode Binance API credentials and use them for signed account/order endpoints.
Persistence & Privilege
No OS autorun persistence is shown, but the included trading scripts are long-running/reconnecting and combine persistent operation logs with signed trading privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install apex-ia-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /apex-ia-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.2.0
Version 3.2.0 - Updated documentation in SKILL-pro.md. - Made content or layout changes to landing-page.html.
v3.0.0
**Major update introducing detailed documentation and new features:** - Added comprehensive SKILL.md with full description, indicator logic, scoring system, and usage examples. - Outlined detection criteria using multi-timeframe SMA, SuperTrend, RSI, and volume confluence for Binance Futures. - Defined signal classification levels (CONFIRMADO, PIVOT, SMA) and scoring weights. - Documented configuration, usage commands, and installation instructions. - Included risk notice and license information.
元数据
Slug apex-ia-pro
版本 3.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

APEX IA Pro 是什么?

APEX IA - Scanner profissional multi-timeframe para Binance Futures. Detecta cruzamentos SMA 8x21 com confirmação de Pivot SuperTrend, RSI, volume e confluência. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 15 次。

如何安装 APEX IA Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install apex-ia-pro」即可一键安装,无需额外配置。

APEX IA Pro 是免费的吗?

是的,APEX IA Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

APEX IA Pro 支持哪些平台?

APEX IA Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 APEX IA Pro?

由 marcusfranca12(@marcusfranca12)开发并维护,当前版本 v3.2.0。

💬 留言讨论