1698 Commits

Author SHA1 Message Date
Saleh Mir
0b339ce99e allow for longer symbols + fix symbol issue with uppercase 2022-02-04 18:08:18 +01:00
Saleh Mir
659e31fc6e fix version 2022-02-02 16:41:20 +01:00
Saleh Mir
33068dd814 bump version 2022-02-01 17:10:26 +01:00
Saleh Mir
1d39872116 Merge branch 'master' of github.com:jesse-ai/jesse 2022-02-01 16:22:51 +01:00
Saleh Mir
dabd624d8e fix the issue of margin in timestamp of candles on the live dashboard 2022-02-01 16:22:46 +01:00
Markus K
f858447bd7 Update Optimize.py 2022-02-01 14:51:43 +01:00
Markus K
4e3f3fd679 Update Optimize.py 2022-02-01 14:51:03 +01:00
Saleh Mir
7a78c606a7 fix tests 2022-02-01 14:41:31 +01:00
Saleh Mir
75c0416dc9 Strategy execution for update_position is paused for 3 seconds if an order execution event was received before update_position was called 2022-02-01 09:40:21 +01:00
Saleh Mir
01ddba050a update frontend 2022-01-31 10:10:31 +01:00
Saleh Mir
d57d8226af Merge branch 'master' of github.com:jesse-ai/jesse 2022-01-31 10:04:44 +01:00
Saleh Mir
892bb78a7a Merge pull request #307 from botzill/update-pg-envs
Add new env POSTGRES_SSLMODE
2022-01-30 08:42:17 +01:00
Chirica Gheorghe
683afc24e7 Add new env POSTGRES_SSLMODE 2022-01-27 20:24:02 +02:00
Saleh Mir
55270a232d display hyperparameters after backtests 2022-01-27 16:47:42 +01:00
Saleh Mir
8148a7d88b update report.watch_list() 2022-01-27 16:06:44 +01:00
Saleh Mir
e96aa74112 bump version 2022-01-26 18:32:55 +01:00
Saleh Mir
9470d9758a send a simple error warning when using more than 5 trading routes in live modes 2022-01-26 18:32:26 +01:00
Saleh Mir
02830c5b1d improve termination message for strategies 2022-01-26 17:49:42 +01:00
Saleh Mir
4deaa03466 fix typo 2022-01-26 17:49:26 +01:00
Saleh Mir
8931d7ab0c store candles and logs synchronously into DB instead 2022-01-26 15:45:04 +01:00
Markus K
1300b0983d Update ta-lib cache 2022-01-26 10:12:10 +01:00
Markus K
26d8ddaa9d Update requirements for C header error 2022-01-26 10:04:40 +01:00
Saleh Mir
6e1fb66bf8 refactor 2022-01-25 17:02:12 +01:00
Saleh Mir
4b30a0daee add candles_from_close_prices, fake_candle, fake_range_candles, candlestick_chart to the research module 2022-01-25 17:02:05 +01:00
Saleh Mir
b707a145d2 update info() logger 2022-01-24 08:45:32 +01:00
Saleh Mir
d9f383cb74 add unit tests for isolated backtest() 2022-01-21 16:14:11 +01:00
Saleh Mir
cf24917508 implement isolated backtest function for the research module 2022-01-21 15:05:42 +01:00
Saleh Mir
fb40bbd46e create basic testing env for isolated backtest 2022-01-21 15:00:34 +01:00
Saleh Mir
b3a67bb0bf refactor 2022-01-21 15:00:19 +01:00
Saleh Mir
c1c8eef2f2 cleanup + fix rare KeyError in chart generation 2022-01-21 14:59:03 +01:00
Saleh Mir
2b5a0c5a61 do not log fee charging if fee==0 2022-01-21 14:56:41 +01:00
Saleh Mir
646de628fd bump version 2022-01-17 16:41:03 +01:00
Saleh Mir
5040104114 add to_dict property to the Position class 2022-01-17 15:29:00 +01:00
Saleh Mir
47783b1f70 error logs should be logged as info logs as well 2022-01-17 15:27:41 +01:00
Saleh Mir
6f45550a26 rename positions => all_positions 2022-01-16 09:29:36 +01:00
Saleh Mir
57199568e9 update comment text 2022-01-16 09:29:24 +01:00
Saleh Mir
cdb222b203 refactor directory 2022-01-14 16:42:40 +01:00
Saleh Mir
9fede6adae rename fake_range_candle => range_candles and fake_range_candle_from_range_prices => candles_from_close_prices 2022-01-14 11:59:42 +01:00
Saleh Mir
8e3a255926 start fake candles from 2021-01-01T00:00 2022-01-14 11:36:49 +01:00
Saleh Mir
697cf51827 convert non-string inputs into string first 2022-01-13 15:42:56 +01:00
Saleh Mir
2875954713 fix and error when handling rejected orders 2022-01-13 11:07:02 +01:00
Saleh Mir
905f53c884 update frontend files 2022-01-13 09:51:26 +01:00
Saleh Mir
95ca0d5c96 bump version 2022-01-12 14:47:34 +01:00
Saleh Mir
57032a5069 fix Discord notifications 2022-01-12 14:47:12 +01:00
Saleh Mir
96c11a6b12 Merge branch 'master' of github.com:jesse-ai/jesse 2022-01-12 14:31:38 +01:00
Saleh Mir
f782a40de3 improve handling of take_profit and stop_loss on open-position event 2022-01-12 14:31:33 +01:00
Saleh Mir
4bb7c3e1cd add dashy_symbol() and improve side_to_type() 2022-01-12 14:31:00 +01:00
Markus K
dd9ecfb312 Clear cache due to numpy.ndarray size changed 2022-01-07 14:12:58 +01:00
Markus K
be065c56c3 Clear cache due to numpy.ndarray size changed 2022-01-07 14:12:19 +01:00
Saleh Mir
611023fec7 Merge pull request #286 from poe28/master
tool for showing candle DB overview
2022-01-07 10:46:40 +01:00