From e91aefc1f93b3a7e2d4a5af9d5b3de514409d574 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Sun, 24 Dec 2023 21:28:01 -0800 Subject: [PATCH] Updating sections. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96d506e..da26478 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ The following list of strategies are currently supported by this package: - Separate Strategies - MACD and RSI Strategy -## Repository +## Repositories Repository serves as a centralized storage and retrieval location for [asset snapshots](asset/README.md#type-snapshot). @@ -146,7 +146,7 @@ The following [repository implementations](asset/README.md#type-repository) are The [Sync function]() facilitates the synchronization of assets between designated source and target repositories by employing multi-worker concurrency for enhanced efficiency. This function serves the purpose of procuring the most recent snapshots from remote repositories and seamlessly transferring them to local repositories, such as file system repositories. -## Backtest +## Backtesting The [Backtest functionality](strategy/README.md#type-backtest), using the [Outcome](strategy/README.md#func-outcome) to rigorously evaluates the potential performance of the specified strategies applied to a defined set of assets. It generates comprehensive visual representations for each strategy-asset pairing.