← Back to Skills Marketplace
marcusfranca12

APEX IA Pro

by marcusfranca12 · GitHub ↗ · v3.2.0 · MIT-0
cross-platform ⚠ suspicious
15
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install apex-ia-pro
Description
APEX IA - Scanner profissional multi-timeframe para Binance Futures. Detecta cruzamentos SMA 8x21 com confirmação de Pivot SuperTrend, RSI, volume e confluência
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install apex-ia-pro
  3. After installation, invoke the skill by name or use /apex-ia-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug apex-ia-pro
Version 3.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 15 downloads so far.

How do I install APEX IA Pro?

Run "/install apex-ia-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is APEX IA Pro free?

Yes, APEX IA Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does APEX IA Pro support?

APEX IA Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created APEX IA Pro?

It is built and maintained by marcusfranca12 (@marcusfranca12); the current version is v3.2.0.

💬 Comments