Dear Cornix Development Team,
I hope this message finds you well.
I’m reaching out to suggest a feature enhancement that could greatly expand the integration capabilities of the Cornix platform for developers and institutions building external trading engines.
We are currently developing Sentinel, an advanced automated trading system built in Python with a FastAPI backend. The project includes the following components:
• A technical analysis engine using indicators such as RSI, Bollinger Bands, EMAs, volume analysis, and candle patterns
• Two AI layers: a rule-based engine (IA v1) and an adaptive scoring engine (IA v2)
• Position sizing and leverage control based on risk and market conditions
• Dynamic stop-loss and take-profit optimization, with optional trailing stops
• A complete Telegram bot interface for command control and real-time monitoring
• Capital allocation and rebalancing per pair
• Performance and PnL tracking dashboards
• News sentiment analysis that feeds into the AI decision process
• Real-time autonomous operation across more than 15 trading pairs
The Sentinel bot generates real-time entry and exit signals, including full context such as symbol, side (long/short), quantity, trend strength, and sentiment. These are already tested and deployed in production with actual trade logic and capital management.
Our initial understanding was that Cornix webhook URLs with UUIDs (e.g.,
https://webhook.cornix.io/tradingview/{UUID}) could be triggered via direct POST requests from an external source such as Sentinel. This would allow our AI engine to trigger signals directly in Cornix without relying on TradingView alerts.
However, we’ve learned that these webhook endpoints currently only respond to internal TradingView-based alerts, and not to externally crafted webhook POSTs—even when the UUID is valid and active.
This significantly limits the integration possibilities for platforms like ours, where all the signal generation and risk logic is handled independently from TradingView.
Feature Suggestion
We propose supporting a format where external systems could send valid POST requests to the existing webhook endpoint using the UUID, along with a simple structured payload. This would allow:
• Automated signals from custom-built AI trading systems
• TradingView-independent bots using Cornix for execution
• Advanced institutional use cases beyond chart-based alerts
We believe this could unlock a new category of users for Cornix who are seeking execution tools but wish to retain full control over signal logic.
We’d be happy to provide example payloads, collaborate on a potential API spec, or assist with testing should this idea be considered for development.
Thank you for your time and for building such a robust platform.
Best regards,
Abner Vicente
Creator of Sentinel