Skip to content

Commit

Permalink
update historical stocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus committed Jul 24, 2024
1 parent 474b213 commit 3daeac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def ndx100_list():

def prepare_stocks(index: pd.DataFrame) -> pd.DataFrame:
tracker = index.copy()
stocks = get_stocks(ndx100_list())
stocks = get_stocks(get_nasdaq_symbols())

for symbol, df in stocks.items():
df["score"] = get_score(df)
Expand Down

0 comments on commit 3daeac9

Please sign in to comment.