Crossover1d
Ancestors
systematica.api.base.BaseSignalabc.ABC
Static methods
run
| Name | Type | Default | Description |
|---|---|---|---|
model_output | tp.Array | -- | The model output containing the crossover values. |
long_entries | float | -- | The threshold for long entry signals. |
long_exits | float | -- | The threshold for long exit signals. |
short_entries | float | -- | The threshold for short entry signals. |
short_exits | float | -- | The threshold for short exit signals. |
| Type | Description |
|---|---|
Signals | The generated trading signals based on the 1d crossover strategy. |
Crossover
Ancestors
systematica.api.base.BaseSignalabc.ABC
Static methods
run
| Name | Type | Default | Description |
|---|---|---|---|
model_output | tp.Array | -- | The model output containing the crossover values. |
long_entries | float | -- | The threshold for long entry signals. |
long_exits | float | -- | The threshold for long exit signals. |
short_entries | float | -- | The threshold for short entry signals. |
short_exits | float | -- | The threshold for short exit signals. |
| Type | Description |
|---|---|
Signals | The generated trading signals based on the 2d crossover strategy. |

