Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.79 KB

File metadata and controls

36 lines (23 loc) · 1.79 KB

Contributing to ORSTAC

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.

How to Contribute

When contributing new XML bots or modifying existing ones, please follow these guidelines to ensure the community can understand and use your contribution effectively.

Bot Documentation Requirements

For every bot you submit or update, please provide the following information:

  1. Operation Timeframe: What is the recommended timeframe for this bot? (e.g., 1-tick, 1-minute, 5-minutes).
  2. Market Configuration: Which market is this bot configured for? (e.g., Volatility 100 (1s) Index, Forex EUR/USD, etc.).
  3. Configurable Variables: List the variables that users can or should adjust (e.g., Stake, Target Profit, Stop Loss, Martingale Multiplier).
  4. Strategy Details: A brief explanation of the logic behind the bot.
  5. Best Configuration: What are the "sweet spot" settings for optimal performance based on your tests?

AI-Powered Development

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!

Submission Process

  1. Fork the repository.
  2. Create a branch for your feature or fix.
  3. Add your bot to the appropriate folder in Bots_XML/.
  4. Update the documentation (if applicable).
  5. Submit a Pull Request with a clear description of your changes.

Thank you for being part of the future of trading!