moshferatu
  • Joined on 2023-09-01
moshferatu pushed to main at moshferatu/short-term-trading-strategies-... 2024-09-10 14:06:28 +00:00
8d471a1d88 Add link to Cumulative RSI indicator to README
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-10 14:00:55 +00:00
20ab447cac Use a better screenshot for the Cumulative RSI indicator
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-10 13:58:54 +00:00
8e5e8be6cf Add screenshot of Cumulative RSI indicator to documentation
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-10 13:55:48 +00:00
ef84416dad Add plots to Cumulative RSI indicator documentation
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-10 13:52:29 +00:00
2367a20527 Add parameters to Cumulative RSI indicator documentation
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-10 13:49:18 +00:00
ad89341931 Add description to Cumulative RSI indicator documentation
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-10 13:44:52 +00:00
fefcf81d6f Initial commit of Cumulative RSI indicator README
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-10 13:43:51 +00:00
1200cc0237 Add a parameter for controlling the RSI smoothing used in the Cumulative RSI indicator
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-10 13:40:48 +00:00
ebffda689d Trivial removal of unnecessary comment
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-10 13:39:31 +00:00
0e9da4fdae Correctly use the RSI Period parameter when initializing the RSI indicator
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-10 13:36:43 +00:00
520969d54f Initial commit of Cumulative RSI indicator
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-09 21:14:44 +00:00
d75d14782e Trivial correction of a typo in 2-Period RSI strategy documentation
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-09 15:52:57 +00:00
022f6d7796 Add QQQ backtest results for 2-Period RSI strategy
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-09 15:50:00 +00:00
bb48a099a6 Add SPY backtest results for 2-Period RSI strategy
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-09 15:46:18 +00:00
5c7ea75e71 Add parameter documentation for 2-Period RSI strategy
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-09 15:41:51 +00:00
533fd9383d Add a configuration setting to only allow long trades to 2-Period RSI strategy
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-09 15:22:46 +00:00
fce0a9dd38 Add the ability to enable / disable fixed position sizing and specify the position size to 2-Period RSI strategy
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-09 15:17:45 +00:00
94c883ecf5 Remove unnecessary entry / exit comments from 2-Period RSI strategy
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-09 15:15:21 +00: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
moshferatu pushed to main at moshferatu/ninjatrader 2024-09-09 15:14:02 +00:00
42c91e0cc9 Add long and short entry thresholds to 2-Period RSI strategy