Commit Graph

20 Commits

Author SHA1 Message Date
c8b5110f3c Remove setup.py for indicators module 2024-12-12 00:43:35 -08:00
0519b5f3b1 Remove requirements.txt for indicators module 2024-12-12 00:43:22 -08:00
cf5ef5fbc6 Update .gitignore for indicators module to ignore virtual environment and build directories 2024-12-12 00:43:05 -08:00
54e475b852 Add pyproject.toml for indicators module 2024-12-12 00:42:40 -08:00
c01e8fb859 Add test for simple moving average indicator 2024-12-04 11:22:00 -08:00
a530fad824 Expose simple moving average indicator to clients 2024-12-04 11:21:44 -08:00
33143ac261 Initial commit of simple moving average indicator 2024-12-04 11:21:28 -08:00
d630f45471 Add example of indicator usage to indicators module README 2024-12-03 08:49:05 -08:00
14b0ccec92 Add test for RSI indicator 2024-12-03 08:44:31 -08:00
46c99e21f3 Expose RSI indicator to clients of indicators module 2024-12-03 08:44:16 -08:00
23c96cdc9a Initial commit of RSI indicator 2024-12-03 08:43:43 -08:00
ddab52ca4f Add note regarding test dependency on OHLC module 2024-12-03 08:42:45 -08:00
ba92fa58c5 Add description to indicators module README 2024-12-03 08:40:55 -08:00
b0968c90f7 Add dependencies to indicators module README 2024-12-03 08:37:07 -08:00
fd82afd613 Add numpy and pandas dependencies to indicators module setup.py 2024-12-03 08:25:17 -08:00
ba92af5c53 Add setup.py for indicators module 2024-12-02 22:37:00 -08:00
dcc5d8b18c Add requirements.txt for indicators module 2024-12-01 08:11:56 -08:00
4087193aee Initial commit of indicators module 2024-11-30 18:04:55 -08:00
5054f9c66f Add .gitignore for indicators module 2024-11-29 09:40:38 -08:00
a3e1238ddc Initial commit of Indicators module README 2024-11-27 12:30:46 -08:00