The core idea is using TradingView style alert system as N8N workflow trigger to run analysis and order executions with live market data monitoring.
I personally tried many "AI trading" tools but none of them handle things the way I expect. Most of them run on a schedule based analysis like every 5 minutes or daily, and almost all of the ones perform analysis through a AI black box with no transparency for how the analysis is performed and what data was referenced.
So I ended up making one myself that trigger analysis at more meaningful moments generated by my technical indicators, and run the analysis that I personally configured with inspectable steps and detailed info for better reviews, then tune the workflow to be more reproducible and reliable.
Currently working on a MCP that let Codex or Claude Code be able to edit indicators and workflows, as well as setting up monitors for me. I originally made a Copilot system for this but it's too expensive since it uses API keys to access AI services, would be much cheaper with subscription backed access via MCP :D
I value transparency a lot when it comes to trading analysis, not sure if anyone else feels the same