fast-ta/README.md

19 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

# fast-ta
Minimal, high-performance streaming technical analysis library for MQL5.
* O(1) indicator updates.
* Zero dynamic allocation after initialization.
* Live-bar updates and historical value access.
* Minimal, reusable, composition-first architecture.
**Status:** Early development — SMA, EMA, SMMA, LWMA, RSI, and Stochastic implemented and validated against native MT5 output
⚠️ **DISCLAIMER & LIABILITY WARNING**
This code was developed with the assistance of an AI system. While care has been taken to follow sound MQL5 design and coding practices, users must independently review, audit, and thoroughly test the code in a demo environment before deploying it in production or live trading environments.
This library is provided "as is", without warranty of any kind, express or implied. In no event shall the authors or copyright holders be liable for any financial losses, damages, or claims arising from the use of this library. Trading involves substantial risk.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. This allows anyone to use, modify, and distribute the code freely for personal or commercial projects.