Use next-open returns for research eval
This commit is contained in:
@@ -7,9 +7,9 @@ across dates (positions are stateful, unlike alphas/combos), discretizing and
|
||||
repairing each day's target into a tradable integer book.
|
||||
|
||||
Return-convention note: weights here are *target allocations*. The research
|
||||
evaluation in :mod:`pipeline.portfolio.research` marks them close-to-close on the
|
||||
*next* period (no look-ahead); the execution simulator marks the actually-filled
|
||||
book at the next open. See those modules for details.
|
||||
evaluation in :mod:`pipeline.portfolio.research` marks them from next open to
|
||||
the following open (no look-ahead); the execution simulator marks the
|
||||
actually-filled book at the next open. See those modules for details.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
Reference in New Issue
Block a user