Commit Graph

261 Commits

Author SHA1 Message Date
d05aebd90e Add 10-Day Low Bot taken from chapter 2 of Short Term Trading Strategies That Work 2024-08-29 12:30:37 -07:00
ce888a1b54 Add documentation and backtest results for 10-Day Low Bot 2024-08-29 12:18:54 -07:00
a497d0dfc5 Add documentation for the ATR Regime indicator 2024-08-29 08:29:08 -07:00
524ea0b41c Move ATR Regime indicator into a separate directory 2024-08-29 08:10:52 -07:00
50d25851bc Add new DaysToLoad property to ATR Regime indicator so that more data can be loaded during backtesting 2024-08-29 08:09:46 -07:00
38e2134a18 Trivial wording change in ConnorsRSI indicator documentation 2024-08-29 05:30:24 -07:00
9aa4c1f8ce Mention the ConnorsRSI strategy in the ConnorsRSI indicator documentation 2024-08-29 05:27:39 -07:00
7935b53bd3 Document the ConnorsRSI indicator parameters 2024-08-29 05:13:55 -07:00
37a3a28923 Add documentation for ConnorsRSI indicator 2024-08-29 04:33:43 -07:00
ca318a29a6 Add ConnorsRSI strategy parameter documentation 2024-08-28 12:28:06 -07:00
f25f905e6a Update ConnorsRSI strategy rules to mention default indicator parameters 2024-08-28 12:22:18 -07:00
605186b051 Add parameters to ConnorsRSI strategy 2024-08-28 12:21:08 -07:00
e88805509a Add description to ConnorsRSI strategy 2024-08-28 12:15:45 -07:00
cc8930db67 Add additional documentation for the ConnorsRSI strategy 2024-08-28 12:02:47 -07:00
bd9e465dfe Add QQQ backtest results for ConnorsRSI strategy 2024-08-28 11:44:50 -07:00
63424c8c9c Add parameters to ConnorsRSI documentation 2024-08-28 09:19:23 -07:00
eed66dfdba Initial commit of README for ConnorsRSI indicator 2024-08-28 09:09:41 -07:00
dbf84e9925 Move ConnorsRSI indicator into a separate directory 2024-08-28 09:07:27 -07:00
34e71aa33d Add SPY backtest results for ConnorsRSI bot 2024-08-27 12:47:23 -07:00
8d4a805b6e Add ConnorsRSI Bot 2024-08-27 12:43:08 -07:00
2219562372 Add instructions for creating and using a RAM drive with NinjaTrader in order to increase performance 2024-08-23 12:37:00 -07:00
fcb7b6bdc8 Add weekly backtest results to monthly momentum bot out of curiosity 2024-08-21 13:54:39 -07:00
716dfa95cc Add QQQ backtest results for the Monthly Momentum Bot 2024-08-20 06:19:20 -07:00
f6177f314e Add Monthly Momentum Bot backtest results for SPY 2024-08-20 06:16:28 -07:00
de03f812c6 Initial commit of Monthly Momentum Bot README 2024-08-20 06:13:17 -07:00
075b5906e3 Move Monthly Momentum Bot into a separate directory 2024-08-20 06:06:58 -07:00
8445774d7c Initial commit of Monthly Momentum Bot 2024-08-20 06:06:20 -07:00
8c6f91379c Mention that 100 days of tick data should be enough per 3 month contract 2024-08-19 05:38:37 -07:00
05569d7a5b Rename NinjaTrader launcher directory 2024-08-18 06:00:25 -07:00
8b4191141a Update README regarding Sierra Chart service packages 2024-08-17 08:24:01 -07:00
8328384d7e Prevent tick data conversion from executing when convert_tick_data is imported from another script 2024-08-17 08:12:50 -07:00
bfb5fb0fd4 Rename tick data conversion utility directory 2024-08-17 08:10:20 -07:00
93d0d2f100 Re-word script output in README 2024-08-17 08:08:46 -07:00
57f4a6de9b Add section on motivation to README 2024-08-17 08:07:19 -07:00
ffaac2e1fa Update README 2024-08-17 07:55:10 -07:00
39038938c2 Add instructions for importing tick data into NinjaTrader 2024-08-17 06:04:59 -07:00
98268bc98c Update README 2024-08-16 13:45:18 -07:00
71ec380156 Add clarification around the price output by the tick data conversion script 2024-08-16 13:41:09 -07:00
2189441ac4 Update README to include instructions on converting the exported tick data to the format expected by NT 2024-08-16 13:38:27 -07:00
f48a066eca Add script for converting SC tick data to the expected NT format 2024-08-16 13:32:26 -07:00
5993f83cbb Update instructions in README 2024-08-16 13:27:42 -07:00
4575ef951c Update README 2024-08-16 13:24:22 -07:00
65736615f3 Fix typo in README 2024-08-16 11:08:37 -07:00
a3ba4d71a6 Add intial instructions for exporting tick data from Sierra Chart to later be imported into NinjaTrader 2024-08-16 11:07:17 -07:00
56adfefb13 Add upper and lower levels to Connors RSI indicator 2024-08-15 20:28:39 -07:00
1db485c4d7 Add a description to the ATR Regime indicator 2024-08-14 06:33:00 -07:00
d54d1d0290 Utilize new percent rank indicator rather than performing the calculation manually 2024-08-14 06:31:29 -07:00
cacad5470f Remove percent rank series as it conflicts with new percent rank indicator 2024-08-14 06:28:37 -07:00
05e5621b98 Remove redundant check for whether there are enough bars on the chart 2024-08-14 05:43:58 -07:00
964108ed29 Use correct indicator name in group name property 2024-08-14 05:41:14 -07:00