|
|
@ -69,6 +69,10 @@ class DataBroker(ABC): |
|
|
|
For each time and each stock give (high, low, open, close). |
|
|
|
""" |
|
|
|
|
|
|
|
@abstractmethod |
|
|
|
def __len__(self) -> int: |
|
|
|
"""Total number of values""" |
|
|
|
|
|
|
|
|
|
|
|
class Indicator(ABC): |
|
|
|
"""Somethink that give you an insight of the market.""" |
|
|
|