By downloading or using this repository, you accept the license.
---
## Quick Start
### Requirements
See the `requirements.txt` file (requirements for MQL5 and Python).
### Installation
- Clone the Git repository into shared projects via CMD
- Contact me on MQL5 (user: nique_372) to be added as a collaborator with your MQL5 nickname (read-only access), which will make the repository automatically appear in your Shared Projects folder
- Or fork the repository
### Train Your Own Model
```bash
# 1. Generate training data
# Run EA in training mode
# Data will be saved to: TerminalPath/Files/Common/EasySbAi/data.csv
# 2. Train model
# Execute the Python script
# 3 files will be generated in TerminalPath/Files/Common/EasySbAi/
# Copy the ONNX model and scaler file to:
# AiDataGenByLeo/Examples/EAs/TTrades/EasySb/res/
# 3. Run the EA
# Execute Ea.mq5 with the training parameter set to false
```
---
## Documentation
- Coming soon
---
## Commercial Licensing
Need to use this software beyond the permitted scope?
### Commercial licenses available for:
- Source code modification rights
- Development of derivative products
- Distribution to clients or end users
- Integration as main component in commercial products
- White-label implementations
- Enterprise deployments
**Contact for licensing:**
```
Platform: MQL5 Community
User: nique_372
Profile: https://www.mql5.com/es/users/nique_372
```
---
## Disclaimer
**Trading involves substantial risk of loss.**
- This software is a technical tool, not financial advice
- Past performance does not guarantee future results
- You are solely responsible for your trading decisions
- Always test thoroughly before deploying with real capital
- Use appropriate risk management in all operations
The authors assume no liability for trading losses, system failures, or any damages arising from the use of this software.