Commit Graph

14 Commits

Author SHA1 Message Date
c56e7bf0bf Prevent backtests over periods where the market closes early 2024-01-31 13:46:50 -08:00
f0f6e02a12 Remove unnecessary code 2024-01-30 12:37:22 -08:00
98ce824d19 Remove unnecessary depenency on plotly as plotting logic was moved to another module 2024-01-30 11:19:28 -08:00
ab3f28e1e4 Remove plotting logic and instead depend on local plotting module 2024-01-30 11:17:46 -08:00
f223238bd5 Resolve issue where backtest results were incorrect when stopping out and perform backtests in parallel using multiprocessing 2024-01-30 08:49:18 -08:00
f940607dee Expose available entry times to clients 2024-01-30 08:42:03 -08:00
e4bb364e11 Add TODO for sanitizing the start and end dates 2024-01-19 07:57:39 -08:00
02763460cf Refactor strategy creation to enable clients to more easily perform backtests 2024-01-17 11:37:37 -08:00
93930bfea8 Add spread information to backtest result data frame 2024-01-16 06:32:27 -08:00
1b475175c0 Update backtest result data frame to conform to table schema 2024-01-15 11:32:00 -08:00
936b32f35f Local Python module setup and configuration 2024-01-10 05:18:42 -08:00
ff897199fc Add requirements.txt 2024-01-10 05:13:41 -08:00
94d05f060f Add script for backtesting iron condors based on entry time and target delta or credit 2023-12-28 07:48:14 -08:00
f72a8270bd Add .gitignore 2023-12-28 07:44:05 -08:00