mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 21:01:14 +00:00
feat: add line annotations
This commit is contained in:
@@ -6,7 +6,7 @@ from typing_extensions import TypedDict
|
|||||||
|
|
||||||
|
|
||||||
class AnnotationType(TypedDict, total=False):
|
class AnnotationType(TypedDict, total=False):
|
||||||
type: Required[Literal["area"]]
|
type: Required[Literal["area", "line"]]
|
||||||
start: str | datetime
|
start: str | datetime
|
||||||
end: str | datetime
|
end: str | datetime
|
||||||
y_start: float
|
y_start: float
|
||||||
|
|||||||
Reference in New Issue
Block a user