From 0375b941ed882bb6c66775b352e0c8a1c1681cc1 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Mon, 15 Jan 2024 15:30:48 -0800 Subject: [PATCH] Doc fix (#135) # Describe Request Updating the message boxes. # Change Type Documentation change. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6264655..9ad2c82 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,17 @@ Indicator Go Indicator is a Golang module providing various stock technical analysis indicators, strategies, and a backtest framework for trading. -> [!IMPORTANT] I have recently started working on the [v2 version](https://github.com/cinar/indicator/tree/v2). It is a complete rewrite of the library with the following goals: +> [!IMPORTANT] +> I have recently started working on the [v2 version](https://github.com/cinar/indicator/tree/v2). It is a complete rewrite of the library with the following goals: > > - Achieving and maintaining minimum of 90% code coverage. > - Having test data in CSV format for each indicator and strategy for easyt validation. > - Operating on data streams (Go channels) for both inputs and outputs. > - Having each indicator and strategy fully configurable with no preset values. > - Supporting all numeric formats using Golang generics. -> -> [!NOTE] I also have a TypeScript version of this module now at [Indicator TS](https://github.com/cinar/indicatorts). + +> [!NOTE] +> I also have a TypeScript version of this module now at [Indicator TS](https://github.com/cinar/indicatorts). 👆 Indicators Provided ----------------------