# ICTLibraryEasy
A simplified MQL5 library for integrating essential ICT (Inner Circle Trader) concepts into your trading bots and expert advisors.
## Integrated concepts
This library includes 4 fundamental ICT concepts:
- **FVG**
- **BosChoch**
- **Swings**
- **Trading Sessions**
## License
This repository uses a **dual licensing system**:
### ICT Easy Library `/Src/` + `ICTEasyLibrary.ex5`
- **License:** Apache 2.0 Modified
- **Commercial use:** Allowed in your bots
- **Selling library:** Prohibited
- **Details:** [LICENSE](./LICENSE.md)
> Only `/Src/` code can be modified. The compiled library (`ICTEasyLibrary.ex5`) cannot be reverse-engineered.
### Examples `/Examples/`
- **License:** Proprietary - Educational Use Only
- **Commercial use:** Prohibited to sell or derivatives
- **Learning:** Study and learn freely
- **Details:** [LICENSE-EXAMPLES](./LICENSE-EXAMPLES.md)
## Installation
- Install the following free product: [ICT EasyLibrary](https://www.thebotplace.es/bot/ZJPO3GPJ).
By installing this product you will have:
- The cloned or forked MQLArticles and ICTEasyLibrary repositories.
- The local mqh files.
- The EX5 ICTEasyLibrary library in your MQL5\\Libraries folder.