Commit Graph
421 Commits
Author SHA1 Message Date
Kevin Johnson cdba83e1fd Merge branch 'pr/251' into development 2021-03-21 11:09:30 -07:00
Kevin Johnson 2b8fe5f78c Merge branch 'pr/250' into development 2021-03-21 11:04:28 -07:00
Kevin Johnson 305e02801a Merge branch 'pr/249' into development 2021-03-21 10:55:15 -07:00
Kevin Johnson a0b9039282 Merge branch 'pr/248' into development 2021-03-21 10:50:03 -07:00
Kevin Johnson f05aa384fa Merge branch 'pr/247' into development 2021-03-21 10:46:51 -07:00
Kevin Johnson 6b9d37d5b2 BUG replace exits with returns - exits warns on exit in ipython 2021-03-21 10:41:47 -07:00
Kevin Johnson 4de41d0706 DOC readme typo 2021-03-20 17:27:52 -07:00
Kevin Johnson b86c1f5ad3 ENH ticker method using yfinance DOC refactor + readme and examples update 2021-03-20 17:25:42 -07:00
moritzgun 519efafa7a Update kama.py
keyError when using sc[i] or close[i]
2021-03-15 17:28:15 +01:00
moritzgun 01eac4c350 Update hwma.py
Close[i] raises KeyError
2021-03-15 17:16:44 +01:00
moritzgun e773c676c5 Update alma.py
close[i - j] raises keyError
2021-03-15 16:27:04 +01:00
moritzgun d7448074d4 Update rsx.py
close[i] raises a keyError
2021-03-15 10:26:27 +01:00
moritzgun c08a51174b Update fisher.py
position[i] is raising a keyError
2021-03-15 10:24:37 +01:00
Kevin Johnson 2376f7a267 ENH DataFrame exchange property added for last_run property ENH notebooks updated 2021-03-13 16:24:31 -08:00
Kevin Johnson 44f7ca5dff DEP removed mp property ENH new last_run, time_range and to_utc properties 2021-03-13 15:18:44 -08:00
Kevin Johnson 2773f17d25 ENH #125 @244 returns None instead and runs relevant indicators in strategy MAINT refactor 2021-03-13 10:19:40 -08:00
Kevin Johnson 11978449e5 DOC add contributor 2021-03-12 15:40:18 -08:00
Kevin Johnson a31489af18 DEP remove alias kwarg option MAINT remove core spacing 2021-03-12 07:11:18 -08:00
Kevin Johnson 0d7489b915 ENH #242 #243 trade_return trade_offset 2021-03-09 13:06:55 -08:00
Kevin Johnson eec333e8b2 Merge branch 'pr/243' into development 2021-03-09 13:02:25 -08:00
Kevin Johnson e0bf562af9 ENH #237 #240 true_range fix ENH #238 ENH #241 2021-03-09 13:01:56 -08:00
Kevin Johnson 00b19522d1 Merge branch 'pr/240' into development 2021-03-09 12:57:27 -08:00
Kevin Johnson 0277894337 ENH bbands #202 ENH core added ordered and chunksize args ENH chunksize optimizing 2021-03-09 12:47:13 -08:00
edwardwang1 ea96258cb7 Allow trade_offset to be 0 in trend_return 2021-03-09 10:25:57 -05:00
ffhirata 6ba009e7c4 Fix drift argument in the true range calculation
true_range() function are not propagating drift parameter in the inputs - NaN values. 
More info:
https://github.com/twopirllc/pandas-ta/issues/237
2021-03-08 11:40:15 -03:00
Kevin Johnson 6df58b04fa ENH + BUG #238 BUG ebsw min length 2021-03-06 16:37:42 -08:00
Kevin Johnson a4a5d5de30 DOC #236 bbands default doc update 2021-03-02 09:18:17 -08:00
Javier Delgado 7aa488cc8d Realigned docs regarding default length and ma
After https://github.com/twopirllc/pandas-ta/commit/fcaf5e90e1af9a05221eb8e0628a99eee256ed9c and https://github.com/twopirllc/pandas-ta/commit/18aacc8eab2ad28962c506e242e3d719c005fe2d, the method documentation regarding the default length and moving average mode parameters became misaligned
2021-03-02 13:38:14 +01:00
Kevin Johnson bf7e2b3955 DOC readme typo 2021-02-22 12:01:22 -08:00
Kevin Johnson c1d7f88b39 DOC readme toc update 2021-02-22 10:38:59 -08:00
Kevin Johnson 2c54d757a8 Merge branch 'pr/234' into development 2021-02-22 10:34:55 -08:00
Kevin Johnson 5fd27661d6 ENH readme contributions badge 2021-02-22 10:33:50 -08:00
Kevin Johnson e4d807592f MAINT notebook refactor update 2021-02-22 10:32:26 -08:00
DrPaprikaa 289ed804b7 Added 'contributors' badge to README
Hi @twopirllc,

A simple PR to add the number of contributors as a badge at the top of the README.

Cheers,
DrPaprikaa
2021-02-22 17:38:27 +01:00
Kevin Johnson 1d6b8e8393 MAINT DOC refactor 2021-02-19 16:29:05 -08:00
Kevin Johnson 41911776c3 Merge branch 'pr/213' into development 2021-02-19 14:35:00 -08:00
Kevin Johnson 378c922eb9 ENH #213 ebsw indicator TST added DOC readme 2021-02-19 14:34:29 -08:00
Kevin Johnson 4e8e0f229e TST refactor 2021-02-19 11:48:22 -08:00
Kevin Johnson 37fef45781 Merge branch 'pr/215' into development 2021-02-19 11:46:17 -08:00
Kevin Johnson cbeef91047 ENH #215 hwma indicator TST added DOC readme 2021-02-19 11:44:46 -08:00
Kevin Johnson ee64ca1c2e Merge branch 'pr/216' into development 2021-02-19 11:06:42 -08:00
Kevin Johnson 82f12be4e6 ENH #216 alma indicator TST added DOC readme 2021-02-19 11:06:03 -08:00
Kevin Johnson c7e03616ec Merge branch 'pr/219' into development 2021-02-18 14:20:44 -08:00
Kevin Johnson a66b75b9dc MAINT #221 watchlist update + notebook updates BUG #226 2021-02-18 14:19:45 -08:00
rengel8 6d0c2ac610 Update kama.py
small spelling error
2021-02-08 19:32:44 +01:00
rengel8 fb916b884a ALMA
ALMA (new indicator)
Arnaud Legoux Moving Average
2021-02-05 22:22:44 +01:00
rengel8 a5bd4c89b7 Holt Winter
HWMA + HWC (Moving Average +  Channel)
The HWC includes two optional dataframe outputs by setting 'channel_eval=True'. Maybe some changes need to be applied for output naming conventions.
2021-02-05 22:14:43 +01:00
rengel8 5620f764e9 EBSW indicator (new feature)
Imlementation of the 'Even better sine wave' indicator by Ehler's. Creating a new category of cycle based indicators. This shall be further populated with cycle measurement techniques or indicators that use these approach internal.
2021-02-04 18:00:48 +01:00
Kevin Johnson bb8067e422 ENH #199 core no mp option MAINT notebook refresh 2021-02-02 14:04:31 -08:00
rengel8 31faa05379 Merge pull request #1 from twopirllc/master
resync to master 2021-02-02
2021-02-02 14:04:55 +01:00