Add a note about not being called when there's an open order.

This commit is contained in:
Reigo Reinmets 2022-01-12 09:21:52 +02:00
parent 7cd8448656
commit 7344f88ad5

View File

@ -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.