Tarea técnica
Project Overview:
I need a trading bot that automatically detects and buys newly listed currencies from the Surge tab on Axiom Pro within milliseconds of listing, based on user-defined parameters. Axiom Pro has no API or websocket, but it uses TradingView as its chart/data source, so the bot must integrate via TradingView alerts or another viable method to achieve real-time execution.
Core Requirements:
-
Data Source & Detection
-
Identify if Surge tab listings are tied to TradingView symbols or watchlists.
-
Detect new currency listings in real time as soon as they appear.
-
Apply filters for Market Cap, Volume, and Liquidity before executing any buy.
-
-
Integration Method
-
Use TradingView’s webhook alert system or Charting Library API to send alerts to the bot instantly.
-
Alerts must be triggered only if the new listing meets the predefined parameters.
-
-
Execution Layer
-
Bot must auto-execute a buy order instantly via my connected exchange account/API (developer must confirm compatible exchanges).
-
Execution speed target: milliseconds from detection to order placement.
-
Ability to configure buy size, maximum position limits, and daily spending caps.
-
-
Deployment
-
Bot should run on a low-latency VPS close to exchange servers.
-
Must be stable for 24/7 operation with automatic restart/reconnect in case of disconnection.
-
-
User Configuration
-
Simple GUI or config file to update parameters: Market Cap, Volume, Liquidity, Buy Amount, Risk Limits.
-
Logging of all trades and alerts for review.
-
-
Testing
-
Developer must simulate alerts and run test trades before going live.
-
Verify latency and execution speed before deployment.
-
Deliverables:
-
Fully functional bot (source code included).
-
Setup instructions.
-
VPS deployment guide.
-
1–2 rounds of bug fixes after delivery.