Commit Graph

46 Commits

Author SHA1 Message Date
6464ad876a Add example signal output to strategies module documentation 2025-01-10 08:48:46 -08:00
c1e5ce1695 Update docstring in TPS strategy 2025-01-10 08:42:53 -08:00
c777259d71 Utilize RSI and SMA indicators provided by indicators module in TPS strategy 2025-01-10 08:42:25 -08:00
a879c0cf3e Add test for TPS strategy 2025-01-10 08:42:05 -08:00
be4f58371d Update docstring for 2-Period RSI strategy 2025-01-10 08:39:47 -08:00
7f21388095 Utilize RSI and SMA indicators provided by indicators module in 2-Period RSI strategy 2025-01-10 08:38:27 -08:00
c7e434778f Refactor Cumulative RSI strategy to utilize RSI and SMA calculations from indicators module 2025-01-08 11:05:39 -08:00
e25e53eb70 Add test for Cumulative RSI strategy 2025-01-08 11:04:43 -08:00
944f3d3c1a Expose ConnorsRSI strategy to clients of strategies module 2025-01-08 10:51:30 -08:00
ff3992ba13 Add test for ConnorsRSI strategy 2025-01-08 10:51:14 -08:00
9aebe2f135 Initial commit of ConnorsRSI strategy 2025-01-08 10:50:43 -08:00
02bb7a4d67 Add .vscode/ directory to strategies module .gitignore 2025-01-08 10:45:36 -08:00
d70a3ebbd6 Add usage example to strategies module documentation 2025-01-07 12:08:00 -08:00
4dd366ee16 Add test for 2-Period RSI strategy 2025-01-07 12:01:19 -08:00
20cfafda96 Add mention of Swing Trading Dashboard to strategies module documentation 2025-01-07 11:59:17 -08:00
1d2e75b7fe Add test for Triple RSI Drop strategy 2025-01-07 11:22:56 -08:00
547d9ce2a9 Expose Triple RSI Drop strategy to clients of strategies module 2025-01-07 11:22:40 -08:00
47abf99dfd Initial commit of Triple RSI Drop strategy 2025-01-07 11:22:16 -08:00
21cacfaf0c Import where() directly instead of importing the entire numpy package in RSI 25 / 75 strategy 2025-01-07 09:29:20 -08:00
c24554a725 Trivial separation of PyPI and local imports in 5-Period RSI strategy 2025-01-07 09:28:28 -08:00
cc823e44ed Import numpy's where() method directly instead of importing the entire numpy module 2025-01-07 09:27:39 -08:00
bb726df31a Replace build/ with dist/ in .gitignore for strategies module 2025-01-07 09:06:15 -08:00
c8d415480c Add dependency on twine to pyproject.toml for strategies package 2025-01-07 09:03:16 -08:00
c37b9b8b69 Add test for 5-Period RSI strategy 2025-01-06 10:47:55 -08:00
5e5cbdfbd9 Expose 5-Period RSI strategy to clients of strategies module 2025-01-06 10:47:30 -08:00
723317403d Add 5-Period RSI strategy implementation 2025-01-06 10:47:13 -08:00
0a5c058fe0 Expose Engulfing strategy to clients of strategies module 2024-12-19 13:35:44 -08:00
48716dc812 Add test for Engulfing strategy 2024-12-19 13:35:28 -08:00
8a89fa621b Initial commit of Engulfing swing trading strategy 2024-12-19 13:35:14 -08:00
e22e5128a7 Add dependencies to strategies module documentation 2024-12-11 08:43:45 -08:00
76a50afb1d Add description to strategies module documentation 2024-12-11 08:40:38 -08:00
ba2365fb26 Remove setup.py from strategies module as pyproject.toml has taken its place 2024-12-11 08:38:42 -08:00
36f65feeec Remove requirements.txt from strategies module 2024-12-11 08:38:12 -08:00
946c834bdd Initial commit of pyproject.toml for strategies module 2024-12-11 08:37:22 -08:00
d99c2467a1 Add virtual environment and build directories to .gitignore 2024-12-11 08:36:24 -08:00
f2a816e33b Add local workspace setup instructions to strategies module documentation 2024-12-10 19:21:00 -08:00
11e4817f33 Add test for R3 strategy 2024-12-09 08:19:07 -08:00
e6b7cbab41 Expose R3 strategy to clients 2024-12-09 08:18:53 -08:00
e49f430394 Initial commit of R3 strategy 2024-12-09 08:18:32 -08:00
218bb347aa Initial commit of RSI 25 / 75 strategy 2024-12-07 01:54:59 -08:00
e4e8fd29cc Trivial formatting changes to RSI PowerZones strategy 2024-12-06 11:48:06 -08:00
b0e84f186f Initial commit of strategies taken from swing trading dashboard 2024-11-27 12:36:01 -08:00
8ec1b6649a Initial commit of setup.py for Strategies module 2024-11-27 12:34:59 -08:00
f12dc2c3ed Initial commit of Strategies module requirements.txt 2024-11-27 12:34:29 -08:00
6adbca6f1a Initial commit of .gitignore for Strategies module 2024-11-27 12:34:01 -08:00
88acfd066b Initial commit of Strategies module README 2024-11-27 12:31:49 -08:00