68 行
无行尾
2.3 KiB
Markdown
68 行
无行尾
2.3 KiB
Markdown
# Examples License - Educational Use Only
|
|
|
|
Copyright (c) 2025 TradeSystemsNique - NiquelMendoza
|
|
All rights reserved.
|
|
|
|
## Scope
|
|
|
|
This license applies ONLY to files in the `/Examples/` directory
|
|
of this repository.
|
|
|
|
---
|
|
|
|
## Purpose
|
|
|
|
The example bots in this repository are provided solely for educational,
|
|
learning, and reference purposes to demonstrate the use of the ICT library.
|
|
|
|
## Granted Permissions
|
|
|
|
- **STUDY** the code to learn ICT trading concepts
|
|
- **RUN** the examples on demo or live accounts (at your own risk)
|
|
- **MODIFY** the examples for private personal experimentation
|
|
- **SHARE** this complete repository with its license intact
|
|
|
|
## Strict Restrictions
|
|
|
|
- **PROHIBITED:** Selling the examples (compiled .ex5 or source code)
|
|
- **PROHIBITED:** Selling modifications of the examples
|
|
- **PROHIBITED:** Selling derivative works based on the examples
|
|
- **PROHIBITED:** Using the examples as a base for commercial products
|
|
- **PROHIBITED:** Distributing the examples separately from this repository
|
|
- **PROHIBITED:** Sublicensing or transferring these rights
|
|
|
|
## Definition of "Derivative Work" of Examples
|
|
|
|
The following are considered derivative works (and therefore NOT commercializable):
|
|
|
|
- Copying an example and changing variable/function names
|
|
- Modifying parameters or adding features to the example code
|
|
- Using the example's structure/architecture as a template
|
|
- Translating the example to another programming language
|
|
- Refactoring" the example while maintaining the main logic
|
|
|
|
---
|
|
|
|
## Disclaimer
|
|
|
|
THESE EXAMPLES ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
|
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
|
|
|
|
THE AUTHOR IS NOT RESPONSIBLE FOR:
|
|
|
|
- Financial losses from use in live trading
|
|
- Errors, bugs, or unexpected code behavior
|
|
- Performance, results, or profitability of the examples
|
|
- Direct, indirect, incidental, or consequential damages
|
|
|
|
**⚠️ RISK WARNING:**
|
|
|
|
Trading Forex, Futures, and CFDs involves significant risk of loss and
|
|
is not suitable for all investors. These examples are SOLELY educational
|
|
and DO NOT constitute financial advice.
|
|
|
|
NEVER trade with money you cannot afford to lose.
|
|
ALWAYS test thoroughly on demo accounts before using on live accounts.
|
|
|
|
Trade at your own risk and responsibility. |