Skip to content

Orientation #35

@danielkrizian

Description

@danielkrizian

The requirements for the state machine project are:

  1. to be able to handle real-time and historical data events coming in up to one minute frequency. This relaxes some of the requirements and complexity compared to typical high frequency trading (HFT) systems.
  2. Vectorized version will still be available... In quantstrat you have path-dependent (i.e. event-driven) and non-path-dependent (i.e. vectorized) option, but only path-dependent one works... So even if you have a simple strategy where a vectorised version would do the trick, quantstrat still goes through the slow, main event-driven loop... Keep and enhance vectorised version in parallel with event based state machine one.

List of external orientation resources, in addition to understanding current strategery infrastructure. Suggestion is to read the list in the order as below:


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions