ninjatrader/indicators
2024-08-14 05:41:14 -07:00
..
ADR.cs
ATRRegime.cs Use correct indicator name in group name property 2024-08-14 05:41:14 -07:00
ATRTrailingStop.cs Remove bar and outline coloring from ATR Trailing Stop indicator 2024-07-26 14:57:06 -07:00
CandleColor.cs
ChandelierExit.cs Initial commit of Chandelier Exit indicator 2024-07-19 13:17:13 -07:00
ChartLabel.cs
ConnorsRSI.cs Utilize rate of change and percent rank indicators rather than performing calculations manually 2024-08-14 05:37:56 -07:00
DailyCOL.cs
DailyLevels.cs
DC.cs
EfficiencyRatio.cs Add Kaufman Efficiency Ratio indicator 2024-07-30 20:40:16 -07:00
FairValueGap.cs
HighsAndLows.cs
HullMovingAverage.cs
IndexTopN.cs
InternalBarStrength.cs Add Internal Bar Strength (IBS) indicator 2024-06-22 18:00:37 -07:00
KeltChannel.cs An alternative Keltner Channel indicator to the one provided by NinjaTrader, utilizing ATR multiples 2024-06-12 05:23:12 -07:00
KnowSureThing.cs Remove unused imports and unnecessary comments from Know Sure Thing indicator 2024-07-22 06:11:55 -07:00
LinearRegression.cs
LVN.cs
MACDHistogram.cs
MarketDepth.cs
MovingAverage.cs Calculate moving average on price change rather than on bar close 2024-06-07 06:11:26 -07:00
MovingAverageTrend.cs
NasdaqCumulativeNewHighsNewLows.cs Add Nasdaq cumulative 52 week new highs new lows indicator 2024-07-05 07:52:31 -07:00
News.cs Remove NinjaScriptProperty attributes from properties as they shouldn't be necessary when utilizing the indicator constructor 2024-07-04 19:41:25 -07:00
NYSECumulativeNewHighsNewLows.cs Initial commit of NYSE Cumulative New Highs New Lows market breadth indicator 2024-07-04 06:36:29 -07:00
OpeningRange.cs Removing all properties besides the opening range period and type from the indicator constructor 2024-07-11 12:06:42 -07:00
OpeningRangeCustom.cs
OrderFlowOscillator.cs
PercentB.cs
PercentRank.cs 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
PivotPoints.cs Add the ability to use closing prices when detecting pivots instead of highs / lows 2024-07-23 09:01:50 -07:00
RateOfChange.cs
RefreshRate.cs
RSIDashboard.cs
RSIDetrended.cs Initial commit of detrended RSI 2024-06-11 05:21:23 -07:00
RSIHistogram.cs Remove NinjaScriptProperty attributes in order to clean up indicator constructor 2024-07-14 07:20:45 -07:00
SilverBullet.cs
SimpleReversal.cs
SonicRDragon.cs Remove region color and opacity from indicator input parameters 2024-06-05 08:16:05 -07:00
SuperSmoother.cs
Tape.cs
ThreeCandleReversal.cs 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
TMASlope.cs
TRAdjEMA.cs Make the true range series lookback infinite in order to facilitate backtesting over larger date ranges 2024-07-28 05:17:15 -07:00
TrafficLight.cs
Trend.cs
TRIN.cs
TwoB.cs Add pivot level to 2B indicator 2024-08-09 18:25:40 -07:00
VIXRatio.cs Remove unused imports and alphabetize them 2024-07-02 08:16:41 -07:00
Volatility.cs Initial commit of Volatility indicator 2024-06-15 05:29:34 -07:00
VolatilityRegime.cs
VolumeSpikePivots.cs
VP.cs Remove NinjaScriptProperty attributes from volume profile indicator 2024-06-24 13:27:53 -07:00
VPOC.cs
VWAP.cs Reset VWAP on each session start 2024-06-27 09:21:42 -07:00