mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add a note about not being called when there's an open order.
This commit is contained in:
parent
7cd8448656
commit
7344f88ad5
|
@ -579,6 +579,7 @@ The strategy is expected to return a stake_amount if and when an additional buy
|
|||
If there is not enough funds in the wallet then nothing will happen.
|
||||
Additional orders also mean additional fees and those orders don't count towards `max_open_trades`.
|
||||
This callback is called very frequently, so you must keep your implementation as fast as possible.
|
||||
This callback is NOT called when there is an open order (either buy or sell) waiting for execution.
|
||||
|
||||
!!! Note "About stake size"
|
||||
Using fixed stake size means it will be the amount used for the first order, just like without position adjustment.
|
||||
|
|
Loading…
Reference in New Issue
Block a user