forked from joshuaulrich/TTR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Housekeeping before submitting to CRAN.
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/ttr/pkg@99 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
- Loading branch information
1 parent
0d7e9e5
commit e8df8ce
Showing
4 changed files
with
30 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,36 @@ | ||
TTR version 0.20-1 | ||
Changes from version 0.20-0 | ||
TTR version 0.20-2 | ||
Changes from version 0.20-1 | ||
|
||
|
||
NEW FEATURES: | ||
|
||
- None. | ||
- Added VWAP and VWMA (thanks to Brian Peterson) | ||
|
||
- Added v-factor generalization to DEMA (thanks to John Gavin) | ||
|
||
|
||
CHANGES: | ||
|
||
- Updated CMO, DPO, DonchianChannel, RSI, and TDI to *explicitly* | ||
use xts internally. | ||
- Updated volatility() to handle univariate case of calc='close' | ||
(thanks to Cedrick Johnson) | ||
|
||
- Moved EMA, SAR, and wilderSum from .Fortran to .Call and used | ||
xts:::naCheck in lieu of TTR's NA check mechanism | ||
|
||
- RSI up/down momentum now faster with xts (thanks to Jeff Ryan) | ||
|
||
- If 'ratio' is specified in EMA but 'n' is missing, the traditional | ||
value of 'n' is approximated and returned as the first non-NA value | ||
|
||
|
||
BUG FIXES: | ||
|
||
- Fixed bug in WMA, EVWMA, ZLEMA, and GMMA; results were not being | ||
reclassed back to their original class. | ||
- Fix to stoch() when maType is a list and 'n' is not set in the list's | ||
3rd element (thanks to Wind Me) | ||
|
||
- Fixed fastK in stoch() when smooth != 1 | ||
|
||
- Fixed segfault caused by EMA when n < NROW(x) (thanks to Douglas Hobbs) | ||
|
||
- Set colnames after cbind call in the following functions: ADX, aroon, | ||
ATR, BBands, DonchianChannel, EMV, KST, MACD, stoch, SMI, TDI, TRIX. | ||
- test.EMA.wilder failed under R-devel (thanks to Prof Brian Ripley) | ||
|
||
- Fixed bug in VHF; missing abs() calculation in the denominator. | ||
Thanks to Jürgen Wurzer for the report! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters