System Overview (Updated)
The system consists of the tools and rules used to govern trading, providing a framework for specific trading strategies. The primary element of the system is the Model.
A Model is a self-contained trading system combining internal logic with external Research, Entry, Unwinding, Checklist, and Filtering strategies. Each Model has its own trading funds and time frame, and can be considered an independent account to some extent. A given Model may represent a logical market view or strategy, but the goal of the system is to create the most profitable combination of Models, regardless of their logic or internal components. Models have a set of common functions and components, including:
Position Table: Table containing all current positions and related information
Orders: Table containing all current orders
Signal Table: Table containing active signals and related information
Research Strategies: List of currently available Research strategies
Entry Strategies: List of entry strategies, primarily used for position sizing
Unwinding Strategies: List of Unwinding strategies
Checklist: List of rules governing trades
Filters: List of filter mechanisms used to block or modify trades
The system runs multiple models, both through back testing and live trading, to determine the success as measured by the profit factor. Multiple models are then combined to achieve the desired mix of risk and return (much more research to be done in this area).
_________________
For those of you running systems, my Model is equivalent to a large TS Strategy, capable of buying, selling short, covering and closing positions based on a number of conditions. The Research Strategies are similar the the simple entry/exit TS strategies.
Again it will be some work to fit all this within TS while maintaining a coherent design.
Enjoy,
Chabah