From 50ccab3024e3bd1f461a3a146e36a6755376a56d Mon Sep 17 00:00:00 2001 From: Diogo Matos Chaves Date: Wed, 4 Sep 2024 08:45:47 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ecfadd2..ad39524 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ ![tests_badge](https://github.com/diogomatoschaves/stratestic/actions/workflows/run-tests.yml/badge.svg) [![PyPI version](https://badge.fury.io/py/stratestic.svg)](https://badge.fury.io/py/stratestic) - -The `stratestic` module is a Python package for backtesting, analysing and optimizing trading strategies. +`stratestic` is a Python library for backtesting, analysing and optimizing trading strategies. It includes a number of pre-implemented strategies, but it is also possible to create new strategies, as well as to combine them. It provides a general Machine Learning strategy, which can be further tweaked to your specific needs.