strategy/supertrend: update doc

This commit is contained in:
Andy Cheng 2022-07-06 14:27:50 +08:00
parent 1489759cf0
commit 20955ad7da
2 changed files with 6 additions and 11 deletions

View File

@ -73,8 +73,6 @@ exchangeStrategies:
stopByReversedLinGre: false stopByReversedLinGre: false
exits: exits:
# Protective stop loss # roiStopLoss is the stop loss percentage of the position ROI (currently the price change)
- protectiveStopLoss: - roiStopLoss:
activationRatio: 0.6% percentage: 5%
stopLossRatio: -2%
placeStopOrder: false

View File

@ -41,12 +41,9 @@ Supertrend strategy needs margin enabled in order to submit short orders, and yo
- TP/SL by reversed linear regression signal. - TP/SL by reversed linear regression signal.
- `exits` - `exits`
- Exit methods to TP/SL - Exit methods to TP/SL
- `protectiveStopLoss` - `roiStopLoss`
- Protective stop loss - The stop loss percentage of the position ROI (currently the price change)
- `activationRatio` - `percentage`
- Ratio to activate the order
- `stopLossRatio`
- Ratio to stop loss (or take profit)
#### Examples #### Examples