From c21334235379c18b873df9925522752c6ad19cd4 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Tue, 6 Feb 2024 09:30:56 +0700 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d495524..c2a6dd6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -**README - Advanced Algorithmic Trading Platform** +**README - V2TRADING - Advanced Algorithmic Trading Platform** **Overview** -Custom-built algorithmic trading platform for research, backtesting and automated trading, focusing on a trading engine capable of processing tick data, managing trades, and supporting backtesting in a highly accurate and efficient manner. +Custom-built algorithmic trading platform for research, backtesting and automated trading. Trading engine capable of processing tick data, managing trades, and supporting backtesting in a highly accurate and efficient manner. **Key Features** - **Trading Engine**: At the core of the platform is a trading engine that processes tick data in real time. This engine is responsible for aggregating data and managing the execution of trades, ensuring precision and speed in trade placement and execution. From 899173327897093af0336a63c11f2071810d62d9 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Tue, 6 Feb 2024 09:34:33 +0700 Subject: [PATCH 2/3] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c2a6dd6..42b8aba 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,10 @@ While the platform is fully functional and growing, ongoing development is plann Contributions to this project are welcome. Whether it's improving the frontend, enhancing the backend capabilities, or experimenting with new trading strategies and machine learning models, your input can help take this platform to the next level. 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** + +image + +image + From 90afa29f346ab4e173e867e58cacfbab25d99e6f Mon Sep 17 00:00:00 2001 From: David Brazda Date: Tue, 6 Feb 2024 09:52:53 +0700 Subject: [PATCH 3/3] Update README.md --- README.md | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) 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 entry/exit points and stoploss lines +

-image +

+ Main screen with tick based indicators
+ Main screen with tick based indicators +

+ +

+ Indicator editor
+ Indicator editor +

+ +

+ Strategy editor
+ Strategy editor +

+ +

+ Strategy analytical tools
+ Strategy analytical tools +

-image