https://github.com/bukosabino/ta

sort by:
Revision Author Date Message Commit Date
d21614b delete future-fstrings compatibility 20 April 2020, 17:40:25 UTC
77a6136 delete future-fstrings compatibility 20 April 2020, 17:38:14 UTC
0728001 delete future-fstrings compatibility 20 April 2020, 17:37:29 UTC
14f0b89 Update README.md 20 April 2020, 14:00:06 UTC
2ab06da Merge pull request #143 from bukosabino/feature/fstring Update config.yml 20 April 2020, 13:59:03 UTC
99adf67 Update config.yml 20 April 2020, 13:56:48 UTC
e3b2752 Update setup.py 20 April 2020, 13:43:41 UTC
5a00a7f Merge pull request #142 from bukosabino/feature/fstrings adding fstring compatibility for python versions < 3.6 20 April 2020, 13:39:41 UTC
af38b6a Update release.md 20 April 2020, 13:39:32 UTC
b96393d adding fstring compatibility for python versions < 3.6 20 April 2020, 13:37:19 UTC
d469bcf adding fstring compatibility for python versions < 3.6 20 April 2020, 13:19:12 UTC
501bc70 adding fstring compatibility for python versions < 3.6 20 April 2020, 13:17:35 UTC
75b2664 Merge pull request #141 from monism123/string-formatting-compatibility String formatting compatibility 20 April 2020, 13:11:39 UTC
c7911e6 Update setup.py 20 April 2020, 11:00:53 UTC
dabe7bc increase compatibility with python<3.6 fix f-string formatting compatibility issues to allow package to work the python versions <3.6 20 April 2020, 10:51:45 UTC
528e331 Update README.md 16 April 2020, 07:43:50 UTC
522b665 Update release.md 16 April 2020, 07:33:15 UTC
334bbc7 Update setup.py 16 April 2020, 07:32:48 UTC
f5ec93a Merge pull request #140 from Glyphack/vwap-indicator implement vwap indicator 16 April 2020, 07:23:32 UTC
cd9525e adding test to init 16 April 2020, 07:21:53 UTC
81d14ea add test data for vwap 16 April 2020, 04:49:49 UTC
9238d65 add VolumeWeightedAveragePrice to wrapper 16 April 2020, 04:48:02 UTC
a83cf3a fix bug in calculating sums 16 April 2020, 04:47:14 UTC
b286b46 add tests for vwap 16 April 2020, 04:46:45 UTC
e8cddd5 complete docstrings 15 April 2020, 15:06:15 UTC
f3d6c5f add function for VolumeWeightedAveragePrice 15 April 2020, 15:05:54 UTC
37b95a0 implement vwap indicator 15 April 2020, 12:30:14 UTC
69aa29f Update README.md 13 April 2020, 19:14:56 UTC
ff46a2c Update release.md 29 March 2020, 19:22:21 UTC
4dae2e1 Update release.md 29 March 2020, 17:30:00 UTC
9723377 Update setup.py 29 March 2020, 17:29:37 UTC
89c6c3d Merge pull request #135 from bukosabino/develop Prepare 0.5.16 version 29 March 2020, 17:28:51 UTC
f3ec5bb Update release.md 29 March 2020, 17:17:14 UTC
a0f7bb6 prepare to new version 29 March 2020, 17:12:00 UTC
89e0da0 exposing ov parameter for keltner channel functions https://github.com/bukosabino/ta/pull/131#issuecomment-602284849 29 March 2020, 17:06:56 UTC
e6cb52a adding Simple Moving Average Indicator https://github.com/bukosabino/ta/issues/113 29 March 2020, 16:58:56 UTC
69ed72e adding some indicators functions (old API) https://github.com/bukosabino/ta/issues/113 29 March 2020, 16:54:17 UTC
2bc3254 Merge pull request #134 from bbriegel/master fixing bug: bollinger_lband_indicator 29 March 2020, 16:09:07 UTC
a7eb556 fixing bug: bollinger_lband_indicator 29 March 2020, 10:14:29 UTC
554fd6c Update setup.py 21 March 2020, 16:55:35 UTC
a92c75d Update release.md 21 March 2020, 16:54:48 UTC
cd49d45 Update setup.py 21 March 2020, 16:51:44 UTC
2039856 Merge pull request #131 from bukosabino/develop Develop 21 March 2020, 16:51:00 UTC
8884c51 Update release.md 21 March 2020, 16:49:41 UTC
5438c94 fixing bug: keltner channel high band calculation. Also, included percentage band and width band indicators for keltner channel. Also, included 2 ways to calculate the centerline of Keltner Channel: original version (sma of typical price) vs modern version (ema of close) 21 March 2020, 16:42:44 UTC
0ec2fd9 fixing bug: testing with dropna dataframes 21 March 2020, 16:40:24 UTC
3e3fe07 fixing warning view/copy: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy 21 March 2020, 16:33:31 UTC
8e6a3ca fixing warning (python3.8) 21 March 2020, 16:32:31 UTC
6669416 volume indicators isolation: https://github.com/bukosabino/ta/issues/129 21 March 2020, 13:05:27 UTC
06ebab5 Update release.md 12 March 2020, 15:19:00 UTC
b721c85 Update release.md 12 March 2020, 15:17:55 UTC
da55f9d Merge pull request #128 from bukosabino/develop Fixing bug: hard-coded values 12 March 2020, 15:08:22 UTC
ce135b0 fixing bug: hard-coded values. Based on: https://github.com/bukosabino/ta/issues/114 and https://github.com/bukosabino/ta/issues/115 12 March 2020, 15:06:01 UTC
36b587c fixing bug: hard-coded values. Based on: https://github.com/bukosabino/ta/issues/114 and https://github.com/bukosabino/ta/issues/115 12 March 2020, 15:02:57 UTC
ab347c8 Update setup.py 11 March 2020, 18:48:21 UTC
a5e9ed5 Update release.md 11 March 2020, 18:45:44 UTC
9ff47bb Create release.md 11 March 2020, 18:45:18 UTC
f239c0f Merge pull request #127 from bukosabino/develop Improve Bollinger Band Indicator 11 March 2020, 18:35:20 UTC
36af41d Fixing bug: normalization of width bollinger band and adding percentage bollinger band. Based on this issue: https://github.com/bukosabino/ta/issues/121 11 March 2020, 18:31:22 UTC
ac3f5f8 Merge branch 'master' into develop 11 March 2020, 17:08:19 UTC
041d481 Update README.md 09 March 2020, 12:02:58 UTC
dee8b1a Update README.md 09 March 2020, 12:02:14 UTC
e02f826 Update README.md 09 March 2020, 12:00:33 UTC
b44e40e Merge branch 'master' of github.com:bukosabino/ta 09 March 2020, 11:58:44 UTC
5d6b575 adding sponsor 09 March 2020, 11:58:34 UTC
cb20875 adding sponsor 09 March 2020, 11:56:49 UTC
de5273e adding sponsor 09 March 2020, 11:54:12 UTC
64eee69 Update LICENSE 16 February 2020, 15:04:09 UTC
302c64e doc 06 February 2020, 18:17:39 UTC
f10cd7d doc 06 February 2020, 18:07:44 UTC
2d3d292 Update README.md 14 December 2019, 10:06:44 UTC
038ede7 Update README.md 11 December 2019, 12:42:25 UTC
0b22a47 update version 11 December 2019, 12:31:25 UTC
e57448c update version 11 December 2019, 12:31:02 UTC
acddc03 Merge pull request #111 from bukosabino/develop Develop 11 December 2019, 12:16:40 UTC
f3fc7e1 fixing bug 11 December 2019, 12:14:15 UTC
ade7613 update doc 11 December 2019, 12:14:02 UTC
902a4df merging master and develop 11 December 2019, 12:02:55 UTC
ceb27da update requirements 11 December 2019, 12:00:27 UTC
8f7d2b9 remove scikit learn Pipeline 11 December 2019, 11:58:38 UTC
0bce3f5 Merge pull request #110 from bukosabino/feature/tests Feature/tests 11 December 2019, 11:54:04 UTC
37a5230 include tests 11 December 2019, 11:46:35 UTC
0be2df5 update macd 11 December 2019, 11:45:09 UTC
85bc752 refactor code 11 December 2019, 11:10:58 UTC
6633223 update doc 11 December 2019, 09:43:15 UTC
1cf0e45 update doc 11 December 2019, 08:13:41 UTC
c73d841 fixing tsi indicator 11 December 2019, 00:22:00 UTC
bcbda3c adding tests to tsi indicator 11 December 2019, 00:21:47 UTC
b4c337f adding kama indicator tests 10 December 2019, 19:29:29 UTC
2475635 delete pipeline tests 10 December 2019, 19:21:59 UTC
10c9ff4 doc 10 December 2019, 18:59:14 UTC
5325b55 adding tests for WilliamsR 10 December 2019, 18:58:40 UTC
ee44966 update doc readme 10 December 2019, 18:18:17 UTC
938783a update doc readme 10 December 2019, 18:00:32 UTC
a24b1b9 fixing bug: dropna util function working on numeric columns only https://github.com/bukosabino/ta/issues/107 08 December 2019, 11:30:54 UTC
e138509 fixing bug: dropna util function working on numeric columns only https://github.com/bukosabino/ta/issues/107 08 December 2019, 11:29:12 UTC
7eeccf7 adding fillnan using 'ffill' method by default at first. Then use method selected by programmer: https://github.com/bukosabino/ta/issues/109 08 December 2019, 11:01:09 UTC
ca81242 adding tests to Stochastic Oscillator 08 December 2019, 10:24:42 UTC
88c17ea refactor 08 December 2019, 10:24:13 UTC
c1b29d9 fixing first values of Ultimate Oscillator 08 December 2019, 09:46:04 UTC
back to top