TSNReposIndex/SKILL.md
2026-04-28 01:57:58 +00:00

41 lines
No EOL
1.6 KiB
Markdown

---
name: TSN MQL5 Conventions
version: "1.1.0"
description: Apply TSN (Trade System Nique) MQL5 code conventions and standards when creating or reviewing MQL5 code. Use this skill whenever the user mentions MQL5, any TSN repository (AiDataGenByLeo, ICTLibraryEasy, FastNL, etc.), or needs code that follows TSN ecosystem standards.
---
# TSN MQL5 Code Conventions
This skill provides access to Trade System Nique's official MQL5 coding standards and best practices.
## When to use this skill
Apply these conventions whenever:
- Writing MQL5 code for TSN ecosystem
- Using libraries from nique_372 repositories
- Reviewing code for TSN standards compliance
- Setting up MQL5 projects within the TSN ecosystem
## Naming Conventions
See: [MQL5 Conventions](Conventions/MQL5.md)
## Project Structure
See: [MQL5 Project Structure](Conventions/MqlFiles.md)
## Dependency Management
- **[TSNDep](https://forge.mql5.io/nique_372/TSNDep/src/branch/main/README.md)** : Dependencies Management for TSN
- **[Commands Reference](https://forge.mql5.io/nique_372/TSNDep/wiki/Commands.md):** Detailed description of each command
- **[dependencies.json Format](https://forge.mql5.io/nique_372/TSNDep/wiki/DependenciesF.md):** Full dependencies.json specification
- **[Hooks Guide](https://forge.mql5.io/nique_372/TSNDep/wiki/Hooks.md):** Hook system and examples
## TSN Repositories
For complete list of available TSN repositories and their status, license, etc.. see:
[Dependency Management](README.md)
## More Information
For detailed conventions and standards, see the reference documents in this skill package.