Add new parameter to strategy template

This commit is contained in:
Matthias
2023-09-17 19:57:13 +02:00
parent 158bf09774
commit f6fce2162c
3 changed files with 5 additions and 3 deletions

View File

@@ -512,6 +512,7 @@ Each of these methods are called right before placing an order on the exchange.
!!! Note
Using custom_entry_price, the Trade object will be available as soon as the first entry order associated with the trade is created, for the first entry, `trade` parameter value will be `None`.
### Custom order entry and exit price example
``` python