Update docs/strategy-advanced.md

Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
This commit is contained in:
Matthias 2020-07-04 16:41:19 +02:00 committed by GitHub
parent c4a9a79be0
commit 75318525a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ If you're just getting started, please be familiar with the methods described in
[Freqtrade basics](bot-basics.md) describes in which sequence each method described below is called, which can be helpful to understand which method to use for your custom needs. [Freqtrade basics](bot-basics.md) describes in which sequence each method described below is called, which can be helpful to understand which method to use for your custom needs.
!!! Note !!! Note
All callback methods described below should only be implemented in a strategy if they are also actively used. All callback methods described below should only be implemented in a strategy if they are actually used.
## Custom order timeout rules ## Custom order timeout rules