Skip to content

Commit

Permalink
Updating sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar committed Dec 25, 2023
1 parent d3d2922 commit e91aefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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.

Expand Down

0 comments on commit e91aefc

Please sign in to comment.