We are excited that you want to contribute to the ORSTAC community! Our mission is to build the most comprehensive and transparent collection of open-source trading bots.
When contributing new XML bots or modifying existing ones, please follow these guidelines to ensure the community can understand and use your contribution effectively.
For every bot you submit or update, please provide the following information:
- Operation Timeframe: What is the recommended timeframe for this bot? (e.g., 1-tick, 1-minute, 5-minutes).
- Market Configuration: Which market is this bot configured for? (e.g., Volatility 100 (1s) Index, Forex EUR/USD, etc.).
- Configurable Variables: List the variables that users can or should adjust (e.g., Stake, Target Profit, Stop Loss, Martingale Multiplier).
- Strategy Details: A brief explanation of the logic behind the bot.
- Best Configuration: What are the "sweet spot" settings for optimal performance based on your tests?
We strongly encourage the use of Artificial Intelligence in developing and optimizing trading bots.
Important
Check out our AI Contributing Guide to learn how to leverage AI for your trading scripts.
In today's fast-paced market, those who don't embrace AI will be left behind. Use it to analyze patterns, optimize parameters, and write better logic!
- Fork the repository.
- Create a branch for your feature or fix.
- Add your bot to the appropriate folder in
Bots_XML/. - Update the documentation (if applicable).
- Submit a Pull Request with a clear description of your changes.
Thank you for being part of the future of trading!