update docs (fix typos)

This commit is contained in:
Matthias
2024-03-24 11:44:55 +01:00
parent b2a6722687
commit f6a8cb4698
2 changed files with 4 additions and 4 deletions

View File

@@ -1028,7 +1028,7 @@ Defining a stoploss of 10% at 10x leverage would trigger the stoploss with a 1%
The `order_filled()` callback may be used by strategy developer to perform specific actions based on current trade state after an order is filled.
Assuming that your strategy need to store the high value of the candle at trade entry, this is possible with this callback as the following exemple show.
Assuming that your strategy need to store the high value of the candle at trade entry, this is possible with this callback as the following example show.
``` python
class AwesomeStrategy(IStrategy):