add feature custom entry price for live

This commit is contained in:
axel
2021-07-31 00:05:45 -04:00
parent dfc17f2bd1
commit f11f5d17e9
9 changed files with 222 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ class StrategyResolver(IResolver):
("trailing_stop_positive_offset", 0.0),
("trailing_only_offset_is_reached", None),
("use_custom_stoploss", None),
("use_custom_entry_price", None),
("process_only_new_candles", None),
("order_types", None),
("order_time_in_force", None),