Commit Graph
698 Commits
Author SHA1 Message Date
Kevin Johnson 106bd90281 ENH add transform category to dict 2022-01-24 10:10:58 -08:00
Kevin Johnson 6407b5956c Merge branch 'pr/465' into development 2022-01-24 10:10:09 -08:00
Kevin JohnsonandGitHub 6093c48189 MAINT remove 2022-01-24 10:01:39 -08:00
Kevin Johnson 8acf289f2b BUG ENH DEV PERF TST STY overhaul 2022-01-24 09:33:33 -08:00
Kevin Johnson 0dac65775c Merge branch 'pr/457' into development 2022-01-23 09:41:31 -08:00
rengel 5daba2d627 ADD new transform category plus 3 indicators
- new category 'transform'

new Indicators:
- cube
- ifisher
- remap
2022-01-18 14:37:13 +01:00
Kevin Johnson 19bb029621 DOC typo 2022-01-17 10:30:17 -08:00
Kevin Johnson 26a6ffd3d0 ENH rename strategy() to study() MAINT refactoring DOC update 2022-01-16 15:56:12 -08:00
Kevin Johnson 993a265c10 MAINT DOC 2022-01-14 20:11:08 -08:00
Kevin Johnson 553cbd3925 Merge branch 'development' of https://github.com/twopirllc/pandas-ta into development 2022-01-14 19:53:27 -08:00
Kevin Johnson f13f764247 BUG #458 stoch and stochf 2022-01-14 19:53:05 -08:00
Kevin JohnsonandGitHub 1455ee131b Merge pull request #453 from olafos/talib_kwarg_propagation
talib kwarg propagation
2022-01-14 19:51:35 -08:00
Kevin JohnsonandGitHub acd0d65d64 Merge pull request #449 from sgmheyhey/development
fix a simple bug not to get initial ma value correctly
2022-01-14 19:51:16 -08:00
Kevin Johnson a46cb87ccb Merge branch 'pr/458' into development 2022-01-14 19:48:12 -08:00
Kevin Johnson 8e02623866 MAINT refactoring BUG #436 #463 polygon import ENH numba DOC updates 2022-01-14 15:53:19 -08:00
Kush Patel f13bcb4d6c fix bug 2021-12-24 17:02:06 -07:00
P S Solanki c60aced251 all scripts in utils fully typed. ALL MODULES TYPED 2021-12-20 20:52:21 +05:30
P S Solanki b7d04df3fd all volume indicators fully typed 2021-12-20 20:24:42 +05:30
P S Solanki cd940970d1 all volatility indicators fully typed 2021-12-20 20:08:40 +05:30
P S Solanki 0e4db9a275 all trend indicators fully typed 2021-12-20 19:53:12 +05:30
P S Solanki 6a3557199a all overlap indicators fully typed 2021-12-19 14:43:51 +05:30
P S Solanki 0414d5e357 both performance and statistics indicators fully typed 2021-12-18 21:56:14 +05:30
P S Solanki 9727e94cbb all momentum indicators fully typed. 2021-12-18 21:56:14 +05:30
P S Solanki 2be8343847 cycles indicators fully typed 2021-12-18 21:55:24 +05:30
P S Solanki 1ea0544f34 custom.py and all candle indicators fully typed 2021-12-18 20:10:52 +05:30
P S SolankiandGitHub 61c7971d41 Merge branch 'twopirllc:development' into development 2021-12-18 19:48:36 +05:30
P S Solanki ae2a9c6aa3 core module fully typed and restructured. 2021-12-18 19:48:11 +05:30
Kevin Johnson 3aac80c2c1 BUG #454 initial period fix 2021-12-17 11:18:00 -08:00
Olaf Tomczak a661392504 propagating talib kwarg to inner function calls 2021-12-15 14:22:25 +01:00
Kevin Johnson e55d1c0491 DOC ind calc desc dropped TST stoch and wb_tsv MAINT wb_tsv added and stoch talib and vp ta ext removed 2021-12-14 15:12:55 -08:00
Olaf Tomczak 89bf9cc79f propagate talib kwarg to stdev in bbands 2021-12-14 14:27:58 +01:00
Kevin Johnson 9aaa6cc9a6 DOC user contribution added 2021-12-13 13:07:31 -08:00
sgmheyhey@gmail.comandKevin Johnson fc76649b00 fix a simple bug not to get initial ma value correctly 2021-12-10 14:34:05 -08:00
Kevin Johnson 3486a71192 DEV undo 2021-12-08 14:42:09 -08:00
Kevin Johnson d979b6b95b DEV jnb dev 2021-12-08 14:26:27 -08:00
sg 38ba882e8e fix a simple bug not to get initial ma value correctly 2021-12-09 05:33:12 +09:00
Kevin Johnson 36bd8f0b84 BUG #424 psar logic index fix 2021-12-03 13:56:27 -08:00
Kevin Johnson 41b62078d8 MAINT refactoring DOC readme updates 2021-12-03 08:11:51 -08:00
Kevin Johnson be20774aae STY double quote consistency 2021-11-27 15:44:57 -08:00
Kevin Johnson 2a3949c713 Merge branch 'pr/438' into development 2021-11-27 15:20:59 -08:00
Kevin Johnson b8cfa467bc Merge branch 'pr/437' into development 2021-11-27 15:17:26 -08:00
Kevin Johnson 6525df9faa Merge branch 'pr/422' into development 2021-11-27 15:12:35 -08:00
Kevin Johnson feae5a9c50 Merge branch 'pr/429' into development 2021-11-27 15:00:47 -08:00
Kevin Johnson f6f6a46303 Merge branch 'pr/427' into development 2021-11-27 14:57:50 -08:00
Kevin Johnson fe4a39437e Merge branch 'pr/417' into development 2021-11-27 14:47:21 -08:00
Kevin Johnson e837f43ae4 Merge branch 'pr/412' into development 2021-11-27 12:37:45 -08:00
Kevin Johnson ca6b3d75e8 MAINT pandas rma to core and kdj refactor 2021-11-27 12:23:03 -08:00
P S Solanki a0134c6b8a fine tuned the display formats. added exception handle for snapshots. fixed soe key errors too 2021-11-25 20:34:49 +05:30
P S Solanki 2dc301c826 added option chains to addiotional data display 2021-11-25 20:12:15 +05:30
P S Solanki 8948a3735f added display for mkt, company and price information 2021-11-25 18:35:53 +05:30