Support And Resistance Lines From File Indicator

This indicator reads a comma‐separated values data file that contains support and resistance line data, and then plots those lines on a chart. Lines have a start time, an end time and a price. An empty end time means the line is still active and continues to draw as the chart progresses. There are some additional "type" values for each line that can be used programmatically.

The indicator does not analyze and determine where the lines should be, it just gets them from the data file and draws them on the chart. One of its intended uses is to set support and resistance lines in one place and use them from multiple charts. Given that the lines have an end time, this can support historical analysis as well.

From code, you can get the nearest support and resistance lines to a passed in price at a passed in time. Also N lines away from said price.

Detailed description and data entry template available at the launchpad site here.

Created By sh_daggett
NinjaTrader Version 8
File Size 8.3 KB
Create Date 05/14/2017
# of Downloads 2241

Importing to NinjaTrader 8 is Easy!

To import your 3rd party app or add-on to NinjaTrader, simply follow these 3 steps:

  1. Download the app or add-on file to your desktop
  2. From the NinjaTrader Control Center window, select the menu Tools > Import > NinjaScript Add-On…
  3. Select the downloaded file from your desktop

Questions?

Visit the NinjaScript File Sharing discussion in the NinjaTrader user forum to interact with fellow traders and the NinjaTrader support team.