hroff-1902
c49f4b73dd
Fix helpstring
2019-10-10 20:44:24 +03:00
hroff-1902
23b5c0e833
Improve tests for handling deprecated settings
2019-10-09 18:25:57 +03:00
hroff-1902
cdd1bc425b
Fix typo
2019-10-09 03:12:30 +03:00
hroff-1902
2a9c06c40f
Test added
2019-10-09 02:44:04 +03:00
hroff-1902
434e0234c5
Add handling deprecated settings
2019-10-09 02:43:06 +03:00
hroff-1902
4d062d41cb
Improve comments in the SampleStrategy; set use_sell_signal = True
2019-10-08 01:07:22 +03:00
hroff-1902
e78e42339d
Improve docs wordings
2019-10-08 00:58:25 +03:00
hroff-1902
057ab1b7a6
Remove unnecessary comments
2019-10-08 00:50:47 +03:00
hroff-1902
613300c61d
Add short description of the market() method into docs
2019-10-08 00:38:20 +03:00
hroff-1902
211b9cbe04
Cleanup in data.history
2019-10-06 18:35:09 +03:00
hroff-1902
9b23376415
Move experimental settings to ask_strategy
2019-10-05 13:29:59 +03:00
hroff-1902
e1b8485b51
Remove indicator_helpers.py and test
2019-10-05 11:51:27 +03:00
hroff-1902
75252b6251
Docstrings improved
2019-10-04 02:32:48 +03:00
hroff-1902
f95b0ccdab
Tests added
2019-10-04 02:01:44 +03:00
hroff-1902
3ac5b91899
Add market() method to dataprovider
2019-10-03 02:58:45 +03:00
hroff-1902
4b29c4cdbf
Test for handling closed trade adjusted
2019-10-02 19:08:49 +03:00
hroff-1902
89729aefe8
Fix and improve process_maybe_execute_sells()
2019-10-02 18:47:45 +03:00
hroff-1902
15aae8a58c
Tests adjusted
2019-10-02 13:51:32 +03:00
hroff-1902
096c69dc4f
Refactor Freqtradebot
2019-10-02 13:51:32 +03:00
hroff-1902
c57d5ef1cd
Added short descriptions and examples in utils.md
2019-10-01 21:12:52 +03:00
hroff-1902
f2e878d9ec
Update helpstring for list-exchanges
2019-10-01 16:57:35 +03:00
hroff-1902
f6a88c6e9b
Tests adjusted
2019-10-01 00:33:54 +03:00
hroff-1902
d1fa5f307b
Add --all option to list-exchanges
2019-10-01 00:33:33 +03:00
hroff-1902
cd0e813a85
Docs adjusted, utils.md added
2019-09-30 21:36:52 +03:00
hroff-1902
7617dd5029
Add separate message for hitbtc exchange
2019-09-30 20:01:55 +03:00
hroff-1902
272c977d08
Add exchanges to the list of bad exchanges
2019-09-30 03:55:55 +03:00
hroff-1902
75446d8195
Refactor list-timeframes command with the use of the Exchange class methods
2019-09-29 23:18:04 +03:00
hroff-1902
448b09d7b6
Add list-timeframes subcommand
2019-09-29 11:54:20 +03:00
hroff-1902
4ac53f1549
Shorten the default hyperopt stoploss space
2019-09-28 04:13:53 +03:00
hroff-1902
9db915853a
Allow use of config in custom hyperopt methods
2019-09-26 11:59:21 +03:00
hroff-1902
665e0570ae
Fix hyperopt position stacking
2019-09-25 03:41:22 +03:00
hroff-1902
6ffb8b7a70
Fix wordings in comment
2019-09-23 13:25:31 +03:00
hroff-1902
0c6164df7e
Fix memory exhaustion in skopt models list
2019-09-23 13:03:43 +03:00
hroff-1902
50b4563912
Tests adjusted
2019-09-18 22:57:37 +03:00
hroff-1902
69f29e8907
minor: Cleanup for backtesting
2019-09-18 22:57:17 +03:00
hroff-1902
e9a75e57b8
test adjusted
2019-09-16 21:53:19 +03:00
hroff-1902
5cbc073dd1
minor: Cleanup hyperopt
2019-09-16 21:46:15 +03:00
hroff-1902
eda1ec652f
Revert back condition for open_since in Trade.__repr__
2019-09-13 23:00:09 +03:00
hroff-1902
c8d191a5c9
Adjust test
2019-09-12 22:53:54 +03:00
hroff-1902
e6ec8f9f30
Fix tests: Change condition for printing 'close'
2019-09-12 21:28:51 +03:00
hroff-1902
67ff48ce3e
Comment out noisy log messages
2019-09-12 21:01:14 +03:00
hroff-1902
045ca8739d
Do not print humanized datetime in the log message
2019-09-12 20:56:00 +03:00
hroff-1902
dda513c923
Minor class cosmetics
2019-09-12 12:13:20 +03:00
hroff-1902
849d694c27
Don't inherit from object
2019-09-12 04:39:52 +03:00
hroff-1902
1d781ea9e0
Refine 'stoploss adjusted' log message
2019-09-12 02:29:47 +03:00
hroff-1902
acf3b751f0
Log sell_flag, do not log sell_type=SellType.NONE
2019-09-12 01:21:14 +03:00
hroff-1902
9bdfaf3803
Remove quotes around the pairs
2019-09-11 23:32:08 +03:00
hroff-1902
2bd59de002
Cleanup log_has_re regexp string
2019-09-11 10:56:02 +03:00
hroff-1902
ac413c65dc
Clean up the use of patch_exchange
2019-09-11 09:52:09 +03:00
hroff-1902
a9ecdc7764
Use patched exchange instead
2019-09-11 00:53:35 +03:00
hroff-1902
869a5b4901
Eliminate asyncio warnings in tests
2019-09-10 13:45:30 +03:00
hroff-1902
2081d7552f
Make flake happy
2019-09-10 12:37:15 +03:00
hroff-1902
e298e77319
Adjust tests
2019-09-10 10:43:15 +03:00
hroff-1902
35580b135a
Improve backtesting logs
2019-09-10 10:42:45 +03:00
hroff-1902
865e0d3af9
Adjust tests: removed tests for/with import_strategy()
2019-09-08 03:30:15 +03:00
hroff-1902
45cfdbbda7
Make flake happy
2019-09-08 03:10:01 +03:00
hroff-1902
2b00a5d90a
Get rid of import_strategy()
2019-09-08 02:43:02 +03:00
hroff-1902
4fdf8a75cd
Adjust hyperopt tests after the merge with develop
2019-09-06 16:46:44 +03:00
hroff-1902
7e56704767
Parametrize tests for hyperopt simplified failed
2019-09-06 15:08:44 +03:00
hroff-1902
e39d911177
Improve wordings in hyperopt.md
2019-09-05 23:31:07 +03:00
hroff-1902
3343b34725
Add tests for simplified hyperopt interface
2019-09-05 00:38:15 +03:00
hroff-1902
9a6a89c238
allow simplified hyperopt interface
2019-09-03 19:54:28 +03:00
hroff-1902
87ae2430df
ranges for ROI tables for different ticker_intervals in docs
2019-09-03 11:32:18 +03:00
hroff-1902
756f44fcbd
highlight really important notifications
2019-08-28 00:20:32 +03:00
hroff-1902
a504abf00c
minor: improvements in confuguration.md
2019-08-27 04:12:00 +03:00
hroff-1902
d9c2b7d460
fix fetching ticker_interval from strategy
2019-08-26 22:31:24 +03:00
hroff-1902
bfc68ec792
minor cleanup in Backtesting
2019-08-25 23:36:42 +03:00
hroff-1902
667a623310
adjust tests
2019-08-24 00:10:55 +03:00
hroff-1902
067208bc9d
make backtesting an attribute of Hyperopt
2019-08-24 00:10:35 +03:00
hroff-1902
d19b11a00f
exchange cosmetics
2019-08-22 20:01:41 +03:00
hroff-1902
14aaf8976f
fix download replacement script
2019-08-21 02:26:58 +03:00
hroff-1902
fcb0ff1b60
do not round values in the debug message
2019-08-20 23:42:44 +03:00
hroff-1902
31669fde03
test adjusted
2019-08-20 23:28:16 +03:00
hroff-1902
cadf573170
round printed stoploss value as well
2019-08-20 22:24:59 +03:00
hroff-1902
a12876da92
fine printing for floats in the roi tables (round to 5 digits after the decimal point)
2019-08-20 22:17:21 +03:00
hroff-1902
70b1a05d97
example in the docs changed
2019-08-20 01:32:02 +03:00
hroff-1902
d300964691
code formatting in test_dataprovider.py
2019-08-18 13:06:21 +03:00
hroff-1902
407a3bca62
implementation of ohlcv optimized
2019-08-18 13:00:37 +03:00
hroff-1902
310e438706
logging message improved
2019-08-18 12:55:31 +03:00
hroff-1902
8a2a8ab8b5
docstring for ohlcv improved
2019-08-18 12:47:19 +03:00
hroff-1902
cda912bd8c
test added
2019-08-17 13:05:13 +03:00
hroff-1902
84a0f9ea42
get_pair_dataframe helper method added
2019-08-17 12:57:44 +03:00
hroff-1902
b94f3e80c4
tests fixed
2019-08-16 04:20:12 +03:00
hroff-1902
2a842778e3
tests added
2019-08-16 01:05:34 +03:00
hroff-1902
e525275d10
make flake and mypy happy
2019-08-15 23:13:46 +03:00
hroff-1902
4fa92ec0fa
hyperopt: --print-json option added
2019-08-15 21:39:04 +03:00
hroff-1902
5b9711c002
adaptive roi_space
2019-08-14 13:25:49 +03:00
hroff-1902
3d36747b92
preface in configuration.md reworked
2019-08-13 21:52:50 +03:00
hroff-1902
4c4ba08e85
colorama added to install_requires
2019-08-13 19:47:38 +03:00
hroff-1902
94196c84e9
docs: explanation for --no-color and colorization schema for results
2019-08-13 14:25:56 +03:00
hroff-1902
de80234165
hyperopt options updated in bot-usage.md
2019-08-13 00:23:41 +03:00
hroff-1902
482847a994
docs adjusted; various fixes to bot-usage.md and configuration.md
2019-08-13 00:10:33 +03:00
hroff-1902
58d308fd05
fix handling --no-color for edge and backtesting
2019-08-12 23:13:04 +03:00
hroff-1902
1a34b9b61c
--no-color option introduced
2019-08-12 21:08:34 +03:00
hroff-1902
8f92912852
final colorization schema
...
colorization schema-2: red, green, bright/dim
colorization schema-3: red, green, bright only green bests
colorization schema-4: no red, green for profit, bright for bests
2019-08-12 21:08:52 +03:00
hroff-1902
e5dcd520ba
cosmetics in sample_hyperopt and default_hyperopt
2019-08-12 02:19:50 +03:00
hroff-1902
90b75afdb1
test added to load config with comments and trailing commas
2019-08-12 00:33:34 +03:00
hroff-1902
2d60e4b18b
allow comments and trailing commas in config files
2019-08-12 00:32:03 +03:00
hroff-1902
5209ce5bfa
tests: don't mask numpy errors as warnings in tests
2019-08-11 13:46:41 +02:00
hroff-1902
48d8376878
tests fixed
2019-08-10 18:47:58 +03:00