diff --git a/README.md b/README.md index 42b8aba..fff820f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Custom-built algorithmic trading platform for research, backtesting and automate - **Custom Data Aggregation:** The platform includes a data aggregator that allows for custom aggregation rules. This flexibility supports a variety of data analysis approaches, including non-time based bars and other unique criteria. +- **Indicators** Contains inbuild [tulipy](https://tulipindicators.org/list) [ta-lib](https://ta-lib.github.io/ta-lib-python/) and templates for custom build multioutputs stateful indicators. + - **Machine Learning Integration:** Recently, the platform has expanded to incorporate machine learning capabilities. This includes modules for both training and inference, supporting the complete ML lifecycle. These ML models can be utilized within trading strategies for classification and exploiting statistical advantages. **Technology Stack** @@ -23,9 +25,29 @@ Contributions to this project are welcome. Whether it's improving the frontend, This repository represents a sophisticated and evolving tool for algorithmic traders, offering precision, speed, and a level of customization that is unparalleled in open-source systems. Join us in shaping the future of algorithmic trading. -**Screenshots** +
+ Main screen with entry/exit points and stoploss lines
+
+
+ Main screen with tick based indicators
+
+
+ Indicator editor
+
+
+ Strategy editor
+
+
+ Strategy analytical tools
+
+