forked from nique_372/AiDataTaskRuner
105 lines
3.1 KiB
Markdown
105 lines
3.1 KiB
Markdown
<p align="center">
|
|
<img src="./Images/AiDataTaskRunerByLeo.png" alt="AiDataTaskRunerByLeo. Logo" width="1150" height="175"/>
|
|
</p>
|
|
|
|
<p align="center">
|
|
Automate data generation and AI model training through a simple, easy-to-use GUI.
|
|
</p>
|
|
|
|
<p align="center">
|
|
<img src="https://img.shields.io/badge/Language-MQL5-1B6CA8?style=flat-square"/>
|
|
<img src="https://img.shields.io/badge/Platform-MetaTrader%205-0D1B2A?style=flat-square"/>
|
|
<img src="https://img.shields.io/badge/Author-nique__372%20and%20Leo-C9D6DF?style=flat-square"/>
|
|
<a href="./LICENSE.md">
|
|
<img src="https://img.shields.io/badge/License-Source%20Available-blue.svg?style=flat-square"/>
|
|
</a>
|
|
<a href="./LICENSE.md">
|
|
<img src="https://img.shields.io/badge/License-Non--Commercial-red.svg?style=flat-square"/>
|
|
</a>
|
|
<a href="./LICENSE.md">
|
|
<img src="https://img.shields.io/badge/AI%20LLm%20Training-Prohibited-critical.svg?style=flat-square"/>
|
|
</a>
|
|
</p>
|
|
|
|
|
|
---
|
|
|
|
## Features
|
|
|
|
- Main tab to choose timeframe, symbol, etc. and add tasks to the bot
|
|
|
|

|
|
|
|
|
|
- Tasks tab, view the status of all pending tasks to be executed
|
|
|
|

|
|
|
|
- Settings tab, choose the interface language.
|
|
|
|

|
|
|
|
- AI integration: In the tab to configure the AI model, configure it and talk to it via Telegram, give it instructions without touching the GUI, and it will take care of everything.
|
|
|
|

|
|
|
|
|
|
---
|
|
|
|
## Quick Start
|
|
|
|
### 1. Install (3) EAs
|
|
|
|
Download the 3 most recent executables from the release section and place them in your Experts\ folder.
|
|
|
|
### 2. Run the bots in your MT5 terminal
|
|
|
|
Run the Runner.ex5 bot on any chart, wait a couple of seconds, and then run AiDataTaskRunnerByLeo.ex5
|
|
|
|
|
|
---
|
|
|
|
## Repository Structure
|
|
|
|
```
|
|
ScalerByLeo/
|
|
├── Backend/ # The backend of the panel is where the code that the tester executes for data generation is located.
|
|
├── FileInstaler/ # Frontend code for the panel (tabs and main window)
|
|
├── UI/ # Frontend code for the panel (tabs and main window)
|
|
└── Images/ # Repository banner
|
|
```
|
|
|
|
---
|
|
|
|
## Requirements
|
|
If you only want to use the bot, you don't need to download anything else besides the ex5 files. Otherwise, if you want the code, you should check the file:
|
|
[dependencies.json](./dependencies.json) file.
|
|
|
|
---
|
|
|
|
## Installation of repo code
|
|
- Clone the git repository into shared projects via cmd.
|
|
- Contact me privately on MQL5 chats (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.
|
|
- Fork the repository.
|
|
|
|
|
|
|
|
---
|
|
|
|
## 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
|
|
- Apply appropriate risk management at all times
|
|
|
|
The authors assume no liability for trading losses, system failures, or any damages arising from the use of this software.
|
|
|
|
---
|
|
|
|
## License
|
|
|
|
**[Read Full License](./LICENSE.md)**
|