EVO_EVOVELOCIT_v1527
Draft
Administrar robot
Walk-forward sin evaluar
Este bot no ha pasado por análisis de robustez out-of-sample. Ejecutar walk-forward
Ejecutar walk-forward
Detalles del Bot
EVO_EVOVELOCIT_v1527
archived
Estrategia criada por el laboratorio (mutation). OOS Sharpe 1.50, robustez 87, ROI 0.6%. Base: EVO_VELOCITYSC_v1503.
○ Inactivo
Sin compilar
Integración Webhook
ACTIVEEnvía señales desde TradingView, Alpaca o cualquier herramienta custom usando el endpoint privado de este bot. TradingView debe usar la URL completa que incluye el token como query param.
https://latinos.paulovila.org/api/bots/3136/signal?token=lab-1527
lab-1527
{"action":"{{strategy.order.action}}","symbol":"{{ticker}}","price":{{close}},"qty":1,"comment":"{{strategy.order.comment}}"}
Pega la URL en TradingView Alerta Webhook URL, y el JSON en TradingView Alerta Mensaje.
Sandbox - Backtest
Corre esta lógica contra datos históricos.
Investigación - Consultor
Guarda una investigación asociada a este bot para reutilizar contexto en el desk de análisis.
Estrategia del bot
Reglas actuales
COMPRA cuando…
- el precio de cierre cruza por encima de BOLLINGER_UPPER Y EMA(11) es mayor que EMA(23)
VENDE cuando…
- el precio de cierre cruza por debajo de EMA(11) O EMA(11) cruza por debajo de EMA(23)