Block a user
6a7dbe4aae
Remove commented out limit order logic while trades are still being placed using market orders
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
acfacca562
Prevent exceptions raised while streaming options chain data from being hidden from the client
57b446924e
Update slippage analysis with exit slippage if any trades were stopped out on the specified date
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
d868192002
Update trades table upon stopping out of a spread so that it includes the closing price and slippage incurred on exit
5d75d0d635
Remove time zone information from entry time in order to facilitate database lookups where the timestamp is stored without this information