From 9960ea5e0cfe8d283f58e11aea53ac2236d02003 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Fri, 15 Jul 2016 17:01:51 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e1be1f..32b90ab 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ You can now also graph a moving average of a series using a special `MovingAvera # More Intense Technical Analysis -You can also have series that produce two values, i.e. a series that implements `BoundedValueProvider` and the `GetBoundedValue(int)(x,y1,y2 float64)` method. +You can also have series that produce two values, i.e. a series that implements `BoundedValueProvider` and the `GetBoundedValue(int)(x,y1,y2 float64)` method. An example of a `BoundedValueProvider` is the included `BollingerBandsSeries`. ![](https://raw.githubusercontent.com/wcharczuk/go-chart/master/images/spy_ltm_bbs.png)