Matthias
|
26f45c8323
|
Improve logmessage for trailing stoploss
|
2020-08-24 06:56:56 +02:00 |
|
Matthias
|
38809acde8
|
Don't rerun for known closed orders
|
2020-08-24 06:50:43 +02:00 |
|
Matthias
|
311b55fc24
|
Merge branch 'develop' into db_keep_orders
|
2020-08-23 19:31:59 +02:00 |
|
Matthias
|
a55dd8444d
|
Fix loglevel of using_cached-rate
|
2020-08-23 19:31:35 +02:00 |
|
Matthias
|
c3a367e4f0
|
Merge branch 'develop' into db_keep_orders
|
2020-08-23 19:14:57 +02:00 |
|
Matthias
|
ec94961437
|
Reduce loglevel of "using cached rate"
|
2020-08-23 19:14:28 +02:00 |
|
Matthias
|
9ba9f73706
|
Improve logging, don't search for buy orders in refind_lost_order
|
2020-08-23 16:04:32 +02:00 |
|
Matthias
|
4ecb67d1d1
|
Merge branch 'develop' into db_keep_orders
|
2020-08-23 10:36:56 +02:00 |
|
Matthias
|
92d8adf36c
|
Merge pull request #3706 from freqtrade/fix_api_dates
Dates should be changed to UTC to provide the correct timestamp
|
2020-08-23 10:33:02 +02:00 |
|
Matthias
|
05ec56d906
|
Dates should be changed to UTC to provide the correct timestamp
|
2020-08-23 10:16:28 +02:00 |
|
Matthias
|
73417f11f1
|
Fix rendering issue on readthedocs
|
2020-08-23 09:11:52 +02:00 |
|
Matthias
|
c2707bdd9b
|
Merge pull request #3688 from freqtrade/Fredrik81-stoploss.md
Update stoploss.md
|
2020-08-23 09:09:26 +02:00 |
|
Matthias
|
d8a6410fd1
|
Fix small bug when using max-open-trades -1 in backtesting
|
2020-08-23 09:00:57 +02:00 |
|
Matthias
|
674b510d23
|
Parametrize fetch_order retry counts
|
2020-08-22 17:35:42 +02:00 |
|
Matthias
|
3d7e800ff2
|
Remove test code
|
2020-08-22 16:08:54 +02:00 |
|
Matthias
|
11e69bdd65
|
Update open trades too
|
2020-08-22 15:49:32 +02:00 |
|
Matthias
|
fd33282eb1
|
Add handle_insufficient exception
|
2020-08-22 15:48:00 +02:00 |
|
Matthias
|
637147f89c
|
Update sql cheatsheet parentheses
|
2020-08-22 09:33:35 +02:00 |
|
Matthias
|
3b4446339e
|
Use fetch_order_or_stoploss order
|
2020-08-22 09:30:25 +02:00 |
|
Matthias
|
f2b390a271
|
Add fetch_order_or_stoploss wrapper
|
2020-08-22 09:28:36 +02:00 |
|
Matthias
|
fc2104bfad
|
Fix bug with time when updating order_date
|
2020-08-22 09:12:09 +02:00 |
|
Matthias
|
39beb5c837
|
Add method to update fees on closed trades
|
2020-08-22 08:59:54 +02:00 |
|
Matthias
|
fc42d552ab
|
Convert logs to fstrings
|
2020-08-22 08:59:50 +02:00 |
|
Matthias
|
2d6bcbb454
|
Fix small error in trades updating
|
2020-08-21 19:51:31 +02:00 |
|
Fredrik81
|
0e368b16ab
|
Update stoploss.md
|
2020-08-21 18:25:45 +02:00 |
|
Matthias
|
3d93236709
|
Remove unused import
|
2020-08-21 14:55:47 +02:00 |
|
Matthias
|
301f74fd1b
|
Merge pull request #3418 from freqtrade/hyperopt_colorama_init
Test colorama init again (after the fixes done to progressbar)
|
2020-08-21 14:54:35 +02:00 |
|
Matthias
|
fa0c8fa0b3
|
Readd note about windows hyperopt color output
|
2020-08-21 14:26:23 +02:00 |
|
Matthias
|
357d7714ec
|
Add docstring to update_trade_state
|
2020-08-21 07:31:22 +02:00 |
|
Matthias
|
3be14933d4
|
Add comment explaining update_open_orders
|
2020-08-21 07:24:49 +02:00 |
|
Matthias
|
0b6014fae3
|
update_trade_state should take the order id directly - not from the trade object
|
2020-08-21 07:17:52 +02:00 |
|
Matthias
|
838985f6a0
|
Don't reset open-order-id just yet
it's needed to get the fees
|
2020-08-21 07:13:13 +02:00 |
|
Matthias
|
c4e597977c
|
Merge pull request #3701 from freqtrade/fix/optimize_reports
Fix bug in backtesting
|
2020-08-20 20:21:38 +02:00 |
|
Matthias
|
4f1179d85c
|
Test for empty case
|
2020-08-20 20:11:58 +02:00 |
|
Matthias
|
f5a9001dc0
|
Handle backtest results without any trades
|
2020-08-20 19:51:36 +02:00 |
|
Matthias
|
bca24c8b6b
|
Clarify hyperopt dataprovider usage
|
2020-08-20 19:35:40 +02:00 |
|
Fredrik81
|
55c6e56762
|
Update stoploss.md
|
2020-08-19 23:07:03 +02:00 |
|
Matthias
|
42273ae042
|
Merge pull request #3695 from freqtrade/fix_daily_rpc
Fix daily rpc for webservice
|
2020-08-19 14:16:24 +02:00 |
|
Matthias
|
3d515ed5bf
|
Merge pull request #3558 from freqtrade/bt_add_maxdrawdown
Revise backtesting export format, add some metrics
|
2020-08-19 06:39:47 +02:00 |
|
Matthias
|
e206cc9c21
|
Adjust tests
|
2020-08-18 20:15:41 +02:00 |
|
Matthias
|
375e671aaf
|
Move formatting of /daily to telegram
so /daily can return numbers in the API
|
2020-08-18 20:12:14 +02:00 |
|
Matthias
|
d8e1f97465
|
Fix documentation typo
|
2020-08-18 19:44:44 +02:00 |
|
Matthias
|
9982ad2f36
|
Add profit to backtest summary output
|
2020-08-18 16:59:24 +02:00 |
|
Matthias
|
668d167adc
|
Add docstring to store_backtest_stats
|
2020-08-18 16:15:24 +02:00 |
|
Matthias
|
4eb17b4daf
|
Remove unneeded function
|
2020-08-18 15:20:37 +02:00 |
|
Matthias
|
aa866294cd
|
Reformulate documentation
|
2020-08-18 14:02:22 +02:00 |
|
Matthias
|
ce15c55185
|
Add libffi-dev to rpi image
|
2020-08-17 20:24:30 +02:00 |
|
Matthias
|
e0fa549bb4
|
Merge pull request #3692 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.6
Bump prompt-toolkit from 3.0.5 to 3.0.6
|
2020-08-17 09:08:59 +02:00 |
|
Matthias
|
53ea6e0a86
|
Merge pull request #3693 from freqtrade/dependabot/pip/develop/coveralls-2.1.2
Bump coveralls from 2.1.1 to 2.1.2
|
2020-08-17 09:08:41 +02:00 |
|
Matthias
|
0f5dd6d0fa
|
Merge pull request #3690 from freqtrade/dependabot/pip/develop/pytest-cov-2.10.1
Bump pytest-cov from 2.10.0 to 2.10.1
|
2020-08-17 08:58:38 +02:00 |
|