moshferatu
  • Joined on 2023-09-01
moshferatu pushed to main at moshferatu/options-backtesting 2024-03-04 19:05:54 +00:00
16db358eaf Trivial indentation fix
moshferatu pushed to main at moshferatu/docker-compose 2024-03-04 12:36:55 +00:00
b7fcc9b302 Add SABnzbd to separate network in order to prevent conflicts with WSL host
moshferatu pushed to main at moshferatu/ibkr 2024-03-03 13:47:33 +00:00
6a7dbe4aae Remove commented out limit order logic while trades are still being placed using market orders
moshferatu pushed to main at moshferatu/options-automation 2024-03-03 13:42:38 +00:00
0bebd31c26 Replace trade filter condition with an assertion
moshferatu pushed to main at moshferatu/options-automation 2024-03-03 13:35:47 +00:00
8a0355cc98 Replace condition to check for successful connection to IBKR with assertion
moshferatu pushed to main at moshferatu/database 2024-03-02 15:15:16 +00:00
46f53ff9af Check for None values when creating spreads to be stored in the trades table in order to prevent the exclusion of values of 0 which evaluate to False in Python
moshferatu pushed to main at moshferatu/tradestation 2024-03-02 14:08:59 +00:00
acfacca562 Prevent exceptions raised while streaming options chain data from being hidden from the client
moshferatu pushed to main at moshferatu/tradestation 2024-03-01 22:12:39 +00:00
e0f214ec31 Assign a more appropriate default value for the option strike
moshferatu pushed to main at moshferatu/comfy-ui-workflows 2024-03-01 19:29:34 +00:00
abfd907c73 Add Playground v2.5 workflow
moshferatu pushed to main at moshferatu/options-automation 2024-02-29 13:46:03 +00:00
84df97d96b Extract spread monitoring logic into its own file
moshferatu pushed to main at moshferatu/options-automation 2024-02-28 19:20:15 +00:00
d7bce267ca Rename method to monitor option spreads
moshferatu pushed to main at moshferatu/options-automation 2024-02-28 19:19:16 +00:00
2ca34e4004 Consolidate inputs required to monitor the spread into an option order
moshferatu pushed to main at moshferatu/ibkr 2024-02-28 19:13:48 +00:00
bd2d13e444 Expose OptionOrder class to clients
moshferatu pushed to main at moshferatu/options-automation 2024-02-28 18:34:51 +00:00
a9023f8594 Consolidate the inputs required when updating the trades table into an options order
moshferatu pushed to main at moshferatu/options-automation 2024-02-28 13:43:25 +00:00
19987f1114 Add the differences between the backtest and trade spread opening prices to the report
moshferatu pushed to main at moshferatu/options-automation 2024-02-28 13:00:53 +00:00
57b446924e Update slippage analysis with exit slippage if any trades were stopped out on the specified date
moshferatu pushed to main at moshferatu/options-automation 2024-02-27 22:43:18 +00:00
da58e44dda 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
moshferatu pushed to main at moshferatu/options-automation 2024-02-27 18:52:10 +00:00
d868192002 Update trades table upon stopping out of a spread so that it includes the closing price and slippage incurred on exit
moshferatu pushed to main at moshferatu/options-automation 2024-02-27 13:55:34 +00:00
b6c0738e00 Add stop multiple to iron condor trade
moshferatu pushed to main at moshferatu/options-automation 2024-02-26 16:14:21 +00:00
5d75d0d635 Remove time zone information from entry time in order to facilitate database lookups where the timestamp is stored without this information