Skip to content

Commit

Permalink
Add module docstring for buy_and_hold.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCheng9 committed Aug 6, 2024
1 parent a853344 commit d5f9f41
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
Implements the Buy and Hold strategy, which generates a buy signal on the first
day and holds the position indefinitely. This is a simple strategy that serves
as a benchmark to compare other trading strategies against.
"""

from typing import Any

import polars as pl
Expand Down

0 comments on commit d5f9f41

Please sign in to comment.