SpeculatorSeth Elite Indicator Suite Detailed Documentation

Description

Settings:

  • Setting: Description

Plots:

  • Plot: Description.

CurrentBarDebugTool

Used for debugging when trying to determine which bar is breaking a chart. Error output will usually list the currentbar that the code was processing. Use the CurrentBarDebug tool to identify on a chart which bar is at issue.

Plots:

  • CurrentBar: Displays each bars current bar setting. First bar on the chart should be bar 0.

ExportLevelsBasic

Outputs prior days open, high, low, and close to a file. Intended to use with Jigsaw Daytradr's load levels feature. Add this indicator to a chart, and then load the file from jigsaw every day to have critical levels displayed in Jigsaw's alert column. Indicator could be easily modified to print additional levels.

Settings:

  • Output File: Path of file from NinjaTrader root directory.

Inverse

Displays the inverse of the data series. Put it on a FX futures chart to convert price to the spot price.

Plots:

  • Inverse: Equal to 1/close.

Label Remover

Adding an indicator puts text about the indicator at the top of your chart. Removing the label will prevent this text from appearing so your chart remains clean. Putting this indicator on a chart will remove the label from all other indicators currently on the chart.

Line At Time

Draws a vertical line on the chart at the specified time each day. Alert will sound when that time is reached. Useful to draw key session points that aren't a part of your trading hours template.

Settings:

  • StartHour: The hour of the time to draw the line.
  • StartMinute: The minute of the time to draw the line.
  • Line Width: How thick the line appears on the chart.
  • Line Style: Make the line dashed, dotted, solid, etc.
  • Time Slot Color: Color of the line.
  • Bell Location: Location from NinjaTrader root directory for a wav file to play when time is reached. Leave blank for no alert.

PriorDayVPLevels

Displays the prior days Point of Control, Value Area High, and Value Area Low from a volume profile chart. Values are cached to a file so that you can run historical backtests quickly and without tick replay. Value Area is calculated by starting with the Point of Control, and adding levels above and below until 70% of the day's volume is within the Value Area. Cached data is available on the download page here.

Settings:

  • CachePath: Location of file to output starting from NinjaTrader cache folder.
  • Percent: Percent of the profile to use for Value Area High/Low levels as a decimal. Default is .7.

Plots:

  • POC: Point of Control. Price on the volume profile with the most volume.
  • VAH: Value Area High High end of 70% of the day's volume.
  • VAL: Value Area Low. Lower end of 70% of day's volume.

PercentChangeChart

Draws a subchart with the y-axis in terms of percent instead of prices. The zero line is centered at the first visible bar. Useful for comparing the performance of two assets.

Settings:

  • Bar Plot Width: Changes width of bars to match main chart.
  • Up Color: Color of the body of up bars.
  • Up Color Outline: Color of the outline and wicks of up bars.
  • Down Color: Color of the body of down bars.
  • Down Color Outline: Color of the outline and wicks of down bars.

Plots:

  • Change: The change from bar open to close in terms of percent.

RangeHistogramFree

Displays a subplot with a histogram of the range of all bars on the chart. Y-Axis is the range of a bar in ticks. The X-Axis is how many bars match that range. Histogram also shows value area which contains 70% of all samples. Can help determine appropriate stops and targets based on historical stats. Programmers can also inherit from this indicator to plot a histogram of anything they want. An enhanced version of this indicator is included in the Elite Indicator Suite.

Settings:

  • Value Area Percent: Percent to use for value area as a decimal.
  • Text Size: Size of text labels on histogram.
  • Text Color: Color of text labels on histogram.
  • Value Area Color: Color of histogram for 70% of samples.
  • Normal Values Color: Color of histogram for values outside of value area.

Plots:

  • Plot: Description.

Spread Free

Charts a spread between two or more instruments. Common Spreads can be found on the CME Website. An enhanced version of this indicator is included in the paid Elite Indicator Suite.

Settings:

  • FrontLeg: Contract used for the front leg of the spread. This must include the contract month. For instance the NOB spread is the 10 year note vs 30 year bond. The front leg of the NOB spread is "ZN 06-24".
  • Front Ratio: Ratios are used to account for the ticksize difference between two contracts. The spread ratio for the NOB spread is "5:2", and therefore the front ratio is "5".
  • BackLeg: Contract used for the back leg of the spread. This must include the contract month. For instance the NOB spread is the 10 year note vs 30 year bond. The back leg of the NOB spread is "ZB 06-24".
  • Back Ratio: Ratios are used to account for the ticksize difference between two contracts. The spread ratio for the NOB spread is "5:2", and therefore the back ratio is "2".

Change Percent

Display the total change of the bar between the open and close as a percent of the overall instrument's value. Can be useful on a daily chart to see the size of moves on equity indexes.

Plots:

  • Change: Change between open and close as a percent of the overall instrument value.

Watermark

Draws text behind the chart to more easily identify what it is a chart of. Particularly useful for streaming and sharing screenshots. Indicator uses sharpdx framework to draw efficiently, and ensure the text is behind the chart instead of in front.

Settings:

  • WaterMarkSize: Size of the text used in the watermark.
  • WaterMarkOpacity: How transparent the watermark text is. Enter a decimal between 0 and 1.
  • WaterMarkType: Defines the content of the text used in the watermark. You can select from premade options, or select customtext to define it yourself.
  • Text Color: Description
  • CustomText: Text to use is WaterMarkType is customtext.

YieldCurveFree

Creates a subplot displaying the current yield curve as reflected by the micro treasury yield curve futures.

Settings:

  • Expiry: String for current month. IE 06-24
  • MarginLeft: How much room to leave on the left side of the yield curve.
  • MarginRight: How much room to leave on the right side of the yield curve.
  • Color: Color of the yield curve line.
  • TextColor: Color for text showing current yield values.
  • GridlineColor: Color of vertical lines behind the yield curve.