mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
feat: validate annotation-type before returning
this avoids breaking the whole chart due to annotations.
This commit is contained in:
@@ -1172,11 +1172,12 @@ class AwesomeStrategy(IStrategy):
|
||||
|
||||
```
|
||||
|
||||
Entries will be validated, and won't be passed to the UI if they don't correspond to the expected schema and will log an error if they don't.
|
||||
|
||||
!!! Warning "Many annotations"
|
||||
Using too many annotations can cause the UI to hang, especially when plotting large amounts of historic data.
|
||||
Use the annotation feature with care.
|
||||
|
||||
|
||||
### Plot annotations example
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user