Matthias
|
b25ad68c44
|
Fix np.bool_ not outputting correctly
|
2021-07-02 20:52:25 +02:00 |
|
Matthias
|
15e36a20e1
|
Improve naming of default hyperopt serializer
|
2021-06-30 19:48:34 +02:00 |
|
Matthias
|
0809225a0a
|
Update documentation to mention parameter strategy files
|
2021-06-30 07:05:20 +02:00 |
|
Matthias
|
645da51b5f
|
Add test for parameter loading
|
2021-06-30 06:55:10 +02:00 |
|
Matthias
|
dcf53ac3ff
|
Add test for try_eport_params
|
2021-06-30 06:33:40 +02:00 |
|
Matthias
|
84703080b8
|
Extract hyperopt_defaults_serializer to hyperopt_tools
|
2021-06-29 20:51:29 +02:00 |
|
Matthias
|
55f032b18e
|
Catch trying to read faulty parameter file
|
2021-06-29 20:51:29 +02:00 |
|
Matthias
|
62cdbdc26a
|
Automatically export hyperopt parameters
|
2021-06-29 20:51:25 +02:00 |
|
Matthias
|
a2ccc1526e
|
Load parameters from file
|
2021-06-29 07:07:34 +02:00 |
|
Matthias
|
8ca0076332
|
Fix small typos
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
d4514f5f16
|
Introduce File versions to hyperopt result files
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
a7e9e362b7
|
Simplify printing logic for non-optimized parameters
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
8b7010fc9a
|
Update pprint name
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
aa5181ca81
|
Properly export non-optimized parameters
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
34e6ce431f
|
Print non-optimized parameters (also stop / roi)
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
2310deec53
|
Update name to get non-optimized parameters
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
8cdd1e3aef
|
Fix some type errors
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
2bf17f71e7
|
Dump parameters from hyperopt-show
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
750c780293
|
Support loading parameters from json file
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
ab07fb5b3f
|
Merge pull request #5188 from freqtrade/move_config_settings
Move ask_strategy config settings to root level
|
2021-06-27 11:30:50 +02:00 |
|
Matthias
|
34448fb87c
|
Expose default currency precision to API
|
2021-06-26 20:46:54 +02:00 |
|
Matthias
|
00a7097b9e
|
Reduce verbosity of getting sell-rate from orderbook
|
2021-06-26 20:09:52 +02:00 |
|
Matthias
|
3f669147f1
|
Simplify strategy-resolver moving
|
2021-06-26 17:55:31 +02:00 |
|
Matthias
|
158cb415a9
|
Add settings interface to have types available
|
2021-06-26 17:28:37 +02:00 |
|
Matthias
|
b7f01a08f3
|
Update sequence of process_deprecated_setting parameters
|
2021-06-26 17:03:51 +02:00 |
|
Matthias
|
1067a9f356
|
Move strategy-override signals to top-level of the config
closes #2867
|
2021-06-26 16:06:13 +02:00 |
|
Matthias
|
60c7308126
|
Merge pull request #5183 from freqtrade/remove_order_book_max
Remove order book max
|
2021-06-26 14:56:10 +02:00 |
|
Matthias
|
c62fad0088
|
Pricing strategies should default to use orderbook pricing
|
2021-06-26 08:19:37 +02:00 |
|
Matthias
|
59a33d0fa9
|
Add test for ask_orderbook validation
|
2021-06-25 20:52:34 +02:00 |
|
Matthias
|
d59a38665c
|
Remove support for order_book_max
|
2021-06-25 20:36:39 +02:00 |
|
aayush-jain18
|
d294ef10d7
|
unexpected docstring params
|
2021-06-25 23:56:16 +05:30 |
|
Matthias
|
1440b2f7fe
|
Merge pull request #5178 from aayush-jain18/spell-correction
spell corrections
|
2021-06-25 19:10:39 +02:00 |
|
aayush-jain18
|
a46f60bd94
|
spell corrections
|
2021-06-25 22:10:04 +05:30 |
|
Matthias
|
40545e62af
|
Merge pull request #5082 from freqtrade/dry_run_order
Dry run order filling
|
2021-06-25 18:26:01 +02:00 |
|
Matthias
|
1a82685dd8
|
Don't reset log caching
uvicorn will "load from dict" the config - which flushes the logs
and therefore cleans log-buffering
|
2021-06-25 18:24:10 +02:00 |
|
Matthias
|
e0d3ca6c6d
|
Fix import sorting
|
2021-06-24 18:44:59 +02:00 |
|
Matthias
|
c938edc01b
|
Apply dataprovider to /pair_history endpoint
|
2021-06-24 18:18:01 +02:00 |
|
Matthias
|
f7c09ba63a
|
Log endpoint should use static rpc class
|
2021-06-24 18:17:40 +02:00 |
|
Eugene Schava
|
3c70768e18
|
make "/profit N" command output be consistent with "/daily" and "/status table" commands
|
2021-06-23 07:30:08 +03:00 |
|
Eugene Schava
|
e97c82c514
|
make "/profit N" command output be consistent with "/daily" and "/status table" commands
|
2021-06-22 12:22:19 +03:00 |
|
Eugene Schava
|
0605cbb06e
|
make "/profit N" command output be consistent with "/daily" and "/status table" commands
|
2021-06-22 12:20:12 +03:00 |
|
Matthias
|
204758834d
|
Merge pull request #4308 from eatrisno/patch-1
Add Refresh / Reload Button on rpc/Telegram
|
2021-06-19 18:50:59 +01:00 |
|
Matthias
|
122943d835
|
Don't run filter again for pairlist generator
The generator implicitly runs filter - so it should not be ran again
as that would void generator caching.
closes #5103
|
2021-06-19 19:37:27 +02:00 |
|
Matthias
|
96fbb226c5
|
Implement better strategy checks
part of #2696
|
2021-06-19 19:32:29 +02:00 |
|
Matthias
|
a7f8342171
|
Add small documentation about reload disabling
|
2021-06-19 16:49:54 +02:00 |
|
Matthias
|
6e99e3fbbb
|
Implement tests for message updating
|
2021-06-19 09:31:34 +02:00 |
|
Matthias
|
39b876e37a
|
Log exchange responses if configured
|
2021-06-19 09:07:42 +02:00 |
|
Matthias
|
e40d481d09
|
Merge pull request #5014 from Rikj000/hyperopt-show-include-non-optimized-in-json
BugFix - `hyperopt-show --print-json` include non-optimized params
|
2021-06-19 07:42:15 +01:00 |
|
Rik Helsen
|
656bebd4da
|
🪲 Included completely non_optimized spaces in json + swapped merge dictionary order
|
2021-06-18 22:03:04 +02:00 |
|
Matthias
|
e1010ff592
|
Don't load protections from config if strategy defines a property
|
2021-06-18 19:55:53 +02:00 |
|