https://github.com/bukosabino/ta

sort by:
Revision Author Date Message Commit Date
eb858b4 prepare for new version 18 May 2019, 17:13:33 UTC
fc9a219 fixing pipeline wrapper bug (colprefix): https://github.com/bukosabino/ta/issues/60 18 May 2019, 17:12:44 UTC
712a5fe clean obv 18 May 2019, 17:12:04 UTC
b9bdc1a clean obv 18 May 2019, 17:05:35 UTC
6ac0e0e requirements update 18 May 2019, 16:57:45 UTC
4870280 fixing bug on obv (cumsum): https://github.com/bukosabino/ta/issues/41 18 May 2019, 16:49:39 UTC
48027c4 fixing bug requirements 16 April 2019, 15:40:27 UTC
f93b3ab Update setup.py https://github.com/bukosabino/ta/issues/56 16 April 2019, 13:03:40 UTC
aac651c Update setup.py https://github.com/bukosabino/ta/issues/56 16 April 2019, 13:00:28 UTC
651a4f9 update setup 13 April 2019, 08:22:22 UTC
8b926c5 code style max line length 119 10 April 2019, 10:36:20 UTC
4abadd8 Merge pull request #44 from cobrobrown/master Allow option to mitigate NaNs and 0.0s at the top of returned dataframe 10 April 2019, 09:42:47 UTC
1365ada Merge branch 'master' into master 09 April 2019, 18:25:14 UTC
1cc8a4a Merge pull request #46 from riless/master Remove Pandas FutureWarning about 'apply' behaviour 09 April 2019, 18:19:31 UTC
efe2d55 Merge pull request #52 from bukosabino/develop Develop 09 April 2019, 18:18:52 UTC
4725723 makefile 09 April 2019, 18:17:16 UTC
5d52152 apply pep8 style code and isort imports 09 April 2019, 18:16:59 UTC
8086bae clean code 09 April 2019, 14:42:30 UTC
6918331 adding Makefile 09 April 2019, 14:39:56 UTC
fc25e06 clean dependencies 09 April 2019, 14:39:41 UTC
5b5f7f4 fixing bug requirements: https://github.com/bukosabino/ta/issues/45 09 April 2019, 14:36:41 UTC
d2aba60 Merge pull request #47 from sblackstone/master Add colprefix to allow for multiple symbols to co-exist in one DataFrame 25 March 2019, 19:37:01 UTC
e039e42 Add documentation for colprefix 13 March 2019, 00:18:40 UTC
fe23847 Add colprefix to allow for multiple symbols to co-exist in one DataFrame 08 March 2019, 19:30:06 UTC
f064b31 Remove Pandas FutureWarning about 'apply' behaviour 05 March 2019, 15:59:35 UTC
ac391a4 removed test function 13 February 2019, 18:14:14 UTC
4dd69cf added parameters to avoid NaNs 13 February 2019, 06:30:30 UTC
97cbc89 updating fill strategy 13 February 2019, 04:22:54 UTC
953be3d example notebook 03 January 2019, 01:03:09 UTC
644a64e update pypi 02 January 2019, 23:40:45 UTC
40d5014 update notebooks 02 January 2019, 23:21:55 UTC
613f0f7 adding scikit-learn pipeline 02 January 2019, 23:16:10 UTC
461850a Update README.md 31 December 2018, 10:37:33 UTC
0a12a6c Update README.md 19 November 2018, 21:21:43 UTC
6b34f36 New parameter for Ichimoku (visual or not visual) https://github.com/bukosabino/ta/issues/31 04 November 2018, 18:40:43 UTC
ab2a29d dev 03 November 2018, 10:41:24 UTC
fd1e83a add 'adx_neg' and 'adx_pos' features 03 November 2018, 10:37:55 UTC
da27489 update pypi 27 October 2018, 07:39:19 UTC
0f778d1 adx and atr test 27 October 2018, 07:38:33 UTC
05fdbd0 adx fix: https://github.com/bukosabino/ta/issues/28 27 October 2018, 07:35:38 UTC
f66b26f update for pypi 24 October 2018, 19:46:53 UTC
0fdd4c6 adx fixed https://github.com/bukosabino/ta/issues/21 https://github.com/bukosabino/ta/pull/30 24 October 2018, 19:46:05 UTC
46afa6f update pull request code to adapt: https://github.com/bukosabino/ta/pull/30 24 October 2018, 19:44:53 UTC
6d45591 Merge pull request #30 from innaky/master fixbug(adx_test.ipynb) correcting calculation for adx 24 October 2018, 19:12:40 UTC
c4568f6 Performing generalization for the assignment of the length of the nunpy variables 24 October 2018, 16:23:38 UTC
9197d59 Adding test for the calculation of adx, based on the web https://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:average_directional_index_adx 24 October 2018, 15:03:55 UTC
5e8e92b Merge pull request #29 from bukosabino/develop Develop 17 October 2018, 23:31:59 UTC
19af4f7 update pypi version 17 October 2018, 23:30:43 UTC
6e64790 fixing bug atr implementation: https://github.com/bukosabino/ta/issues/28 17 October 2018, 23:30:25 UTC
b0af7c1 adding dev script 17 October 2018, 23:29:59 UTC
297a1b4 update pipy 14 October 2018, 14:22:56 UTC
da6d04b Merge pull request #27 from bukosabino/develop Develop - fix bugs on 'ema' and 'average true range' implementations 14 October 2018, 14:20:33 UTC
c704466 update pipy 14 October 2018, 14:19:43 UTC
67de75a Merge branch 'develop' of https://github.com/bukosabino/ta into develop 14 October 2018, 14:14:57 UTC
1026b13 working on adx bug 14 October 2018, 14:14:04 UTC
28f3163 atr update 14 October 2018, 14:09:30 UTC
4d1b8ce change average true range implementation: https://github.com/bukosabino/ta/issues/25 14 October 2018, 12:27:17 UTC
9ad8295 add todo/idea 10 October 2018, 14:31:05 UTC
42cdb57 upload EMA implementation: https://github.com/bukosabino/ta/issues/22 10 October 2018, 09:35:52 UTC
201b45c testing possible bug: https://github.com/bukosabino/ta/issues/25 10 October 2018, 09:32:45 UTC
383fc4a Merge pull request #24 from bukosabino/develop prepare to pypi 04 October 2018, 15:58:55 UTC
361378f prepare to pypi 04 October 2018, 15:58:23 UTC
b6fea20 Merge pull request #23 from bukosabino/develop Develop 04 October 2018, 15:55:54 UTC
d4ec04f prepare upload to pypi 04 October 2018, 15:53:38 UTC
f9ea901 testing 04 October 2018, 15:52:01 UTC
de962c0 fixing bug on EMA calculation: https://github.com/bukosabino/ta/issues/22 04 October 2018, 15:51:50 UTC
7f34ddb Merge pull request #19 from bukosabino/develop Fixing critical bug (ema calculation) 07 September 2018, 15:29:11 UTC
b4b92b9 update pip package 07 September 2018, 15:26:33 UTC
ac0140a fixing critical bug with ema https://github.com/bukosabino/ta/pull/15 07 September 2018, 15:24:24 UTC
319792f Merge pull request #15 from cjaniake/patch_ema Suggest patch to ema calculation 07 September 2018, 14:55:23 UTC
c31f25a Merge pull request #18 from bukosabino/develop Develop 06 September 2018, 14:15:31 UTC
a7d7762 new indicator (aroon): https://github.com/bukosabino/ta/pull/17 06 September 2018, 14:10:43 UTC
32a7385 Merge pull request #17 from cjaniake/aroon_indicator New aroon implementation using numpy 06 September 2018, 13:30:34 UTC
3278acf New aroon implementation using numpy 06 September 2018, 12:31:32 UTC
baf60bf Merge pull request #16 from cjaniake/aroon_indicator Implementation of aroon indicator 06 September 2018, 09:00:18 UTC
86532b7 Fix ema calc 06 September 2018, 01:26:40 UTC
798fd7d Delete aroon_test.py 05 September 2018, 23:20:52 UTC
61cd5e9 Use Series instead of DataFrame on Aroon calc; adapt to pandas 0.22.0 05 September 2018, 23:19:16 UTC
e0ba152 Implementation of aroon indicator 05 September 2018, 03:47:13 UTC
a07c7e9 Suggest patch to ema calculation 05 September 2018, 03:18:05 UTC
bce3581 prepare 0.1.12 version 27 August 2018, 22:33:58 UTC
9625313 fill inf values 27 August 2018, 22:29:42 UTC
d221426 update info 27 August 2018, 22:29:17 UTC
8afb4fe adding new indicator to wrapper 16 August 2018, 23:51:39 UTC
71c7193 New version 0.1.8: Some minor changes for readability. Consolidated EMA and added Daily Log Return. Fixed Detrended Price Oscillator (DPO) https://github.com/bukosabino/ta/pull/13 16 August 2018, 23:34:25 UTC
bbd60e8 Merge pull request #13 from twopirllc/master Some minor changes for readability. Consolidated EMA and added Daily Log Return. Fixed Detrended Price Oscillator (DPO) 16 August 2018, 23:20:59 UTC
e9d2063 Adjusted spacing for math operations 01 August 2018, 16:44:52 UTC
76f88eb Updated daily_log_return comment and added to README 01 August 2018, 05:43:00 UTC
f094dde Updated algorithm for daily_log_return method 01 August 2018, 05:39:49 UTC
bb48bbf Fixed return name of daily_log_return method 01 August 2018, 05:32:55 UTC
a857333 Added daily_log_return method to others 01 August 2018, 05:32:18 UTC
7a9b113 Adjusted spacing for math operations 01 August 2018, 05:14:13 UTC
16dc9d9 Adjusted spacing for math operations 01 August 2018, 05:13:27 UTC
0bb86a1 Adjusted spacing for math operations 01 August 2018, 05:13:13 UTC
313301a Adjusted spacing for math operations 01 August 2018, 05:12:41 UTC
07f7938 Adjusted spacing for math operations 01 August 2018, 05:12:18 UTC
583ce97 Adjusted spacing for math operations 01 August 2018, 05:12:08 UTC
c1b02b5 Adjusted spacing for math operations 01 August 2018, 05:11:57 UTC
4c92433 Adjusted spacing for math operations 01 August 2018, 05:10:47 UTC
1855a53 Adjusted spacing for math operations 01 August 2018, 05:01:18 UTC
back to top