From 5d968d803464b86c24115e8a78226cb47f6032e5 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Sun, 10 Dec 2023 09:54:24 -0800 Subject: [PATCH] Updated the project readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66be23d..b256b87 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The following list of indicators are currently supported by this package: Strategies relies on the following: -- Action +- [Action](strategy/README.md#type-action) - [Snapshot](asset/README.md#type-snapshot) - Strategy Function - Buy and Hold Strategy @@ -102,6 +102,7 @@ The following list of strategies are currently supported by this package: ### Trend Strategies +- [Absolute Price Oscillator Strategy](strategy/README.md#type-apostrategy) - Chande Forecast Oscillator Strategy - KDJ Strategy - MACD Strategy