joshuaulrich / TTR

Technical analysis and other functions to construct technical trading rules with R
GNU General Public License v2.0
330 stars 103 forks source link

[R-Forge #2091] Correct documentation error bollingerBands #3

Closed joshuaulrich closed 9 years ago

joshuaulrich commented 9 years ago

Submitted by: Evelyn Mitchell Assigned to: Joshua Ulrich R-Forge link

ma in docs should be mavg

--- bollingerBands.Rd.orig 2012-06-18 19:08:34.477045035 -0600 +++ bollingerBands.Rd 2012-06-18 19:10:42.277048079 -0600 @@ -31,7 +31,7 @@ A object of the same class as \code{HLC} or a matrix (if \code{try.xts} fails) containing the columns: \item{ dn }{ The lower Bollinger Band. }

Followups:

Date: 2013-02-25 00:06 Sender: Joshua Ulrich Fixed as of revision 148. Thanks!