Commit Graph

6946 Commits

Author SHA1 Message Date
hroff-1902 e9af6b393f
Fix typo 2019-11-02 02:32:57 +03:00
hroff-1902 2124661cee
Update faq with examples of grepping the log 2019-11-02 02:22:58 +03:00
hroff-1902 e8a08011be
Merge pull request #2460 from freqtrade/new_runmodes
[minor] Add new runmodes
2019-11-01 21:40:23 +03:00
Matthias 691cec7956 Be more selective which startup-messages are shown 2019-11-01 16:42:57 +01:00
Matthias 241d947564 Add new runmodes 2019-11-01 15:39:49 +01:00
Matthias 880834b902
Merge pull request #2446 from hroff-1902/log-stderr
Log to stderr
2019-11-01 06:14:55 +01:00
hroff-1902 f435384bf0
Merge pull request #2451 from freqtrade/bt_analysis_maxopen
Bt analysis maxopen at any time
2019-11-01 00:13:31 +03:00
hroff-1902 3149c12a14
Merge pull request #2444 from freqtrade/sql_cleanup
Fix scoped_session and add Documentation for strategy
2019-10-31 23:19:30 +03:00
hroff-1902 6a9a2e7f88
Merge pull request #2452 from freqtrade/fix/1717
Allow configuration of stoploss on exchange limit
2019-10-31 23:13:37 +03:00
hroff-1902 5b87393a95
Merge pull request #2457 from freqtrade/integration_tests
split up test_freqtradebot.py
2019-10-31 22:05:03 +03:00
Matthias 5a27b10579
Merge pull request #2450 from freqtrade/rpi_docs
[docs] Update Raspberry documentation
2019-10-31 13:30:45 +01:00
Matthias a80e49bd81 Change level of rpi header 2019-10-31 12:49:41 +01:00
hroff-1902 ffed13b979
Merge pull request #2455 from freqtrade/reduce_startup_indicator_logfrequency
[minor][log]Reduce frequency of "startup-period" message
2019-10-31 13:10:16 +03:00
hroff-1902 9f0f1096e1
Merge pull request #2459 from freqtrade/exchange_helpers
Move exchange-constants and retriers to exchange.common
2019-10-31 13:09:01 +03:00
Matthias 9a42afe0be Move exchange-constants and retriers to exchange.common 2019-10-31 10:59:17 +01:00
Matthias b6616d7a13 Add test helping debug #1985 2019-10-31 10:04:28 +01:00
Matthias 7be378aaa9 Remove markets mock where it's not needed 2019-10-31 07:26:48 +01:00
Matthias 734a9d5d87 Seperate tests related to worker from test_freqtradebot 2019-10-31 07:16:25 +01:00
Matthias ce6b869f84 Cleanup test 2019-10-31 07:11:57 +01:00
Matthias dc5f1b2878 Extract integration tests into sepearte file 2019-10-31 07:08:02 +01:00
hroff-1902 a041b8bf72 Merge remote-tracking branch 'upstream/develop' into log-stderr 2019-10-31 09:07:07 +03:00
hroff-1902 4fa12ffda0
Merge pull request #2454 from freqtrade/release_docs
[minor][docs] Update release-documentation to fit new release style
2019-10-31 09:02:55 +03:00
Matthias 5dcf28cafb Reduce frequency of "startup-period" message 2019-10-31 06:57:37 +01:00
Matthias 365a408df5 Update release-documentation to fit new release style 2019-10-31 06:43:42 +01:00
Matthias 9e988783de Allow configuration of stoploss on exchange limit
fixes #1717
2019-10-30 20:07:26 +01:00
Matthias bba8e61409 Rename function in samples 2019-10-30 20:05:44 +01:00
Matthias dee9b84322 Merge branch 'develop' into volumeList_enhanced_filter 2019-10-30 16:41:17 +01:00
Matthias ad98d61939 Update developer docs 2019-10-30 16:39:45 +01:00
Matthias 14758dbe10 Some small cleanups 2019-10-30 16:32:22 +01:00
Matthias d89a7d5235 Document new method to configure filters 2019-10-30 16:30:47 +01:00
Matthias 640423c362 Add config samples for chainable pairlist filters 2019-10-30 16:02:24 +01:00
Matthias fd9c02603c Introduce chainable PairlistFilters 2019-10-30 15:59:52 +01:00
Matthias 44289e4c58 Allow not using files from user_dir 2019-10-30 15:57:08 +01:00
Matthias 6928c685a8 Add documentation sample for parallel_trade_analysis 2019-10-30 14:12:41 +01:00
Matthias dd408aa5d6 Add analyze_trade_parallelism analysis function 2019-10-30 14:07:23 +01:00
Matthias dac88c6aed extract Find parallel trades per interval 2019-10-30 13:35:55 +01:00
Matthias 78fe5a46c1 Update travis to verify for correct title usage 2019-10-30 13:27:36 +01:00
Matthias 7a96d3c9ae Update raspbian install documentation
Fix "box" titles ... they need to be in quotes!
2019-10-30 13:27:04 +01:00
Matthias b7b1e66c6e Convert to % as part of RPC to allow users to use unrounded ratio 2019-10-30 11:12:49 +01:00
Matthias 5ed7771148 Update documentation to include get_trades
fixes #1753
2019-10-30 11:12:49 +01:00
Matthias c2076d86a4 Use scoped_session as intended 2019-10-30 11:12:49 +01:00
Matthias b37c5e4878 use get_trades in rpc modules 2019-10-30 11:12:49 +01:00
Matthias 26a5800a7f Extract get_trades function 2019-10-30 11:12:49 +01:00
Matthias 01efebc42f Extract query to it's own function 2019-10-30 11:12:49 +01:00
Matthias ab117527c9 Refactor get_best_pair to persistence 2019-10-30 11:12:49 +01:00
Matthias f20f5cebbe Move performance-calculation to persistence 2019-10-30 11:12:49 +01:00
Matthias 0c3a8ddfb9 Merge branch 'develop' into feat/new_args_system 2019-10-30 11:12:27 +01:00
hroff-1902 669a6cf119
Merge pull request #2448 from freqtrade/fix/POWRfailure
Replace coins in whitelist with existing ones
2019-10-30 12:55:45 +03:00
Matthias 6fe7b13e37 Replace coins in whitelist with existing ones 2019-10-30 09:26:08 +01:00
hroff-1902 9c180e587b Log to stderr 2019-10-30 04:04:28 +03:00