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.