Skip to content

Commit 8c9fbfc

Browse files
authored
fixed documentation error
1 parent 93a2c51 commit 8c9fbfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docs/TRADE_FILE_EXAMPLES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ than stop loss threshold.
9191
},
9292
"stoploss": {
9393
"type": "TRAILING",
94-
"vol": "6%",
94+
"threshold": "6%",
9595
"initial_target": {
9696
"price": "0.00000650",
9797
"vol": "100%"
9898
}
9999
}
100100
}
101101
}
102-
```
102+
```

0 commit comments

Comments
 (0)