Commit Graph

461 Commits

Author SHA1 Message Date
Saleh
f8d6ed984c update license 2020-11-25 12:12:00 +03:30
Saleh
1b9804d857 Merge branch 'master' of github.com:jesse-ai/jesse 2020-11-19 19:15:54 +03:30
Saleh
df0f5eb154 bump version 2020-11-19 19:15:39 +03:30
Saleh
65fa3cf110 handle reduce-only orders in backtests 2020-11-19 19:15:09 +03:30
Saleh
6717426691 fix for order execution detection in backtest
for when the current candle is a jumping candle
2020-11-19 19:14:58 +03:30
Saleh
ecde2e1163 remove unneccessary logs and empty comments 2020-11-19 19:14:21 +03:30
Markus
9947704732 Added High Pass and Roofing indicator. 2020-11-19 14:32:29 +01:00
Markus
90c78fef45 Added ReFlex indicator. 2020-11-19 13:42:27 +01:00
Markus
7cb1ff611d Added TrendFlex indicator. 2020-11-18 22:43:12 +01:00
Markus
d77fc00b98 Merge remote-tracking branch 'origin/master' 2020-11-18 22:28:52 +01:00
Markus
8de81aa602 Added VossFilter Indicator. 2020-11-18 22:28:19 +01:00
Markus
c27722cb74 Added VossFilter Indicator. 2020-11-18 22:19:15 +01:00
Saleh
6c85e6fb6f add sum_floats() and subtract_floats() utilities
Used to fix the issue in Position qty calculations caused by the roudning issue in Python
2020-11-17 17:28:05 +03:30
Saleh
7f6d8a01e2 make caching configurable 2020-11-17 12:20:36 +03:30
Saleh Mirnezami
9a7f8ab76c Merge branch 'master' of github.com:jesse-ai/jesse 2020-11-14 19:52:42 +03:30
Markus
5176e8027f Replace arrow.timestamp with arrow.int_timestamp 2020-11-14 15:08:23 +01:00
Saleh Mirnezami
47912b095c bump version 2020-11-13 18:25:18 +03:30
Saleh Mir
c23f6c671c Merge pull request #88 from jesse-ai/pyup-update-matplotlib-3.3.2-to-3.3.3
Update matplotlib to 3.3.3
2020-11-12 13:42:51 +03:30
Saleh Mir
152dcdc3bf Merge pull request #87 from jesse-ai/pyup-update-requests-2.24.0-to-2.25.0
Update requests to 2.25.0
2020-11-12 13:42:43 +03:30
pyup-bot
8468ece952 Update matplotlib from 3.3.2 to 3.3.3 2020-11-12 06:03:20 +01:00
pyup-bot
65beb03bcb Update requests from 2.24.0 to 2.25.0 2020-11-12 06:03:18 +01:00
Saleh Mirnezami
b738202a36 prevent _execute_cancel() in _check() when position is open 2020-11-09 21:28:38 +03:30
Saleh Mirnezami
435d11ef92 Merge remote-tracking branch 'origin/master' 2020-11-09 21:03:18 +03:30
Saleh Mirnezami
464e0c7ca4 print info logs in the debug mode in a normal color 2020-11-09 21:03:02 +03:30
Saleh Mirnezami
5773f187c2 remove empty comment 2020-11-09 21:02:35 +03:30
Saleh Mir
960cad29cd Merge pull request #85 from jesse-ai/pyup-update-peewee-3.13.3-to-3.14.0
Update peewee to 3.14.0
2020-11-08 21:02:59 +03:30
pyup-bot
51cfba24b4 Update peewee from 3.13.3 to 3.14.0 2020-11-08 18:00:21 +01:00
Saleh Mirnezami
ab1f0816e7 update Discord link 2020-11-05 19:10:30 +03:30
Saleh Mir
29be6a8164 Merge pull request #84 from jesse-ai/pyup-update-scipy-1.5.3-to-1.5.4
Update scipy to 1.5.4
2020-11-05 11:50:41 +03:30
pyup-bot
6b053a7355 Update scipy from 1.5.3 to 1.5.4 2020-11-05 04:10:49 +01:00
Saleh Mirnezami
d4b84f25da Merge branch 'master' of github.com:jesse-ai/jesse 2020-11-03 13:31:24 +03:30
Saleh Mirnezami
34f435da23 add note about Discord 2020-11-03 13:31:08 +03:30
Saleh Mir
41568377be Merge pull request #83 from jesse-ai/pyup-update-numpy-1.19.3-to-1.19.4
Update numpy to 1.19.4
2020-11-03 13:27:18 +03:30
pyup-bot
50bd447ab4 Update numpy from 1.19.3 to 1.19.4 2020-11-02 19:13:32 +00:00
Saleh Mirnezami
b1ceed5dfd update sample backtest result in the README 2020-11-02 12:37:18 +03:30
Saleh Mirnezami
d4cc271fc3 improve format in displaying of currencies 2020-11-02 12:19:03 +03:30
Saleh Mirnezami
84d1fcfe39 update sample backtest result in the README 2020-11-02 12:11:33 +03:30
Saleh Mirnezami
df99b68521 bump version 2020-11-02 11:55:09 +03:30
Saleh Mirnezami
aeacb61adf Merge remote-tracking branch 'origin/master' 2020-11-02 11:54:29 +03:30
Saleh Mirnezami
decefb918e remove unused config values 2020-11-02 11:53:33 +03:30
Saleh Mirnezami
5bcaefe7e3 improve exception message 2020-11-01 19:43:29 +03:30
Saleh Mirnezami
8886501848 refactor balance handling + support spot markets trading 2020-11-01 19:42:52 +03:30
Markus K
d44cecfbab Remove 3.9 because missing support of requirements. 2020-11-01 16:00:58 +01:00
Markus K
0e9527f8c5 Update .travis.yml 2020-11-01 15:38:21 +01:00
Markus K
f710163a95 Update .travis.yml 2020-11-01 15:26:38 +01:00
Markus K
c5b1306fba Update .travis.yml 2020-11-01 15:25:17 +01:00
Saleh Mirnezami
201759349c add dashed_symbol, dashless_symbol, random_str, base_asset, quote_asset, app_currency, and format_currency helper methods 2020-11-01 17:43:55 +03:30
Markus K
b77986f2a5 Added python 3.9 to test enviroments. 2020-11-01 15:10:30 +01:00
Saleh Mir
3a85709302 Merge pull request #82 from jesse-ai/pyup-update-pandas-1.1.3-to-1.1.4
Update pandas to 1.1.4
2020-10-31 20:49:18 +03:30
pyup-bot
73f000af4a Update pandas from 1.1.3 to 1.1.4 2020-10-30 21:03:54 +00:00