Commit Graph

19 Commits

Author SHA1 Message Date
afaca655cb Add the ability to query the trades table for all trades that took place on a given date 2024-01-24 06:31:05 -08:00
6ee0894e1c Add logic for inserting and updating trade records 2024-01-22 08:32:14 -08:00
43b95d7aa9 Add create statement for trades table 2024-01-22 05:44:58 -08:00
0c0f83d301 Add start and end dates to query a range of backtest results 2024-01-19 07:27:45 -08:00
31f42da174 Add the ability to query backtest results from database 2024-01-18 07:57:44 -08:00
705b2f4de3 Removing double quote usage 2024-01-10 05:15:30 -08:00
dd771a07c1 Add logic for inserting data into the backtest results table and example usage 2024-01-09 11:39:40 -08:00
4228d95711 Add SQL statement for creating backtest results table 2024-01-08 11:11:05 -08:00
e04f3b3ed0 Add economic news event insertion logic 2023-10-25 05:24:31 -07:00
f94df3ab25 Economic news table creation statement 2023-10-24 06:21:30 -07:00
1b853f34cf Add logic for retrieving options chain data 2023-10-23 12:23:31 -07:00
c94d03fc17 Add Options table 2023-10-10 14:11:49 -07:00
9d8ebebd93 Remove unused import 2023-10-02 13:14:13 -07:00
30b6d276fd Add various Python-generated directories to .gitignore 2023-10-02 13:11:56 -07:00
b08fc6d9a4 Additional data insertion examples 2023-10-02 13:07:32 -07:00
58a882ffbc Correct typo in __init__.py 2023-10-02 09:18:33 -07:00
962d49d714 Add ability to insert OHLC data 2023-09-28 14:23:40 -07:00
36a592c628 Add the ability to query OHLC data 2023-09-28 09:32:35 -07:00
867891dbe3 Initial module setup 2023-09-28 09:30:33 -07:00