93 行
3.5 KiB
Markdown
93 行
3.5 KiB
Markdown
Apache License
|
|
Version 2.0, January 2004
|
|
http://www.apache.org/licenses/
|
|
|
|
Copyright 2025 TradeSystemsNique - NiquelMendoza
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
|
|
---
|
|
|
|
## ADDITIONAL TERMS - Library Commercial Restriction
|
|
|
|
Pursuant to Section 4(d) of the Apache License 2.0,
|
|
the following additional terms are established:
|
|
|
|
### Scope
|
|
This license applies to all components of the ICT Easy Library:
|
|
|
|
1. **Integration Code (`/Src/` directory):**
|
|
- Wrapper functions and helper utilities
|
|
- Code that facilitates the use of the compiled library
|
|
|
|
2. **Compiled Library (`ICTEasyLibrary.ex5`):**
|
|
- Binary library containing ICT concept implementations
|
|
- Distributed via repository Releases
|
|
- Source code not included in repository
|
|
|
|
**Note:** Both the integration code and compiled library are components
|
|
of a single integrated system and are subject to the same license terms.
|
|
|
|
### Restrictions
|
|
1. PROHIBITED: Selling, marketing, or commercially distributing
|
|
this library (modified or unmodified) as a standalone product.
|
|
2. PROHIBITED: Sublicensing this library as a separate commercial component.
|
|
3. PROHIBITED: Reverse engineering, decompiling, or disassembling
|
|
the compiled library file `ICTEasyLibrary.ex5`.
|
|
|
|
### Explicit Permissions
|
|
1. Using this library in proprietary commercial software
|
|
(trading bots, Expert Advisors, etc.).
|
|
2. Selling bots/EAs that USE this library (closed-source or open-source).
|
|
3. Modifying the library for personal use.
|
|
4. Distributing this library free of charge with proper attribution.
|
|
|
|
### Required Attribution
|
|
Software that incorporates this library must include the following notice:
|
|
"Powered by ICT Easy Library - https://forge.mql5.io/nique_372/ICTLibraryEasy"
|
|
|
|
### License Separation
|
|
Example files located in `/Examples/` are licensed under a different license.
|
|
See LICENSE-EXAMPLES for more details.
|
|
|
|
---
|
|
|
|
## ADDITIONAL DISCLAIMER
|
|
|
|
**DISCLAIMER OF WARRANTIES**
|
|
|
|
THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
|
|
|
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE
|
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
**FINANCIAL TRADING NOTICE**
|
|
|
|
This library is a development tool that may be used to create trading
|
|
software. The author is not responsible for:
|
|
|
|
- Financial losses from trading software built with this library
|
|
- Trading decisions made by applications using this library
|
|
- Performance or behavior of derivative works
|
|
|
|
Developers using this library to create trading software are responsible
|
|
for testing, risk management, and regulatory compliance. End users should
|
|
test trading software thoroughly on demo accounts before live trading.
|
|
|
|
**⚠️ Trading financial markets involves substantial risk of loss.**
|
|
|
|
|