moshferatu
  • Joined on 2023-09-01
moshferatu pushed to main at moshferatu/database 2024-01-24 16:32:50 +00:00
80c192bfd9 Add stored procedure for calculating the profit for a given date according to backtests as compared to live trades
moshferatu pushed to main at moshferatu/database 2024-01-24 16:12:42 +00:00
fd6fe9ef94 Change name of trades table query method to just trades()
moshferatu pushed to main at moshferatu/database 2024-01-24 14:31:09 +00:00
afaca655cb Add the ability to query the trades table for all trades that took place on a given date
moshferatu pushed to main at moshferatu/ninjatrader 2024-01-23 20:02:21 +00:00
27a94141a2 Remove the need for enabling tick replay on the data series in order for the indicator to work
moshferatu pushed to main at moshferatu/database 2024-01-22 16:32:20 +00:00
6ee0894e1c Add logic for inserting and updating trade records
moshferatu pushed to main at moshferatu/database 2024-01-22 13:45:03 +00:00
43b95d7aa9 Add create statement for trades table
moshferatu pushed to main at moshferatu/backtest-automation 2024-01-21 13:56:10 +00:00
1402ab88cc Verify whether the backtest result data frame contains data before attempting to drop the cumulative profit column
moshferatu pushed to main at moshferatu/docker-compose 2024-01-20 13:58:24 +00:00
cd76eaa8d2 Update backtest automation compose file with missing environment variables
moshferatu pushed to main at moshferatu/docker-compose 2024-01-20 01:56:39 +00:00
a1aeb214f7 Add mount point for documents folder for syncing NinjaTrader settings
moshferatu pushed to main at moshferatu/options-automation 2024-01-19 21:19:18 +00:00
32744f80cc Determine entry times by comparing recent backtests
moshferatu pushed to main at moshferatu/discord 2024-01-19 18:44:10 +00:00
7ad11d977e Complete send message example
moshferatu pushed to main at moshferatu/docker-compose 2024-01-19 18:23:50 +00:00
db93610276 Add backtest automation Docker compose file
moshferatu pushed to main at moshferatu/backtest-automation 2024-01-19 16:43:51 +00:00
ad5bbc3c10 Update Dockerfile to run backtest scheduler in container
moshferatu pushed to main at moshferatu/discord 2024-01-19 16:01:01 +00:00
aee26f79c3 Add python-dotenv dependency
moshferatu pushed to main at moshferatu/options-backtesting 2024-01-19 15:57:42 +00:00
e4bb364e11 Add TODO for sanitizing the start and end dates
moshferatu pushed to main at moshferatu/backtest-automation 2024-01-19 15:40:40 +00:00
9a498f04a0 Use named keyword argument for clarity
moshferatu pushed to main at moshferatu/database 2024-01-19 15:27:51 +00:00
0c0f83d301 Add start and end dates to query a range of backtest results
moshferatu pushed to main at moshferatu/backtest-automation 2024-01-18 18:59:10 +00:00
7b80f5e138 Send a Discord message when backtest automation fails
moshferatu pushed to main at moshferatu/discord 2024-01-18 18:56:51 +00:00
bb6a5ce70d Add the ability to send a message to a specific user
moshferatu pushed to main at moshferatu/discord 2024-01-18 18:34:45 +00:00
31624e30a8 Create local module for handling Discord messaging