mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-20 03:11:38 +00:00
Add new parameter to strategy template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user