|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
c1b76befe4
|
Initial commit of Chandelier Exit indicator
|
2024-07-19 13:17:13 -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 |
|
|
acbf718aa8
|
Ignore pivot series during serialization in order to resolve issues when saving / reloading charts
|
2024-07-17 08:18:58 -07:00 |
|
|
c090342bc7
|
Remove NinjaScriptProperty attributes in order to clean up indicator constructor
|
2024-07-14 07:20:45 -07:00 |
|
|
e73d3b8205
|
Remove unused imports and unnecessary comment
|
2024-07-14 07:20:17 -07:00 |
|
|
a25747bbb3
|
Add comment explaining the usage of the max patterns property
|
2024-07-13 05:39:45 -07:00 |
|
|
ddb7d11ce5
|
Remove max patterns property from indicator configuration as it is only meant to be used in strategies
|
2024-07-13 05:36:35 -07:00 |
|
|
69453746a1
|
Add property for configuring the maximum number of patterns to process in order to support backtests spanning multiple years / decades
|
2024-07-13 05:31:45 -07:00 |
|
|
99c71f59f2
|
Update bar indices in order to support both historical and real-time processing of patterns
|
2024-07-13 05:30:55 -07:00 |
|
|
f0ab540422
|
Remove unnecessary imports and comments
|
2024-07-13 05:29:13 -07:00 |
|
|
9135112ebc
|
Removing all properties besides the opening range period and type from the indicator constructor
|
2024-07-11 12:06:42 -07:00 |
|
|
2866f956ac
|
Add ATR Trailing Stop indicator
|
2024-07-08 20:33:04 -07:00 |
|
|
f5fbda7297
|
Add Nasdaq cumulative 52 week new highs new lows indicator
|
2024-07-05 07:52:31 -07:00 |
|
|
e635c21eca
|
Remove NinjaScriptProperty attributes from properties as they shouldn't be necessary when utilizing the indicator constructor
|
2024-07-04 19:41:25 -07:00 |
|
|
c318149d5a
|
Update news event data retrieval due to Cloudflare scraping protections on Forex Factory
|
2024-07-04 19:39:32 -07:00 |
|
|
20768cebac
|
Prevent concurrent access errors when iterating over news events during rendering
|
2024-07-04 19:38:47 -07:00 |
|
|
ccb420e519
|
Initial commit of NYSE Cumulative New Highs New Lows market breadth indicator
|
2024-07-04 06:36:29 -07:00 |
|
|
5ec5b2dbda
|
Remove unused imports and alphabetize them
|
2024-07-02 08:16:41 -07:00 |
|