ninjatrader/indicators
2024-02-14 08:54:24 -08:00
..
CandleColor.cs Add indicator that allows for coloring up / down candle bodies and wicks independently 2024-02-14 08:54:24 -08:00
ChartLabel.cs Add indicator for displaying a customizable label on the chart 2023-11-14 09:17:03 -08:00
DailyCOL.cs
DailyLevels.cs Resolve issue where current daily close was drawn prior to actual close, disable daily closes by default in order to make the indicator more visually appealing, and begin drawing the levels from the actual open / close times 2023-12-11 06:27:57 -08:00
DC.cs Add modified Donchian Channel indicator 2023-10-13 09:27:41 -07:00
FairValueGap.cs Add Fair Value Gap (FVG) indicator 2023-11-04 06:02:22 -07:00
HighsAndLows.cs
KnowSureThing.cs Add Know Sure Thing (KST) indicator 2023-11-05 06:40:53 -08:00
LinearRegression.cs Handle cases where the current bar's close is exactly equal to the linear regression 2024-02-07 12:08:49 -08:00
LVN.cs Fix formatting issues by converting tabs to spaces 2023-11-03 06:01:14 -07:00
MovingAverage.cs Add Moving Average indicator 2023-11-14 12:16:45 -08:00
MovingAverageTrend.cs Add indicator for coloring bars on chart according to whether price is above / below fast and slow moving averages 2024-01-07 06:05:41 -08:00
OpeningRange.cs
OrderFlowOscillator.cs Remove the need for enabling tick replay on the data series in order for the indicator to work 2024-01-23 12:02:17 -08:00
PercentB.cs Add %B indicator for measuring price in relation to the upper and lower Bollinger Bands 2023-11-01 08:46:27 -07:00
RSIDashboard.cs Re-organize configuration properties 2023-11-13 05:58:56 -08:00
RSIHistogram.cs
SilverBullet.cs Add Silver Bullet indicator 2023-11-15 11:07:43 -08:00
SuperSmoother.cs Add SuperSmoother indicator, credit to John F. Ehlers 2023-09-22 09:31:48 -07:00
Tape.cs Add indicator for displaying the tape (a.k.a. time and sales) on the chart rather than in a separate window 2023-11-06 05:51:39 -08:00
ThreeCandleReversal.cs Add WIP 3CR indicator 2023-10-18 10:27:58 -07:00
Trend.cs Add indicator for coloring bars according to trend as defined as closing above / below swing highs / lows 2023-12-27 11:11:52 -08:00
TRIN.cs Add WIP TRIN indicator 2023-10-17 10:37:46 -07:00
VIXRatio.cs Add VIX Ratio (e.g., VIX / VIX3M) indicator 2023-10-12 10:25:17 -07:00
VolumeSpikePivots.cs Add indicator for detecting pivots occurring at candles with above average volume 2024-01-06 06:26:19 -08:00
VP.cs Add Volume Profile indicator 2023-10-16 12:19:02 -07:00
VPOC.cs Don't suspend the indicator while inactive 2023-10-05 05:48:32 -07:00