moshferatu
  • Joined on 2023-09-01
moshferatu pushed to main at moshferatu/options-automation 2024-02-25 13:45:56 +00:00
4c167a6d81 Add class for representing the information necessary to identify an iron condor trade in the trades table
moshferatu pushed to main at moshferatu/gpt-tokenizer 2024-02-24 15:34:31 +00:00
0d79fa2009 Add initial implementation of tokenizer which merges tokens according to the byte pair encoding algorithm
moshferatu pushed to main at moshferatu/gpt-tokenizer 2024-02-24 15:34:02 +00:00
29c234efa8 Add example text to tokenize
moshferatu created branch main in moshferatu/gpt-tokenizer 2024-02-24 14:55:04 +00:00
moshferatu pushed to main at moshferatu/gpt-tokenizer 2024-02-24 14:55:04 +00:00
faca122a7a Add .gitignore
moshferatu created repository moshferatu/gpt-tokenizer 2024-02-24 14:21:50 +00:00
moshferatu pushed to main at moshferatu/options-automation 2024-02-24 13:38:49 +00:00
013b6c6e8a Trivial formatting changes
moshferatu pushed to main at moshferatu/options-automation 2024-02-24 13:14:36 +00:00
03ef60b303 Rename slippage calculation method
61811a97a9 Add script for computing the average slippage incurred for a given trading day
Compare 2 commits »
moshferatu pushed to main at moshferatu/database 2024-02-23 14:06:47 +00:00
e057e9f31e Always set the trade record date to midnight when querying table
moshferatu pushed to main at moshferatu/database 2024-02-23 13:50:21 +00:00
b322d22782 Add the ability to retrieve a single trade record from the table
moshferatu pushed to main at moshferatu/options-automation 2024-02-22 21:15:20 +00:00
73d3a6145a Ensure that all options in the chain are returned in the string representation
moshferatu pushed to main at moshferatu/options-automation 2024-02-22 20:37:02 +00:00
815fdfd043 Remove limit price logging as limit orders are not currently being used
moshferatu pushed to main at moshferatu/options-automation 2024-02-22 20:27:40 +00:00
4c0c72446a Remove excessive tick-by-tick logging
moshferatu pushed to main at moshferatu/options-automation 2024-02-22 20:24:03 +00:00
2a79d0aec2 Utilize the new trades table utility to insert records upon iron condor trade entry
moshferatu pushed to main at moshferatu/options-automation 2024-02-22 20:23:30 +00:00
c1dfb8f432 Add utility for interacting with the trades table
moshferatu pushed to main at moshferatu/ibkr 2024-02-22 19:34:10 +00:00
a10783c737 Add the list of option legs to the order
moshferatu pushed to main at moshferatu/database 2024-02-22 19:32:35 +00:00
ed720bc23c Add helper utilities for inserting spread data into the trades table
moshferatu pushed to main at moshferatu/options-automation 2024-02-21 21:02:41 +00:00
ffc281fcc2 Round exit slippage calculation as well
moshferatu pushed to main at moshferatu/comfy-ui-workflows 2024-02-21 20:34:15 +00:00
2b930d2011 Add SDXL Lightning workflow
moshferatu pushed to main at moshferatu/options-automation 2024-02-21 16:51:16 +00:00
b26c4068ac Fix broken entry slippage calculation