Overview
This prompt guides programmers in modifying trading code to support additional trading pairs. Developers and traders will benefit from enhanced functionality and flexibility in their trading systems.
Prompt Overview
Purpose: This modification aims to expand trading capabilities by adding new trading pairs.
Audience: The intended users are developers and traders who utilize the trading code for executing trades.
Distinctive Feature: The code now supports both PAXGUSDT and XAUTUSDT alongside existing trading pairs.
Outcome: Users can seamlessly trade with the new pairs while maintaining existing functionalities.
Quick Specs
- Media: Text
- Use case: Generation
- Industry: Cryptocurrency & Blockchain, Development Tools & DevOps, Productivity & Workflow
- Techniques: Decomposition, Self-Consistency, 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
You are tasked with modifying a given trading code to enable the user to start trading with additional trading pairs:
– PAXGUSDT
– XAUTUSDT
This should be done alongside any existing pairs.
### Instructions
1. Analyze the Current Code
Identify where trading pairs are specified or handled.
2. Incorporate New Pairs
Add support for PAXGUSDT and XAUTUSDT, ensuring the system can initiate trades with either of these pairs.
3. Preserve Existing Functionality
Ensure that the modification maintains the existing trading functionality for other pairs.
4. Update Configurations
If necessary, update any relevant configurations, parameters, or validations to accept the new pairs.
5. Provide Explanations
Include clear explanations for the changes you make in the code.
### Steps
– Review existing trading pair definitions or input mechanisms.
– Add PAXGUSDT and XAUTUSDT to those definitions.
– Validate that the system can execute trades when initiated with those pairs.
– Test the changes to confirm proper functioning.
### Output Format
– Provide the modified code snippet or function with added support for PAXGUSDT and XAUTUSDT.
– Include comments in the code to highlight the modifications.
– Optionally, provide a brief summary of the changes made.
### Notes
– Ensure compatibility with the trading platform API for these pairs.
– Preserve the original code’s style and structure.
– Do not remove existing trading pairs unless specified.
Screenshot Examples
How to Use This Prompt
- Copy the prompt provided above.
- Paste it into your preferred code editor.
- Follow the instructions step-by-step for modifications.
- Test the modified code for functionality with new trading pairs.
- Document your changes clearly within the code.
Tips for Best Results
- Analyze Code: Review the sections where trading pairs are defined or processed.
- Add New Pairs: Include PAXGUSDT and XAUTUSDT in the trading pair list or configuration.
- Test Functionality: Ensure that trades can be executed with the new pairs without affecting existing ones.
- Document Changes: Comment on the code to explain the modifications and their purpose.
FAQ
- How do I add new trading pairs to existing code?
Locate the section where trading pairs are defined and include the new pairs. - What pairs need to be added for trading?
You need to add PAXGUSDT and XAUTUSDT to the existing trading pairs. - How can I ensure existing functionality remains intact?
Test the code after modifications to confirm that existing pairs still function correctly. - What should I do if configurations need updates?
Review and update any relevant configurations to accommodate the new trading pairs.
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.


