Skip to content

Commit

Permalink
Added spy... Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Kaplan committed Feb 23, 2023
1 parent 0883899 commit 38fbedf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pairs_trading_backtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1356,4 +1356,7 @@ def plot_days_open(all_transactions_df: pd.DataFrame) -> None:

plot_days_open(all_transactions_df)

spy_close_df = market_data.read_data('SPY')
spy_close_df = pd.DataFrame(spy_close_df[spy_close_df.columns[0]])

pass

0 comments on commit 38fbedf

Please sign in to comment.