Getting Errors after Updating Ninjatrader8 to 8.1.5

Getting Errors after Updating Ninjatrader8 to 8.1.5

NinjaScript File Error
IchimokuCloud.cs The namespace ‘NinjaTrader.NinjaScript.Indicators’ already contains a definition for ‘IchimokuCloud’
IchimokuCloud.cs Type ‘IchimokuCloud’ already defines a member called ‘OnStateChange’ with the same parameter types
IchimokuCloud.cs Type ‘IchimokuCloud’ already defines a member called ‘OnBarUpdate’ with the same parameter types
IchimokuCloud.cs Type ‘IchimokuCloud’ already defines a member called ‘OnRender’ with the same parameter types
IchimokuCloud.cs Type ‘IchimokuCloud’ already defines a member called ‘OnRenderTargetChanged’ with the same parameter types
HolyGrailLevels_NT8_1003b.cs The type or namespace name ‘HolyGrailLevels’ could not be found (are you missing a using directive or an assembly reference?)
HolyGrailLevels_NT8_1003b.cs The type or namespace name ‘HolyGrailLevels’ could not be found (are you missing a using directive or an assembly reference?)
HolyGrailLevels_NT8_1003b.cs The type or namespace name ‘HolyGrailLevels’ does not exist in the namespace ‘NinjaTrader.NinjaScript.Indicators’ (are you missing an assembly reference?)
HolyGrailLevels_NT8_1003b.cs The type or namespace name ‘HolyGrailLevels’ does not exist in the namespace ‘NinjaTrader.NinjaScript.Indicators’ (are you missing an assembly reference?)
HolyGrailLevels_NT8_1003b.cs The type or namespace name ‘HolyGrailLevels’ does not exist in the namespace ‘NinjaTrader.NinjaScript.Indicators’ (are you missing an assembly reference?)
HolyGrailLevels_NT8_1003b.cs The type or namespace name ‘HolyGrailLevels’ does not exist in the namespace ‘NinjaTrader.NinjaScript.Indicators’ (are you missing an assembly reference?)
HolyGrailLevels_NT8_1003b.cs The type or namespace name ‘HolyGrailLevels’ could not be found (are you missing a using directive or an assembly reference?)
IchimokuCloud.cs The type ‘Indicator’ already contains a definition for ‘cacheIchimokuCloud’
@IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
@IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
@IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
@IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
@IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
@IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
@IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
@IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
@IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
@IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
@IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
IchimokuCloud.cs Ambiguity between ‘Indicator.cacheIchimokuCloud’ and ‘Indicator.cacheIchimokuCloud’
HolyGrailLevels_NT8_1003b.cs The type or namespace name ‘HolyGrailLevels’ could not be found (are you missing a using directive or an assembly reference?)
HolyGrailLevels_NT8_1003b.cs The type or namespace name ‘HolyGrailLevels’ could not be found (are you missing a using directive or an assembly reference?)

Do you have some kind of 3rd party Ichimoki Cloud indicator already installed?

If so, uninstall it.
(It looks like there might be a conflict in names.)

(Taking from a prior thread) Delete your custom Ichimoku-indicators (cs.file). They caused the trouble.

If someone is interested how to do this:

Go to the folder documents\NinjaTrader 8\bin\Custom\Indicator\ - delete the indicator(s)

Open NT, go to the NinjaScript Editor, choose any indicator and compile (button in the head or F5)

Restart NT. Reinstal or repair the new release and it will work

1 Like

done. thank you for the guidance