Kevin Johnson
|
44b0bd83fc
|
ENH cg
|
2022-04-14 12:07:14 -07:00 |
|
Christopher J. Mobley
|
e84160c74a
|
Fixed order of coefficients in cg. Closes Issue 507.
|
2022-04-10 21:44:51 -04:00 |
|
Christopher J. Mobley
|
a2895834f9
|
Fixed r=True case for linreg when Ta-Lib is installed. Closes Issue 510.
|
2022-04-10 21:42:52 -04:00 |
|
Kevin Johnson
|
47d8da67e1
|
DOC ppo source fix
|
2022-03-29 08:33:25 -07:00 |
|
Kevin Johnson
|
da127501f5
|
BUG #506 atrts not in study method
|
2022-03-27 12:59:11 -07:00 |
|
Kevin Johnson
|
12df62682b
|
BUG #388 append=None instead of False BUG vhf inf to nan fix
|
2022-03-25 08:39:55 -07:00 |
|
Kevin Johnson
|
05349f82af
|
MAINT swap strategy with study
|
2022-03-20 13:07:09 -07:00 |
|
Kevin Johnson
|
03757e61fd
|
ENH #388 study append=False
|
2022-03-20 11:23:10 -07:00 |
|
Kevin Johnson
|
01e8a3547c
|
ENH #499 numpy improv ENH #501 smooth_k MAINT sma, supertrend, true_range, atr
|
2022-03-20 08:23:00 -07:00 |
|
Kevin Johnson
|
c9352260ed
|
Merge branch 'pr/499' into development
|
2022-03-12 16:01:01 -08:00 |
|
Kevin Johnson
|
14c24150da
|
BUG #501 stoch smooth_k=1
|
2022-03-11 15:19:39 -08:00 |
|
 johnliangandGitHub
|
e97d1a85b8
|
to use new format
|
2022-03-09 20:12:48 +08:00 |
|
 johnliangandGitHub
|
cd438e2fec
|
add ATR Trailing Stops (ATRTS) identifies
|
2022-03-08 20:29:09 +08:00 |
|
 johnliangandGitHub
|
741dfec443
|
add ATR Trailing Stops (ATRTS) identifies
|
2022-03-08 20:27:13 +08:00 |
|
Kevin Johnson
|
1b285814d7
|
ENH df props 2 methods DOC readme and image update
|
2022-03-06 13:33:11 -08:00 |
|
Kevin Johnson
|
73b90d4e7f
|
BUG ENH #497
|
2022-02-28 15:27:28 -08:00 |
|
Kevin Johnson
|
70c4ced1cc
|
MAINT ENH typing validation DEV rename performance to speed_test
|
2022-02-28 12:19:11 -08:00 |
|
 GFHuangandGitHub
|
6ee1ea87f2
|
Change df.ta.to_utc property to a method
Change `df.ta.to_utc` property to a method, because it's not idempotent. See #496
|
2022-02-28 01:24:36 +08:00 |
|
Kevin Johnson
|
bcf47ba486
|
STY MAINT typing
|
2022-02-19 17:13:55 -08:00 |
|
Kevin Johnson
|
a28d66ed50
|
ENH TST #488 vwap bands STY pctret
|
2022-02-18 08:30:37 -08:00 |
|
Kevin Johnson
|
2c337a0899
|
Merge branch 'pr/488' into development
|
2022-02-16 09:08:51 -08:00 |
|
Kevin Johnson
|
7a56748113
|
ENH dotenv check
|
2022-02-16 09:07:35 -08:00 |
|
austin
|
6af1bce5cd
|
Created VWAP with standard deviation bands function
Used the equation from here:
https://www.sierrachart.com/index.php?page=doc/StudiesReference.php&ID=108&Name=Volume_Weighted_Average_Price_-_VWAP_-_with_Standard_Deviation_Lines
|
2022-02-14 15:52:49 -08:00 |
|
Kevin Johnson
|
6567aeb2f8
|
STY vwap DOC readme addition
|
2022-02-14 11:37:30 -08:00 |
|
Kevin Johnson
|
58b98d0e08
|
MAINT update performance notebook
|
2022-02-11 16:24:41 -08:00 |
|
Kevin Johnson
|
b273081734
|
DOC readme update ENH performance notebook BUG #480
|
2022-02-11 16:20:54 -08:00 |
|
Kevin Johnson
|
ed7ddac93a
|
DOC readme collaborator udpate
|
2022-02-08 12:24:11 -08:00 |
|
Kevin Johnson
|
4843614925
|
DOC MAINT STY #476
|
2022-02-08 12:09:00 -08:00 |
|
Kevin Johnson
|
fc0d2cc439
|
Merge branch 'pr/476' into development
|
2022-02-08 12:05:01 -08:00 |
|
Kevin Johnson
|
212255ce6c
|
BUG #458 #472 DOC #473 #482
|
2022-02-07 13:05:05 -08:00 |
|
Kevin Johnson
|
0e784474a1
|
Merge branch 'pr/473' into development
|
2022-02-07 12:56:06 -08:00 |
|
Kevin Johnson
|
17be9a33e8
|
Merge branch 'pr/472' into development
|
2022-02-07 12:52:19 -08:00 |
|
Kevin Johnson
|
5241a0d660
|
ENH TST #465 DOC readme MAINT
|
2022-02-07 12:51:33 -08:00 |
|
 Kevin JohnsonandGitHub
|
720bbcf019
|
Update Bug Report
|
2022-01-31 08:47:12 -08:00 |
|
ryan russell
|
140ad834b3
|
docstring google format compliance
|
2022-01-30 23:29:29 -06:00 |
|
ryan russell
|
4af8056a43
|
pep8 linting indicators
|
2022-01-30 10:55:17 -06:00 |
|
 Oliver ZehentleitnerandGitHub
|
e0c125058e
|
removed a duplicate
|
2022-01-27 12:06:13 +01:00 |
|
 KRandGitHub
|
a958b38197
|
Indexed using .iloc
Changed line 55 to use '.iloc' for indexing
|
2022-01-26 23:47:28 +00:00 |
|
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 |
|