Commit Graph

16 Commits

Author SHA1 Message Date
bb48a099a6 Add SPY backtest results for 2-Period RSI strategy 2024-09-09 08:49:54 -07:00
5c7ea75e71 Add parameter documentation for 2-Period RSI strategy 2024-09-09 08:46:13 -07:00
533fd9383d Add a configuration setting to only allow long trades to 2-Period RSI strategy 2024-09-09 08:41:45 -07:00
fce0a9dd38 Add the ability to enable / disable fixed position sizing and specify the position size to 2-Period RSI strategy 2024-09-09 08:22:40 -07:00
94c883ecf5 Remove unnecessary entry / exit comments from 2-Period RSI strategy 2024-09-09 08:17:40 -07:00
af8a4458ff Remove BarsRequiredToTrade property from 2-Period RSI strategy since the long / short term trend periods already determine when a trade can be entered 2024-09-09 08:15:15 -07:00
42c91e0cc9 Add long and short entry thresholds to 2-Period RSI strategy 2024-09-09 08:13:57 -07:00
b15fb26aa7 Add RSI configuration settings to 2-Period RSI strategy 2024-09-09 08:09:53 -07:00
ba9c84dff1 Add short term trend configuration setting to 2-Period RSI strategy 2024-09-09 08:07:37 -07:00
49a7c661b2 Add long term trend period configuration setting to 2-Period RSI strategy 2024-09-09 08:05:35 -07:00
337436e651 Add short trade rules to the 2-Period RSI strategy documentation 2024-09-09 07:54:49 -07:00
9a38394cf8 Update names of long and short term trend moving averages in 2-Period RSI strategy to make them more generic 2024-09-09 07:06:10 -07:00
05d976f017 Add rules to 2-Period RSI strategy documentation 2024-09-09 06:58:14 -07:00
60fd052e0b Add description to 2-Period RSI strategy documentation 2024-09-09 06:38:53 -07:00
e73b979161 Initial commit of 2-Period RSI strategy README 2024-09-09 06:34:33 -07:00
85b31cb6aa Move 2-Period RSI strategy into a separate directory 2024-09-09 06:30:11 -07:00