Markus K
cbf00a4fa9
Merge pull request #16 from jesse-ai/travis
...
Create .travis.yml
2020-05-13 16:16:33 +02:00
Markus K
d290026fe6
Create .travis.yml
2020-05-13 16:12:40 +02:00
Sully Fischer
ef6802a880
add debugging info for live mode
2020-05-12 20:21:38 +04:30
Sully Fischer
d340c28e15
refactor store order handling
2020-05-12 12:50:40 +04:30
Sully Fischer
136ae029ea
increase version number
2020-05-10 20:05:00 +04:30
Sully Fischer
b5fb59db8f
add support for 8h timeframe
2020-05-10 20:04:51 +04:30
Sully Fischer
192a202514
Merge remote-tracking branch 'origin/master'
2020-05-10 19:55:28 +04:30
Markus K
51ab93181d
More badges :D
2020-05-10 12:54:57 +02:00
Markus K
06f4fb02a3
added docker badge
2020-05-10 12:36:44 +02:00
Markus K
e6f59fba3f
Copy past error - badges
2020-05-09 21:45:35 +02:00
Markus K
285b4828e7
Update badges with link
2020-05-09 21:43:34 +02:00
Markus K
3e0cbfdbf6
Added badges
2020-05-09 21:31:06 +02:00
Saleh
be28ea4395
Merge pull request #14 from 0xVox/fix/misleading-typo
...
Replace 'Maximum' with 'minimum' in candle import prompt
2020-05-09 21:51:32 +04:30
Goyface
5795eed416
Remove text entirely
2020-05-09 12:25:04 +01:00
Sully Fischer
3cbadec274
implement fisher, srsi, and vwma indicators using tulipy
2020-05-09 13:05:06 +04:30
Goyface
fdc85dfb2d
Replace 'Maximum' with 'minimum' in candle import prompt
2020-05-08 17:32:24 +01:00
Sully Fischer
27e39022ba
add community to the README
2020-05-07 21:01:12 +04:30
Sully Fischer
0c537a02af
fix tests for previous commit
2020-05-06 18:34:16 +04:30
Sully Fischer
c514e1b613
increase version patch number
2020-05-06 17:47:24 +04:30
Sully Fischer
6b410a4147
fix where can't open position immediately after closing a position
2020-05-06 17:46:59 +04:30
Sully Fischer
3d8bc66d04
fix a bug in "increasing positions with limit order"
2020-05-05 14:45:19 +04:30
Sully Fischer
41da47769a
Merge remote-tracking branch 'origin/master'
2020-05-01 18:16:05 +04:30
Sully Fischer
77553279c0
rename price to entry_price
2020-05-01 18:12:11 +04:30
lemarkus
81f4e8c826
Merge remote-tracking branch 'origin/master'
2020-04-30 14:21:41 +02:00
lemarkus
a9e871e0f2
Added TSI indicator with tests
2020-04-30 14:21:15 +02:00
Saleh
a5a84e7151
Merge pull request #13 from firesurf/master
...
Added Indicator with tests: Empirical Mode Decomposition by John F. Ehlers and Ric Way
2020-04-30 14:53:08 +04:30
lemarkus
b767242e05
Added LRSI indicator with tests
2020-04-29 23:38:28 +02:00
lemarkus
8589e38e79
replaced np with math library
2020-04-29 23:25:20 +02:00
lemarkus
a5827276b7
Added Empirical Mode Decomposition with tests
2020-04-29 23:23:38 +02:00
Sully Fischer
bd6bca6fb9
add self.is_open and self.is_close to the Strategy API
2020-04-27 22:45:32 +04:30
Sully Fischer
e9a93d3f02
improve import-candle mode exception when market is missing candle
2020-04-26 11:52:47 +04:30
Sully Fischer
68d05a53e8
add Github issue template
2020-04-26 11:06:56 +04:30
Sully Fischer
2fb7b6edf7
add *.pickle files to gitignore
2020-04-24 15:27:57 +04:30
Saleh
665fb0bdd1
Merge pull request #7 from Gabri/patch-1
...
fix log exception
2020-04-21 11:43:54 +04:30
Sully Fischer
ed23304898
remove Redis mentions in config and comments
2020-04-21 11:42:26 +04:30
Gabri
102cfda562
fix log exception
...
should_sell -> should_short - should_buy -> should_long
2020-04-21 00:55:12 +02:00
Sully Fischer
730727f6ae
replace Redis cache with file cache
2020-04-20 16:29:22 +04:30
Sully Fischer
0062de7d00
fix FileExistsError exception on Windows
2020-04-19 13:10:05 +04:30
Sully Fischer
5f539d30b6
make sure chart output directories exists
2020-04-18 22:34:01 +04:30
Sully Fischer
9e7b4446da
update patch version number
2020-04-18 22:14:03 +04:30
Saleh
3b57ffb9e2
Merge pull request #6 from firesurf/fix-chart-issue-windows
...
fix for --chart not working #5
2020-04-18 22:11:53 +04:30
Markus K
3920e393d7
fix for --chart not working #5
...
Fixes the Uncaught Exception: OSError: [Errno 22] Invalid argument: 'storage/charts/BT-2020-04-18T16:56:53.png'`
Windows doesn't like ":" in filenames.
2020-04-18 19:37:40 +02:00
Sully Fischer
93688d78dc
add "redis_password" option to the config
2020-04-18 17:19:00 +04:30
Sully Fischer
b30bb2c7a7
increase sleep time for Coinbase driver to prevent hitting rate limit
2020-04-17 20:06:24 +04:30
Sully Fischer
eea762bd52
remove __init()__ method from strategies
2020-04-16 12:03:15 +04:30
Sully Fischer
b9ecb4b586
change default project password to match docker image
2020-04-15 19:42:11 +04:30
Sully Fischer
45aa6192c9
fix link to the docs
2020-04-15 19:41:38 +04:30
Sully Fischer
0b5ebab25b
Initial release
2020-04-07 12:23:08 +04:30