Add stoplossvalue interface

This commit is contained in:
Matthias
2020-12-09 07:45:41 +01:00
parent b9f3410d8b
commit 768a24c375
2 changed files with 23 additions and 0 deletions

View File

@@ -8,6 +8,11 @@ If you're just getting started, please be familiar with the methods described in
!!! Note
All callback methods described below should only be implemented in a strategy if they are actually used.
## Custom stoploss logic
// TODO: Complete this section
## Custom order timeout rules
Simple, timebased order-timeouts can be configured either via strategy or in the configuration in the `unfilledtimeout` section.