Commit Graph
371 Commits
Author SHA1 Message Date
rengel8 fb916b884a ALMA
ALMA (new indicator)
Arnaud Legoux Moving Average
2021-02-05 22:22:44 +01:00
rengel8andGitHub 31faa05379 Merge pull request #1 from twopirllc/master
resync to master 2021-02-02
2021-02-02 14:04:55 +01:00
Kevin Johnson 98478f8bf0 MAINT #203 refactor qqe_long and qqe_short vars 2021-02-01 15:05:06 -08:00
Kevin Johnson 1305df5f65 Merge branch 'pr/203' into development 2021-02-01 15:02:16 -08:00
Kevin Johnson 1d381497b2 MAINT minor refactor variance and core with updated example notebook 2021-02-01 15:01:45 -08:00
M6stafa 6a12c79998 FIX long|short used instead of qqe_long|qqe_short 2021-01-31 02:11:12 +03:30
Kevin Johnson 53404e57cc ENH logo MAINT gitignore + update example notebooks 2021-01-24 12:25:42 -08:00
Kevin Johnson a60821a41f DOC README update 2021-01-21 11:06:13 -08:00
Kevin Johnson 909d897c76 TST atr update 2021-01-19 10:06:36 -08:00
Kevin Johnson 47b2d1ded8 ENH atr name update 2021-01-18 20:17:16 -08:00
Kevin Johnson e0d1cc1182 ENH BUG #38 vwap anchor argument fix 2021-01-18 19:57:00 -08:00
Kevin Johnson c8107e372b ENH vwap update 2021-01-18 11:54:59 -08:00
Kevin Johnson c3eb22f754 Merge branch 'pr/188' into development 2021-01-18 11:47:33 -08:00
Kevin Johnson c6ef85c2ae DOC update README 2021-01-18 11:39:17 -08:00
Kevin Johnson 5c3bd08a00 ENH #190 mcgd indicator added 2021-01-18 11:34:06 -08:00
Kevin Johnson fc140bee67 Merge branch 'pr/190' into development 2021-01-18 09:33:12 -08:00
Kevin Johnson 2f86d47cb1 ENH rsx indicator added 2021-01-18 09:25:54 -08:00
Kevin Johnson 3b4ef93d57 Merge branch 'pr/182' into development 2021-01-17 17:19:05 -08:00
Kevin Johnson f7713dd0c8 DOC update README 2021-01-17 17:18:06 -08:00
Kevin Johnson 4af35842ac ENH #172 added pvr indicator MAINT refactor 2021-01-17 17:10:41 -08:00
Kevin Johnson 0c86c5b165 Merge branch 'pr/172' into development 2021-01-17 16:14:40 -08:00
Kevin Johnson df74698126 MAINT refactor TST mod BUG lingreg return 2021-01-17 16:11:06 -08:00
Kevin Johnson ec4e09baac MAINT refactoring DOC + ENH log and loggeo mean #191 #175 2021-01-13 21:20:23 -08:00
Will aa260f7012 Adding McGinley Dynamic Indicator 2021-01-08 10:53:03 -05:00
YuvalWeinandGitHub 5c4a72ee99 Update vwap.py
An Attempt to fix the VWAP problem presented in this issue:
https://github.com/twopirllc/pandas-ta/issues/38

Is it fixing the problem?
2021-01-07 18:39:10 +02:00
rengel8andGitHub 22609dd5ba Update rsx.py
new line at end :)
2021-01-02 14:26:16 +01:00
rengel8andGitHub 4c35fb3c4f Update core.py
added entry for RSX
2021-01-02 14:22:59 +01:00
rengel8andGitHub 1e318fecd2 Update __init__.py
added entry for RSX
2021-01-02 14:17:14 +01:00
rengel8andGitHub 422d2a37ef Update __init__.py
added entry for RSX
2021-01-02 14:14:59 +01:00
rengel8andGitHub 0e80d582eb added RSX indicator
based on publicly released sources, implementation of RSX (Jurik RSX), a noise filtered variant of the popular RSI indicator
2021-01-02 14:13:36 +01:00
twrobel c9e0c596c1 ENH #163 Adding Price Volume indicator, missing file 2020-12-22 22:19:09 -05:00
twrobel 972a1c0fe0 ENH #163 Adding Price Volume indicator 2020-12-22 22:10:20 -05:00
Kevin Johnson 1679c8fabb ENH to_utc time utility method included 2020-11-30 10:52:06 -08:00
Kevin Johnson a159e5cf99 ENH #164 #162 rolling cont inc/dec check for increasing decreasing DOC update 2020-11-24 10:47:42 -08:00
Kevin Johnson 5ff2af007b Merge branch 'pr/164' into development 2020-11-22 10:40:11 -08:00
rajesh@eglapp.com 3716066684 Added strictly bool parameter to check series is strictly continuous increasing or decreasing 2020-11-19 19:50:46 +05:30
Kevin Johnson 99798ebd5d TST ma test added DOC readme and ma info added 2020-11-18 13:27:56 -08:00
Kevin Johnson 18aacc8eab ENH new ma method to simplify mamode selection and execution 2020-11-17 17:02:24 -08:00
Kevin Johnson 0f97532068 MAINT refactoring 2020-11-16 15:50:09 -08:00
Kevin Johnson da59eef41d BLD #120 bbands bandwidth included 2020-11-13 16:07:27 -08:00
Kevin Johnson e5a8fbeb3b BLD #136 vidya indicator added MAINT general refactoring 2020-11-13 08:45:57 -08:00
Kevin Johnson 515d4297e7 DOC ssf documentation update 2020-11-11 11:13:01 -08:00
Kevin Johnson 08227d8e63 MAINT ssf doc update 2020-11-10 14:53:40 -08:00
Kevin Johnson 69988b7fe2 BLD ehlers super smoother filter added 2020-11-10 14:49:27 -08:00
Kevin Johnson b89222cde0 BLD #85 qqe indicator added MAINT minor fixes 2020-11-06 10:47:14 -08:00
Kevin Johnson 9efd629dda BUG pyinstaller #151 resolved by #155 2020-10-31 08:21:29 -07:00
Kevin Johnson 8b5d40e439 Merge branch 'pr/155' into development 2020-10-31 08:13:54 -07:00
Kevin Johnson 00906b86f3 ENH PR #153 atr tv mamode alignment 2020-10-30 09:32:24 -07:00
Kevin Johnson ac39583a2f Merge branch 'pr/153' into development 2020-10-29 13:44:10 -07:00
Nkosenhle Duma 7ae7b1695c Setting version regardless 2020-10-29 22:21:58 +02:00