Go to file
2024-05-13 07:31:29 -07:00
.gitignore Add log files to .gitignore so they don't accidentally get committed 2024-02-01 05:03:23 -08:00
iron_condor_scheduler.py Utilize new VVIX regime filter when deciding whether to enter trades 2024-05-13 07:31:29 -07:00
iron_condor_tastytrade.py Rename iron condor scripts 2023-12-01 12:47:46 -08:00
iron_condor_trade.py Add stop multiple to iron condor trade 2024-02-27 05:55:29 -08:00
iron_condor.py Trivial removal of unused exception assignment 2024-04-21 07:49:12 -07:00
monitor_spread.py Extract spread monitoring logic into its own file 2024-02-29 05:45:59 -08:00
option_type.py Convert option type to a enum 2024-02-08 03:22:07 -08:00
options_chain.py Add some debug logs for tracking entry slippage based on the options chain since that data is coming from Tradestation while the order is submitted on IBKR 2024-02-27 14:43:14 -08:00
requirements.txt Update requirements 2024-01-29 08:42:12 -08:00
slippage_analysis.py Update slippage analysis with exit slippage if any trades were stopped out on the specified date 2024-02-27 19:39:37 -08:00
trade_report.py Add fees and commissions to trade report 2024-03-17 04:56:57 -07:00
trades_table.py Consolidate the inputs required when updating the trades table into an options order 2024-02-28 10:34:47 -08:00