Insidebarwithshadow

This indicator is a multi-time-frame indicator which detects an "inside bar" on a higher timeframe and shades the region in on a lower timeframe.

This is a conversion from NT7 and works around the issue where NT8 does not accept negative bar indexes.

The original authors definition of an "inside bar", is not the standard lower high and higher low, but rather,

[CODE]!Bars.IsFirstBarOfSession && (High[0] - Low[0]) < ((High[1] - Low[1])/2.5) && (High[0] < Median[1] || Low[0] > Median[1])[/CODE]

Converted by Alan Palmer.

Created By NinjaTrader_AlanP
NinjaTrader Version 8
File Size 2.7 KB
Create Date 08/10/2017
# of Downloads 1228

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.