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 Dignan and GitHub
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
DrPaprikaa and GitHub
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
DrPaprikaa and GitHub
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
Kevin Johnson
ab0862cbde
Merge branch 'development'
2020-08-23 16:41:08 -07:00
Kevin Johnson
3496038480
ENH trend_return enchanced to return more useful trend data for analysis ENH New AI ML Notebook
2020-08-23 16:38:57 -07:00
Kevin Johnson
8f60557efb
MAINT adx refactor + scalar argument added + adx core fix
2020-08-22 19:09:27 -07:00
Kevin Johnson
ff4d3c9286
ENH #86 fisher indicator fix and TV correlation
2020-08-22 18:12:32 -07:00
Kevin Johnson
f0d77c437f
BUGs #98 #100 ENH overhauled strategy method MAINT example notebooks
2020-08-21 11:21:37 -07:00
Kevin Johnson
e83ecbcb83
DOC bullets added
2020-08-17 13:00:26 -07:00
Kevin Johnson
58a2c4ca28
Merge branch 'development'
2020-08-17 12:55:38 -07:00
Kevin Johnson
41e6857e04
BUG #97 ENH #86 MAINT refactoring ENH core index,cols lowercase
2020-08-17 11:54:33 -07:00
Kevin Johnson and GitHub
87ef2ee584
Update issue templates
2020-08-14 07:20:41 -07:00
Kevin Johnson and GitHub
2a31019ebf
Update issue templates
2020-08-14 07:19:44 -07:00
Kevin Johnson and GitHub
2e898b00d7
Update issue templates
2020-08-14 07:15:23 -07:00
Kevin Johnson
31a1758d52
ENH remove df.ta.mp setting hint
2020-08-13 15:52:09 -07:00
Kevin Johnson
465e838ce0
Merge branch 'twopirllc-request-template'
2020-08-13 15:48:35 -07:00
Kevin Johnson
5b4b011763
Merge branch 'development'
2020-08-13 15:46:25 -07:00
Kevin Johnson
ae92366f1a
Merge branch 'pr/96' into development
2020-08-13 15:40:35 -07:00