Commit Graph
295 Commits
Author SHA1 Message Date
Kevin Johnson d48f00aa9d BUG #135 version moved to setup for containers 2020-09-25 09:38:02 -07:00
Kevin Johnson 05a016a737 Merge branch 'pr/135' into development 2020-09-25 09:21:33 -07:00
Kevin Johnson 3eee8901bf ENH strategy col_names support ENH classic linreg util TST strategies update 2020-09-25 09:18:46 -07:00
pbrumblay f81646ad36 moving version to setup.py and using pkg_resources to fetch from core.py 2020-09-24 17:59:30 -06:00
Kevin Johnson 591d5a474d Merge branch 'pr/131' into development 2020-09-21 08:47:01 -07:00
Kevin Johnson fbe5f72ba1 DOC watchlist edit TST strategy analysis 2020-09-21 08:44:20 -07:00
DrPaprikaaandGitHub a12444920d Updated core.py - Option to rename indicators 2020-09-18 20:14:04 +02:00
Kevin Johnson b0229cafc4 DOC typo 2020-09-16 09:53:26 -07:00
Kevin Johnson 3c154a35d5 DOC contributor addition 2020-09-16 09:52:29 -07:00
Kevin Johnson 2116108b18 ENH cfo indicator added MAINT linreg refactor 2020-09-16 09:39:10 -07:00
Kevin Johnson 56f5ed6110 Merge branch 'pr/127' into development 2020-09-15 11:18:20 -07:00
Kevin Johnson 9a0885ee4a ENH utilexchange_tz mapper + util.get_time method 2020-09-15 11:02:40 -07:00
Jayant Mali a987c76cab Added new indicator CFO 2020-09-14 23:44:30 +05:30
Kevin Johnson 1e31fd0b7b ENH strategy method params and col_numbers kwargs MAINT test_strat refactor + new test csv 2020-09-13 17:17:06 -07:00
Kevin Johnson a29617d6fe DOC readme update 2020-09-11 00:03:50 -07:00
Kevin Johnson 62339fff2e DOC readme update MAINT refactoring 2020-09-10 23:39:15 -07:00
Kevin Johnson 2df51e0b43 Merge branch 'master' into development 2020-09-10 20:56:42 -07:00
Kevin Johnson cafee0225b BUG #122 quarter of a year divisor fix 2020-09-10 20:44:25 -07:00
Max DignanandGitHub c4722d1073 Update AIExample.ipynb
Small mistake: A quarter should divide a year by 4, not by 3.
2020-09-10 21:08:52 -04:00
Kevin Johnson b2c886ac05 MAINT core strategy refactor BUG non max cores break custom strategy 2020-09-10 14:09:08 -07:00
Kevin Johnson 147872c2a4 Merge branch 'pr/121' into development 2020-09-10 13:34:57 -07:00
Kevin Johnson 339461ba8e MAINT test_strategy more descriptive MAINT renamed linear_decay to decay with exp 2020-09-10 13:33:22 -07:00
DrPaprikaaandGitHub 4a00ad79dd Update _post_process() in core.py
@twopirllc,
In the case where an indicator returns a `df`, I added an option in `_post_process()`, via `kwargs`, to append only specific columns to the data. It goes like this :

```
CustomStrategy = ta.Strategy(
    name="MyStrat",
    ta=[
        {'kind':'bbands', 'params':(20,), 'col_numbers':(0,2)},
    ]
)
```

or alternatively : `ao = df.ta.bbands(append=True, col_numbers=(0,2))`

which can be usefull if the user needs only the upper and lower bbands for example.


Thanks,
DrPaprikaa
2020-09-10 21:25:23 +02:00
Kevin Johnson 3388ca8d5e MAINT slope refactoring 2020-09-10 10:26:22 -07:00
Kevin Johnson 9c5889e99a MAINT test_strategy updated and process pools modified 2020-09-10 07:52:07 -07:00
Kevin Johnson 0104249d79 MAINT update test_utils, test_strategy and notebooks 2020-09-09 23:10:21 -07:00
Kevin Johnson 9d14ed8cac ENH #118 core mp custom strategy MAINT refactoring 2020-09-09 22:31:55 -07:00
Kevin Johnson b5ab65cbea ENH #117 #109 inside bar added MAINT utils refactoring 2020-09-08 11:34:29 -07:00
DrPaprikaa 80ec38c04d Update core.py 2020-09-08 19:57:54 +02:00
Kevin Johnson cdb4960a1d Merge branch 'pr/117' into development 2020-09-07 18:01:54 -07:00
Kevin Johnson db39a4eb31 ENH #70 stochrsi added BUG #114 #112 stoch TV correlated 2020-09-07 17:33:51 -07:00
Kevin Johnson 948ba26033 Merge branch 'pr/114' into development 2020-09-07 09:41:58 -07:00
Kevin Johnson 43e6558a8b ENH new strategy test and timestamp rename added to common_names 2020-09-07 09:37:41 -07:00
SoftDevDanial ea2596f8ff Create inbar.py 2020-09-08 00:17:34 +08:00
SoftDevDanial f29c8735c3 Update inbar.py 2020-09-08 00:15:29 +08:00
SoftDevDanial 99b1af1673 Revert "Update inbar.py"
This reverts commit 1c4ed7e497.
2020-09-08 00:12:58 +08:00
SoftDevDanial 1c4ed7e497 Update inbar.py 2020-09-08 00:08:24 +08:00
SoftDevDanial 9ef140b074 Update inbar.py 2020-09-08 00:05:08 +08:00
SoftDevDanial c7e1bc5901 Create inbar.py 2020-09-07 23:56:40 +08:00
SoftDevDanial e3f0ef9f70 Update stoch.py 2020-09-06 04:54:53 +08:00
Kevin Johnson 441349caa5 Merge branch 'pr/108' into development 2020-09-05 11:20:38 -07:00
Kevin Johnson cd22bc5707 ENH Gann HiLo Activator added MAINT refactoring 2020-09-05 10:39:47 -07:00
DrPaprikaaandGitHub 43ac04e17c Added if/else statement in strategy()
to account for the case where a custom strategy is specified with a tuple 'params' in
2020-09-03 18:00:50 +02:00
Kevin Johnson a1df65746c ENH #92 + smi indicator MAINT refactoring 2020-09-01 12:43:29 -07:00
Kevin Johnson 4804beaa38 MAINT README update and Category dict ttm_trend addition 2020-08-31 09:40:21 -07:00
Kevin Johnson eebc11df93 ENH ttm_trend indicator added MAINT trend ind. refactor ' 2020-08-31 09:17:20 -07:00
Kevin Johnson b04e2acdc7 Merge branch 'pr/106' into development 2020-08-31 07:47:12 -07:00
Kevin Johnson e207879669 BUG trade_return trades shift MAINT watchlist refactor 2020-08-31 07:44:41 -07:00
alexonab cb57bd5e2a add-ttm-trend 2020-08-28 23:33:02 -04:00
alexonab e2dd45a678 add-ttm-trend 2020-08-28 21:12:15 -04:00