Overview
This prompt aims to guide developers in creating a trading bot that operates efficiently on a set schedule. Programmers and traders will benefit from the structured plan and code implementation provided.
Prompt Overview
Purpose: The trading bot aims to automate trading decisions every 6 minutes based on real-time market data analysis.
Audience: This plan is intended for developers and traders interested in algorithmic trading solutions.
Distinctive Feature: The bot incorporates robust error handling and logging to ensure reliability and transparency in trading actions.
Outcome: Successful implementation will lead to a fully functional trading bot that operates efficiently and adapts to market conditions.
Quick Specs
- Media: Text
- Use case: Generation
- Industry: Consulting (Management, Strategy), Fintech & Digital Banking, Machine Learning & Data Science
- Techniques: Decomposition, Plan-Then-Solve, Structured Output
- Models: Claude 3.5 Sonnet, Gemini 2.0 Flash, GPT-4o, Llama 3.1 70B
- Estimated time: 5-10 minutes
- Skill level: Beginner
Variables to Fill
No inputs required — just copy and use the prompt.
Example Variables Block
No example values needed for this prompt.
The Prompt
Create a detailed plan and code implementation for a trading bot that executes trades every 6 minutes.
The bot should:
– Connect securely to a trading platform API (specify the platform if known).
– Retrieve up-to-date market data needed to make informed trading decisions.
– Analyze the data using a clear, logical strategy that you define (e.g., technical indicators, price trends).
– Place buy or sell orders accordingly every 6 minutes without fail.
– Handle network errors, API rate limits, and order execution confirmations gracefully.
– Log all trades and decision points for audit and debugging.
# Steps
1. Define the trading strategy with clear rules.
2. Establish connection and authentication with the trading platform API.
3. Implement data retrieval and processing logic.
4. Implement the algorithm to decide trade actions based on the defined strategy.
5. Schedule the bot to execute trading actions precisely every 6 minutes.
6. Implement error handling and logging throughout the process.
7. Test the bot using historical or simulated data before live deployment.
# Output Format
– Provide the fully commented source code of the trading bot in a popular programming language (Python preferred).
– Include configuration instructions for running the bot.
– Explain the trading strategy and detail how the 6-minute interval is managed.
– Optionally, provide sample logs or example output demonstrating the bot’s operation.
# Notes
– Ensure the bot prioritizes safety and refrains from placing trades when insufficient information is available.
– The bot should be modular to facilitate easy adaptation of the trading strategy.
Screenshot Examples
How to Use This Prompt
- Copy the prompt as-is for your project.
- Define your trading strategy with clear rules.
- Choose a trading platform and set up API access.
- Implement data retrieval and processing logic in code.
- Schedule trading actions to execute every 6 minutes.
- Test the bot thoroughly before live deployment.
Tips for Best Results
- Define Trading Strategy: Establish clear rules based on technical indicators like moving averages or RSI to guide buy/sell decisions.
- Connect to API: Use a secure method (like OAuth) to authenticate with a trading platform API, such as Binance or Coinbase Pro.
- Implement Error Handling: Ensure the bot gracefully manages network issues, API limits, and logs all actions for debugging and auditing purposes.
- Schedule Execution: Use a scheduling library (like APScheduler) to run trading actions every 6 minutes, ensuring precise timing and reliability.
FAQ
- What is the purpose of a trading bot?
A trading bot automates trading decisions and executions based on predefined strategies. - How often does the trading bot execute trades?
The trading bot executes trades every 6 minutes consistently. - What should the bot do during network errors?
The bot should handle network errors gracefully and attempt reconnection or log the issue. - Why is logging important for the trading bot?
Logging is crucial for auditing trades and debugging issues in the trading process.
Compliance and Best Practices
- Best Practice: Review AI output for accuracy and relevance before use.
- Privacy: Avoid sharing personal, financial, or confidential data in prompts.
- Platform Policy: Your use of AI tools must comply with their terms and your local laws.
Revision History
- Version 1.0 (February 2026): Initial release.


