Matthias
|
756112c84d
|
Merge pull request #5374 from freqtrade/rem_legacy_hyperopt
Remove legacy hyperopt
|
2021-08-08 12:42:52 +02:00 |
|
Matthias
|
3bd0c3d009
|
Remove legacy code from export to csv
|
2021-08-08 11:02:54 +02:00 |
|
Matthias
|
be240566ba
|
Fix random test failure
|
2021-08-08 10:57:20 +02:00 |
|
Matthias
|
faf16a64e5
|
Remove legacy hyperopt file support
|
2021-08-08 10:22:45 +02:00 |
|
Matthias
|
0ae4eccea5
|
Refactor Hyperopt-list and hyperopt-show to reduce some duplicate code
|
2021-08-08 10:06:35 +02:00 |
|
Matthias
|
7eaadb2630
|
Add custom-* methods to bot-basics
closes #5370
|
2021-08-08 09:50:50 +02:00 |
|
Matthias
|
cf70b34ff0
|
Add min_value to all volumepairlist samples
|
2021-08-07 16:15:42 +02:00 |
|
Matthias
|
5393c55b51
|
Document min_value for VolumePairList
closes #5260
|
2021-08-07 16:01:20 +02:00 |
|
Matthias
|
6532aba765
|
Merge pull request #5360 from freqtrade/hyperopt_protections
Hyperopt protections and Boolean parameter
|
2021-08-07 09:42:05 +02:00 |
|
Matthias
|
66de30f042
|
Merge pull request #5368 from samgermain/autopep8-formatted
Autopep8 formatting
|
2021-08-07 09:29:58 +02:00 |
|
Sam Germain
|
b9356a5564
|
Autopep8 formatting
|
2021-08-06 16:35:39 -06:00 |
|
axel
|
612b88e993
|
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into custom_order_price
|
2021-08-05 18:21:31 -04:00 |
|
axel
|
0985b11267
|
add doc for custom exit price
|
2021-08-05 18:16:16 -04:00 |
|
axel
|
84d082033b
|
fix default retval for strategy custom_entry_price
|
2021-08-05 18:00:31 -04:00 |
|
axel
|
0aeebc9d53
|
add test for custom exit price
|
2021-08-05 17:57:45 -04:00 |
|
Matthias
|
90c194de1f
|
Align Readme and documentation index in supported exchange lists
|
2021-08-05 19:27:38 +02:00 |
|
Matthias
|
4d28f0ed59
|
Merge pull request #5363 from kamontat/patch-1
Update README link
|
2021-08-05 19:27:00 +02:00 |
|
Kamontat Chantrachirathumrong
|
eee5f174fc
|
update link
|
2021-08-05 20:33:15 +07:00 |
|
axel
|
cb3b0cf311
|
add custom_exit_price in interface and freqtradebot
|
2021-08-04 23:09:40 -04:00 |
|
axel
|
f243ad4af0
|
add custom_exit_price in strategy interface
|
2021-08-04 19:09:55 -04:00 |
|
axel
|
f9f519fd3c
|
add custom_exit_price function to interface
|
2021-08-04 18:54:17 -04:00 |
|
axel
|
d9b9eecd4d
|
remove entry price reached method
|
2021-08-04 18:47:14 -04:00 |
|
axel
|
2cf781f3dd
|
add freqtradebot execute_buy test in custom entry price case
|
2021-08-04 18:32:39 -04:00 |
|
Matthias
|
ad0e4a8567
|
Add BooleanParameter
|
2021-08-04 20:52:56 +02:00 |
|
Matthias
|
b73768acd1
|
Fix bug in property overwriting prevention
|
2021-08-04 20:21:56 +02:00 |
|
Matthias
|
3c41223333
|
Add test for protections-hyperopt
|
2021-08-04 20:01:28 +02:00 |
|
Matthias
|
a661e0db6e
|
Deprecate protections from config
|
2021-08-04 19:43:16 +02:00 |
|
Matthias
|
ceed3c663b
|
Document using protections
|
2021-08-04 07:17:35 +02:00 |
|
Matthias
|
a6454cfc39
|
Autoenable protections when protection-space is selected
|
2021-08-04 07:17:29 +02:00 |
|
Matthias
|
091bf7c4d2
|
Output protection space
|
2021-08-04 06:50:14 +02:00 |
|
Matthias
|
544e0da6c2
|
Add protection parameter space
|
2021-08-04 06:50:14 +02:00 |
|
Matthias
|
800b2eeaf0
|
Load protections as part of backtest()
this enables different values in hyperopt per epoch
|
2021-08-04 06:50:14 +02:00 |
|
Matthias
|
74a5cb3c21
|
Remove protections from full config
They are supposed to be configured in the strategy
|
2021-08-04 06:49:53 +02:00 |
|
Matthias
|
6410a6528b
|
Add missing methods to advanced strategy template
|
2021-08-04 06:46:21 +02:00 |
|
axel
|
bc3e6deb1c
|
remove specific test for buy with custom entry
|
2021-08-03 17:09:52 -04:00 |
|
axel
|
b644233ead
|
rename custom_entry_price kwarg to align it to the interface
|
2021-08-03 17:03:27 -04:00 |
|
axel
|
b3dafb378e
|
remove use_custom_entry_price as a config option
|
2021-08-03 16:54:28 -04:00 |
|
axel
|
16146357b3
|
reuse buy_limit_requested as rate input for custom entry price
|
2021-08-03 16:39:35 -04:00 |
|
axel
|
42e24d8b4b
|
remove price change cancel reason in contants, will be added in another PR
|
2021-08-03 16:35:16 -04:00 |
|
axel
|
00939b63f2
|
flake 8 fixes
|
2021-08-03 16:25:18 -04:00 |
|
axel
|
53fb8b05e7
|
remove short logic in entry_price_reached function
|
2021-08-03 16:19:29 -04:00 |
|
axel
|
d9c9b7d7fc
|
restore interface test file
|
2021-08-03 16:02:10 -04:00 |
|
axel
|
3d8c3ffd38
|
fix syntax error in unit test
|
2021-08-03 15:57:23 -04:00 |
|
axel
|
5284112b69
|
fix in custom entry function output,remove changes related to outdated prices, doc exemple minor changes
|
2021-08-03 15:57:23 -04:00 |
|
axel
|
f11f5d17e9
|
add feature custom entry price for live
|
2021-08-03 15:57:23 -04:00 |
|
Matthias
|
dfc17f2bd1
|
Fix ci failure
|
2021-08-03 07:21:11 +02:00 |
|
Matthias
|
4ab03f7e37
|
Don't load fallback methods for autohyperopt
|
2021-08-02 21:17:56 +02:00 |
|
Matthias
|
e70a742005
|
Reorder space methods in hyperopt
|
2021-08-02 21:12:10 +02:00 |
|
Matthias
|
adb33e763b
|
Merge pull request #5350 from freqtrade/environment_vars
Add environment variable support
|
2021-08-02 20:48:23 +02:00 |
|
Matthias
|
c981641441
|
Don't fail if strategy doesn't contain sell signal
|
2021-08-02 20:30:46 +02:00 |
|