TradeScheduler
Ancestors
systematica.portfolio.schedulers.base.BaseSchedulerabc.ABC
Class variables
-
template: str: Template name. -
loader_cls: vectorbtpro.data.base.Data: Loader class. -
loader_params: Dict[str, Any]: Loader parameters. -
model_cls: Any: Model strategy. -
all_params: Dict[str, Any]: Model Parameters. -
bfc_schema_kwargs: Dict[str, Any]: Additional BFC schema parameters. -
messenger: systematica.portfolio.messengers.base.BaseMessenger: Custom messenger. Defaults to None. -
max_buffer: int: Maximum buffer in seconds. If the last data point is older than the buffer, the data is considered outdated. -
trading_url: str: Trading url. -
logger: systematica.utils.logger.Logger: Custom logger.
Instance variables
timestamp: pandas._libs.tslibs.timestamps.Timestamp: Get the next timestamp.
Methods
check_data
| Name | Type | Default | Description |
|---|---|---|---|
data | vbt.Data | -- | Data instance. |
| Type | Description |
|---|---|
data : vbt.Data | Updated data instance. |
is_updated : bool | Flag to check in line with timestamp. |

