Skip to content

Commit 52c73ea

Browse files
committed
docs: add missing space in docs
1 parent 02de1f0 commit 52c73ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/strategy-callbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ class AwesomeStrategy(IStrategy):
634634

635635
## Custom order price rules
636636

637-
By default, freqtrade use the orderbook to automatically set an order price([Relevant documentation](configuration.md#prices-used-for-orders)), you also have the option to create custom order prices based on your strategy.
637+
By default, freqtrade use the orderbook to automatically set an order price ([Relevant documentation](configuration.md#prices-used-for-orders)), you also have the option to create custom order prices based on your strategy.
638638

639639
You can use this feature by creating a `custom_entry_price()` function in your strategy file to customize entry prices and `custom_exit_price()` for exits.
640640

0 commit comments

Comments
 (0)