moshferatu
  • Joined on 2023-09-01
moshferatu pushed to main at moshferatu/indicators 2024-12-03 16:44:19 +00:00
46c99e21f3 Expose RSI indicator to clients of indicators module
moshferatu pushed to main at moshferatu/indicators 2024-12-03 16:43:46 +00:00
23c96cdc9a Initial commit of RSI indicator
moshferatu pushed to main at moshferatu/indicators 2024-12-03 16:42:49 +00:00
ddab52ca4f Add note regarding test dependency on OHLC module
moshferatu pushed to main at moshferatu/indicators 2024-12-03 16:40:58 +00:00
ba92fa58c5 Add description to indicators module README
moshferatu pushed to main at moshferatu/indicators 2024-12-03 16:37:10 +00:00
b0968c90f7 Add dependencies to indicators module README
moshferatu pushed to main at moshferatu/indicators 2024-12-03 16:25:21 +00:00
fd82afd613 Add numpy and pandas dependencies to indicators module setup.py
moshferatu pushed to main at moshferatu/indicators 2024-12-03 06:37:04 +00:00
ba92af5c53 Add setup.py for indicators module
moshferatu pushed to main at moshferatu/indicators 2024-12-01 16:12:00 +00:00
dcc5d8b18c Add requirements.txt for indicators module
moshferatu pushed to main at moshferatu/indicators 2024-12-01 02:05:00 +00:00
4087193aee Initial commit of indicators module
moshferatu pushed to main at moshferatu/indicators 2024-11-29 17:40:42 +00:00
5054f9c66f Add .gitignore for indicators module
moshferatu created repository moshferatu/backtesting 2024-11-28 14:46:39 +00:00
moshferatu pushed to main at moshferatu/swing-trading-dashboard 2024-11-27 20:43:58 +00:00
cc223be00b Trivial change to swing trading dashboard README
moshferatu pushed to main at moshferatu/swing-trading-dashboard 2024-11-27 20:43:27 +00:00
0856d9a2cb Add Strategies dependency to swing trading dashboard README
moshferatu pushed to main at moshferatu/swing-trading-dashboard 2024-11-27 20:42:22 +00:00
fd190c36bc Removing strategy logic from swing trading dashboard
moshferatu pushed to main at moshferatu/swing-trading-dashboard 2024-11-27 20:41:25 +00:00
cb95eb5bc6 Update swing trading dashboard to support newly imported strategies
moshferatu pushed to main at moshferatu/swing-trading-dashboard 2024-11-27 20:40:58 +00:00
b9c35d3310 Add script for calculating strategy signals based on imported strategies from Strategies module
moshferatu pushed to main at moshferatu/strategies 2024-11-27 20:36:06 +00:00
b0e84f186f Initial commit of strategies taken from swing trading dashboard
moshferatu pushed to main at moshferatu/strategies 2024-11-27 20:35:03 +00:00
8ec1b6649a Initial commit of setup.py for Strategies module
moshferatu pushed to main at moshferatu/strategies 2024-11-27 20:34:33 +00:00
f12dc2c3ed Initial commit of Strategies module requirements.txt
moshferatu pushed to main at moshferatu/strategies 2024-11-27 20:34:04 +00:00
6adbca6f1a Initial commit of .gitignore for Strategies module