Skip to content

Commit

Permalink
Adds doc for TestResult#stops
Browse files Browse the repository at this point in the history
  • Loading branch information
edtechre committed Apr 20, 2024
1 parent 3a8a330 commit 94af0ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pybroker/strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,8 @@ class TestResult:
signals: Dictionary of :class:`pandas.DataFrame`\ s containing bar
data, indicator data, and model predictions for each symbol when
:attr:`pybroker.config.StrategyConfig.return_signals` is ``True``.
stops: :class:`pandas.DataFrame` containing stop data per-bar when
:attr:`pybroker.config.StrategyConfig.return_stops` is ``True``.
"""

start_date: datetime
Expand Down

0 comments on commit 94af0ed

Please sign in to comment.