add config/pivotshort_optimizer.yaml option

This commit is contained in:
c9s 2022-06-10 02:42:16 +08:00
parent 56f60bf1ab
commit 669b627521
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -28,7 +28,7 @@ matrix:
path: '/exchangeStrategies/0/pivotshort/exit/roiStopLossPercentage'
label: roiStopLossPercentage
min: 0.5%
max: 3%
max: 2%
step: 0.5%
- type: range
@ -38,4 +38,10 @@ matrix:
max: 50%
step: 5%
- type: range
path: '/exchangeStrategies/0/pivotshort/exit/roiMinTakeProfitPercentage'
label: roiMinTakeProfitPercentage
min: 3%
max: 10%
step: 1%