hroff-1902
|
7c8e26c717
|
-j/--job-workers option added for controlling the number of joblib parallel worker processes used in hyperopt
docs refreshed
|
2019-04-23 00:52:07 +03:00 |
|
hroff-1902
|
6b87d94bb0
|
--print-all command line option added for hyperopt
|
2019-04-22 01:10:01 +03:00 |
|
hroff-1902
|
c2ca899c7e
|
fixed printed message; cosmetic changes in the code in scripts/download_backtest_data.py
|
2019-04-11 00:59:53 +03:00 |
|
hroff-1902
|
902ffa6853
|
impoved argument and exception handling in scripts/get_market_pairs.py
|
2019-04-11 00:15:17 +03:00 |
|
hroff-1902
|
f03acce84c
|
typing of return value corrected
|
2019-04-11 00:07:27 +03:00 |
|
hroff-1902
|
9fbe573cca
|
limit usage of ccxt to freqtrade/exchange only
|
2019-04-09 12:27:35 +03:00 |
|
hroff-1902
|
ebf1126351
|
cosmetic: rename interval, tick_interval, etc --> ticker_interval
|
2019-04-07 16:28:53 +03:00 |
|
hroff-1902
|
d6d16b4696
|
docstrings improved
|
2019-04-07 00:22:02 +03:00 |
|
hroff-1902
|
dc1968b968
|
docstrings added
|
2019-04-06 23:36:55 +03:00 |
|
hroff-1902
|
6913bce6a1
|
flake8, import in script/plot_profit.py
|
2019-04-04 21:39:38 +03:00 |
|
hroff-1902
|
2aa1b43f01
|
get rid of TICKER_INTERVAL_MINUTES dict, use ccxt's parse_timeframe() instead
|
2019-04-04 20:56:40 +03:00 |
|
hroff-1902
|
65350ad552
|
final flake happy
|
2019-04-03 22:14:42 +03:00 |
|
hroff-1902
|
d54acca53a
|
move tests back to original codebase to minimize changes
|
2019-04-03 00:55:59 +03:00 |
|
hroff-1902
|
b0ddb33acc
|
tests cleanup: Worker --> FreqtradeBot where the Worker object is not really needed
|
2019-04-02 22:36:30 +03:00 |
|
hroff-1902
|
62141d3d27
|
test cloned, separate tests for worker and freqtrade states
|
2019-04-02 21:57:52 +03:00 |
|
hroff-1902
|
ab0e657d77
|
Check for empty whitelist moved to _process()
|
2019-04-01 21:36:53 +03:00 |
|
hroff-1902
|
34b40500c3
|
Check whitelist fetched from config for emptiness
|
2019-04-01 20:45:59 +03:00 |
|
hroff-1902
|
8546db9dfd
|
wording in the log message
|
2019-04-01 20:23:13 +03:00 |
|
hroff-1902
|
77d2479c75
|
tests adjusted
|
2019-04-01 14:08:41 +03:00 |
|
hroff-1902
|
f0b2798c37
|
fix #1704
|
2019-04-01 14:08:03 +03:00 |
|
hroff-1902
|
7251e5bd62
|
bot state moved back to freqtradebot from worker
|
2019-03-31 23:39:55 +03:00 |
|
hroff-1902
|
06144a1fc4
|
Wording in a comment
|
2019-03-30 23:33:52 +03:00 |
|
hroff-1902
|
208832e847
|
flake8, mypy resolved
|
2019-03-30 02:19:43 +03:00 |
|
hroff-1902
|
f5744cc9bf
|
fix in the tests
|
2019-03-26 18:34:50 +03:00 |
|
hroff-1902
|
c6d2c1e520
|
rest of telegram tests adjusted
|
2019-03-26 12:45:19 +03:00 |
|
hroff-1902
|
8aee009a0a
|
test _reconfigure() adjusted
|
2019-03-26 12:42:19 +03:00 |
|
hroff-1902
|
5ccd618189
|
tests adjusted
|
2019-03-26 11:07:24 +03:00 |
|
hroff-1902
|
5161e1abb3
|
Allow to pass config into worker, as it's used in the tests
|
2019-03-26 11:07:02 +03:00 |
|
hroff-1902
|
c8b0c9af0a
|
Worker moved to new worker.py
|
2019-03-25 17:45:03 +03:00 |
|
hroff-1902
|
158cb307f6
|
further refactoring of FreqtradeBot.process()
|
2019-03-23 00:20:20 +03:00 |
|
hroff-1902
|
e35daf95c0
|
minor cleanup
|
2019-03-22 23:41:48 +03:00 |
|
hroff-1902
|
b448890210
|
test_main.py adjusted (only beginning)
|
2019-03-22 22:03:15 +03:00 |
|
hroff-1902
|
be6836b0ef
|
resolve python module circular dependency
|
2019-03-22 21:49:19 +03:00 |
|
hroff-1902
|
60afba5592
|
move worker stuff to main.py
|
2019-03-22 20:16:54 +03:00 |
|
hroff-1902
|
580ada8c4f
|
exchange cleanup
|
2019-03-19 20:52:35 +03:00 |
|
hroff-1902
|
aa15312670
|
wallets cleanup
|
2019-03-19 20:51:27 +03:00 |
|
hroff-1902
|
41add9f8ca
|
code cleanup; added message to systemd for reconfiguration
|
2019-03-11 15:38:00 +03:00 |
|
hroff-1902
|
8730852d6e
|
Support for systemd watchdog via sd_notify
|
2019-03-10 21:04:38 +03:00 |
|
hroff-1902
|
35250eb230
|
one more typo fixed (by @xmatthias)
|
2019-03-06 01:21:38 +03:00 |
|
hroff-1902
|
c032dd0f45
|
new docs/deprecated.md added to the site menu
|
2019-03-05 14:29:55 +03:00 |
|
hroff-1902
|
ce46555e77
|
docs/configuration.md reviewed: formatting, wording, grammar, etc
|
2019-03-05 14:11:40 +03:00 |
|
hroff-1902
|
2f98dd0429
|
description for --dynamic-whitelist moved to new docs/deprecated.md
|
2019-03-05 14:09:26 +03:00 |
|
hroff-1902
|
b792f00553
|
exchange cleanup
|
2019-03-01 02:13:16 +03:00 |
|
hroff-1902
|
4df44d8b32
|
wallets cleanup
|
2019-03-01 01:26:29 +03:00 |
|
hroff-1902
|
761861f0b7
|
comments: removed mentioning recursion, typos, etc.
|
2019-02-27 13:35:06 +03:00 |
|
hroff-1902
|
4c2961f0d9
|
eliminate recursion in _detect_next_stop_or_sell_point()
|
2019-02-27 06:31:27 +03:00 |
|
hroff-1902
|
2851833726
|
added _now_is_time_to_refresh()
|
2019-02-21 01:20:24 +03:00 |
|
hroff-1902
|
c1ef6940b0
|
removed wrong comment: tuple is not created here
|
2019-02-21 00:47:18 +03:00 |
|
hroff-1902
|
2aba9c081c
|
fixed typos in comments
|
2019-02-21 00:46:35 +03:00 |
|
hroff-1902
|
da5bef501e
|
cleanup
|
2019-02-20 17:55:20 +03:00 |
|
hroff-1902
|
4fbba98168
|
tests adjusted for multiple --config options
|
2019-02-20 17:54:20 +03:00 |
|
hroff-1902
|
87c82dea3d
|
support for multiple --config in the download_backtest_data.py utility
|
2019-02-20 17:00:35 +03:00 |
|
hroff-1902
|
c08a2b6638
|
help message fixed
|
2019-02-20 16:23:09 +03:00 |
|
hroff-1902
|
7bc874c7fd
|
comments adjusted
|
2019-02-20 16:12:17 +03:00 |
|
hroff-1902
|
fac0e4e603
|
more code cleanup in _process()
|
2019-02-20 16:01:56 +03:00 |
|
hroff-1902
|
199e3d2234
|
typo in a comment
|
2019-02-20 15:13:21 +03:00 |
|
hroff-1902
|
5906d37818
|
code cleanup in _process()
|
2019-02-20 15:12:04 +03:00 |
|
hroff-1902
|
2f225e2340
|
multiple --config options
|
2019-02-19 15:14:47 +03:00 |
|