Commit Graph

428 Commits

Author SHA1 Message Date
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
6d184fed63 Trivial removal of extraneous whitespace 2024-08-14 05:40:11 -07:00
889a896556 Utilize rate of change and percent rank indicators rather than performing calculations manually 2024-08-14 05:37:56 -07:00
b0491d0f36 Add Percent Rank indicator for calculating the percent rank of the provided input series over the specified period 2024-08-13 13:51:07 -07:00
82ed1266ec Add ConnorsRSI indicator, credit to Larry Connors' Buy the Fear, Sell the Greed 2024-08-12 08:31:52 -07:00
720b9c252a Add RSI PowerZones Bot taken from chapter 2 of Buy the Fear, Sell the Greed 2024-08-11 07:43:59 -07:00
46e15015e4 Trivial change to override DispalyName in 3-Day Trade Bot 2024-08-10 05:45:34 -07:00
1401a580e8 Add pivot level to 2B indicator 2024-08-09 18:25:40 -07:00
84e719c68b Initial commit of 2B indicator 2024-08-08 13:24:06 -07:00
0909bee23c Add 1st Cross Bot, taken from chapter 24 of Kaufman Constructs Trading Systems 2024-08-07 06:01:48 -07:00
3c0661b4bb Initial commit of 3-Day Trade strategy, taken from Kaufman Constructs Trading Systems 2024-08-06 07:14:53 -07:00
b21523e6f1 Add strategy based on Williams %R 2024-08-04 07:01:14 -07:00
9cfcf66650 Add Triple Moving Average Slope Bot 2024-08-03 05:15:38 -07:00
12a3f61ea7 Add long term trend filter and opening range bias to Sonic R Bot in addition to modifying stop logic 2024-08-02 13:26:39 -07:00
77841593e5 Remove BarsRequiredToTrade from Triple Moving Average Bot 2024-07-31 14:00:20 -07:00
c1e52bced3 Add Kaufman Efficiency Ratio indicator 2024-07-30 20:40:16 -07:00
89669bd022 Make the true range series lookback infinite in order to facilitate backtesting over larger date ranges 2024-07-28 05:17:15 -07:00
f9b4da8b4a Trivial formatting changes to Cumulative RSI Bot parameters 2024-07-27 10:49:39 -07:00
c459ae01c1 Re-order Cumulative RSI Bot parameters 2024-07-27 10:48:32 -07:00
da4ac632ca Add separate property for cumulative RSI period 2024-07-27 10:46:59 -07:00
8142723b6a Add True Range Adjusted EMA (TRAdj EMA) indicator 2024-07-27 07:21:02 -07:00
c6880cbcc4 Remove bar and outline coloring from ATR Trailing Stop indicator 2024-07-26 14:57:06 -07:00
e7778324b5 Display ATR Trailing Stop indicator behind the bars on the chart 2024-07-26 14:56:44 -07:00
95a49f1d87 Add ATR period property to ATR regime indicator 2024-07-25 11:04:45 -07:00
014cb5b68f Add ATR Regime indicator 2024-07-24 12:41:35 -07:00
596045f74d Add the ability to use closing prices when detecting pivots instead of highs / lows 2024-07-23 09:01:50 -07:00
624b3eb6f4 Remove unused imports and unnecessary comments from Know Sure Thing indicator 2024-07-22 06:11:55 -07:00
94777dfdf5 Remove brush properties from Know Sure Thing constructor 2024-07-22 06:10:36 -07:00
fb5a073eac Add VIX 5% Bot, taken from Chapter 5 of Short Term Trading Strategies That Work 2024-07-21 05:53:36 -07:00
bdac441f1e Initial commit of 2 Period RSI strategy taken from Short Term Trading Strategies That Work 2024-07-20 05:39:13 -07:00
c1b76befe4 Initial commit of Chandelier Exit indicator 2024-07-19 13:17:13 -07:00
9067205156 Add Cumulative RSI Bot, credit to Larry Connors and his book Short Term Trading Strategies That Work 2024-07-18 12:18:07 -07:00
d15166af5b Hide max patterns property from indicator settings as it is only meant to be used during strategy backtesting 2024-07-17 11:10:06 -07:00
85ca05edd8 Add the ability to limit the number of pivots to process during backtesting 2024-07-17 08:19:26 -07:00