Skip to content

Commit

Permalink
Fix small grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Mar 28, 2024
1 parent 82565a9 commit 78442e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/strategy-callbacks.md
Expand Up @@ -1027,7 +1027,7 @@ Defining a stoploss of 10% at 10x leverage would trigger the stoploss with a 1%
## Order filled Callback

The `order_filled()` callback may be used to perform specific actions based on the current trade state after an order is filled.
It will be called independently of the order type (entry, exit, stoploss or position adjustment).
It will be called independent of the order type (entry, exit, stoploss or position adjustment).

Assuming that your strategy needs to store the high value of the candle at trade entry, this is possible with this callback as the following example show.

Expand Down

0 comments on commit 78442e3

Please sign in to comment.