Add documentation for stoploss in strategy

This commit is contained in:
Matthias
2019-01-05 07:31:03 +01:00
parent cacb9ef3ad
commit f32232ba96
3 changed files with 7 additions and 6 deletions

View File

@@ -6,6 +6,9 @@ At this stage the bot contains the following stoploss support modes:
2. trailing stop loss, defined in the configuration
3. trailing stop loss, custom positive loss, defined in configuration
!!! Note
All stoploss properties can be configured in eihter Strategy or configuration. Configuration values override strategy values.
## Static Stop Loss
This is very simple, basically you define a stop loss of x in your strategy file or alternative in the configuration, which