← Back to Skills Marketplace
marcusfranca12

APEX IA Scanner

by marcusfranca12 · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ⚠ suspicious
30
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install apex-ia
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
Before installing, verify which scanner file OpenClaw will actually load. Do not rely on its trading signals unless the random/mock implementation is removed and the runtime code is confirmed to use real Binance data. Treat all outputs as analysis only, not financial advice.
Capability Assessment
Purpose & Capability
The stated purpose is a professional multi-timeframe Binance Futures scanner, but the nested packaged scanner returns random BUY/CONFIRMADO outputs with fixed targets instead of deriving signals from market data.
Instruction Scope
The tool does not place trades or request credentials, and it includes a risk warning, but its outputs are framed as confirmed trading setups; if the random implementation runs, that framing is materially misleading.
Install Mechanism
The artifact contains duplicate root and nested implementations with different behavior, plus no install spec, making it unclear which scanner code is intended to run.
Credentials
The root scanner uses public Binance market-data endpoints via axios, which is disclosed and purpose-aligned; no credential use or account mutation is shown.
Persistence & Privilege
No background persistence, local auth/session access, file indexing, or trading/account mutation is evident in the provided artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install apex-ia
  3. After installation, invoke the skill by name or use /apex-ia
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Initial public release of the "apex-ia" skill for Binance Futures multi-timeframe scanning. - Added all core skill source code and TypeScript configs - Introduced main scanning engine and CLI tool (apex-scan) - Bundled pre-built dist files for immediate use - Included full documentation and metadata - Supports SMA 8x21, Pivot SuperTrend, RSI, volume, and multi-timeframe confluence detection
v0.1.0
Initial release of apex-ia – professional multi-timeframe scanner for Binance Futures. - Scans all USDT-perpetual pairs across multiple timeframes (1m–1d). - Detects SMA 8x21 crosses, confirms with Pivot SuperTrend, RSI, volume, and confluence. - Scores and ranks signals (CONFIRMADO, PIVOT, SMA) based on indicator strength. - Provides dynamic targets and risk management levels. - Includes apex-scan tool for filtering best setups and customizable scan parameters.
Metadata
Slug apex-ia
Version 0.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is APEX IA Scanner?

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 30 downloads so far.

How do I install APEX IA Scanner?

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

Is APEX IA Scanner free?

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

Which platforms does APEX IA Scanner support?

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

Who created APEX IA Scanner?

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

💬 Comments