NinjaTrader Support Forum  
X

Attention!

This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com


Go Back   NinjaTrader Support Forum > Application Technical Support > Market Analyzer

Market Analyzer Support for the NinjaTrader Market Analyzer.

Reply
 
Thread Tools Display Modes
Old 08-23-2009, 12:45 PM   #1
tomek001
Member
 
Join Date: Dec 2008
Posts: 95
Thanks: 0
Thanked 0 times in 0 posts
Default problems installing indicators

Hello,

I have downloaded and attempted to install Adaptive_CCI indicator.
I'm getting an error stating that I have a nionja indicator on my computer containg programming error. Adaptive_CC in the only indicator I do have in my desktop. How do I find out which indicator is causing problems?

Regards,

Th
tomek001 is offline  
Reply With Quote
Old 08-23-2009, 06:42 PM   #2
NinjaTrader_Ben
NinjaTrader Customer Service
 
NinjaTrader_Ben's Avatar
 
Join Date: May 2008
Location: Denver, CO
Posts: 3,157
Thanks: 0
Thanked 3 times in 3 posts
Default

Hello,

Double click on the error code line at the bottom and it should pop up the file code that is erronious.
NinjaTrader_Ben is offline  
Reply With Quote
Old 08-24-2009, 11:36 AM   #3
tomek001
Member
 
Join Date: Dec 2008
Posts: 95
Thanks: 0
Thanked 0 times in 0 posts
Default

Ben,

I don't get any error codes ... just a generic Import Ninjascript archived zip file warning stating that I have custom Ninjascript files on my computer that have programing error and need to be resolved before I import ninjascript archived file.

Please advise,

th
tomek001 is offline  
Reply With Quote
Old 08-24-2009, 11:40 AM   #4
NinjaTrader_Kyle
NinjaTrader Customer Service
 
NinjaTrader_Kyle's Avatar
 
Join Date: Dec 2008
Location: Denver, CO, USA
Posts: 7,353
Thanks: 146
Thanked 253 times in 249 posts
Default

Hello tomek001,

Thank you for your reply.

Please follow the instructions below to see where the errors are coming from after compiling the indicator. This will allow you to debug the indicator/strategy or remove it from your PC. If you are wondering why you receive an error when compiling only one indicator, it is because NinjaTrader compiles all indicators and strategies- not just one.
  • Open NinjaTrader
  • From the Control Center select the Tools menu--> select the Edit NinjaScript menu item--> select Indicator
  • Select an indicator and double click on it.
  • A new window will appear and you will need to right click in the window and select Compile to compile the indicators.
  • At the bottom of the window a new section will appear were you can find the error locations.
  • From there you have the option to remove the indicator or debug it.
Let me know if this does the trick for you.
NinjaTrader_Kyle is offline  
Reply With Quote
Old 08-24-2009, 11:58 AM   #5
tomek001
Member
 
Join Date: Dec 2008
Posts: 95
Thanks: 0
Thanked 0 times in 0 posts
Default

Thanks Kyle,

I followed your directions, found the indicator with a compile errors but when I attempted to delete it would not allow me. Apparently there are references in other places in code to this indicator and those need to be removed first.

Where do i go from here? how do I find those references?

th
tomek001 is offline  
Reply With Quote
Old 08-24-2009, 12:13 PM   #6
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
Default

tomek001,

Unfortunately you will just have to slowly go through your scripts till you find it. Most likely it would be referenced from a strategy somewhere.
NinjaTrader_Josh is offline  
Reply With Quote
Old 08-24-2009, 01:00 PM   #7
tomek001
Member
 
Join Date: Dec 2008
Posts: 95
Thanks: 0
Thanked 0 times in 0 posts
Default

Josh,

I tried to compile any other indicator and keep getting the same error on all of them
"Web.Services.Protocols.SoapHttpClientProtocol " is defined in an assembly" Code CS0012.

Where do I go from here?

th
tomek001 is offline  
Reply With Quote
Old 08-24-2009, 01:06 PM   #8
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
Default

tomek001,

Have you installed some 3rd party indicator things? Likely one of your 3rd party scripts is using some references to other things. Unfortunately I would not know how to uninstall the 3rd party indicator and it would be best if you contacted whoever you got it from.

Alternatively, you could just uninstall and reinstall while removing the My Documents\NinjaTrader 6.5 folder. This will get you a completely new NinjaScript assembly. I recommend this route because your assembly sounds very messy right now. Please remember to backup anything you want to preserve because this process will delete everything from workspaces to data to NinjaScript, etc.
NinjaTrader_Josh is offline  
Reply With Quote
Old 09-22-2009, 01:08 AM   #9
saltminer
Senior Member
 
Join Date: Apr 2008
Posts: 164
Thanks: 2
Thanked 3 times in 3 posts
Default

I am having trouble with this. Even if I do an uninstall, delete my NinjaTrader 6.5 data folder, restart, reinstall Ninja, I still have something hanging around that prevents me from installing one of my own custom assemblies.
I get an error that "AtTheOpenDTW" (which I should have been able to remove via this process) has some indicators with the same name as what I am trying to import.

How can it still be there?

Clearly something stays around somewhere. Any ideas?

saltminer
saltminer is offline  
Reply With Quote
Old 09-22-2009, 07:29 AM   #10
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
Default

saltminer,

To confirm, you have deleted the My Documents\NinjaTrader 6.5 directory in full?

Is your zip a compiled assembly or just .cs source files?
NinjaTrader_Josh is offline  
Reply With Quote
Old 09-22-2009, 04:23 PM   #11
saltminer
Senior Member
 
Join Date: Apr 2008
Posts: 164
Thanks: 2
Thanked 3 times in 3 posts
Default

Absolutely deleted it in full. I've tried this quite a few times.

The problem files are Vendor compiled files from a 3rd party, DayTradeToWin.com

salty
saltminer is offline  
Reply With Quote
Old 09-22-2009, 08:22 PM   #12
tomek001
Member
 
Join Date: Dec 2008
Posts: 95
Thanks: 0
Thanked 0 times in 0 posts
Default

Salty,

I have been given the same half ass explanation, lol
Too bad I just got three month license.
tomek001 is offline  
Reply With Quote
Old 09-23-2009, 07:18 AM   #13
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
Default

salty,

Have you inquired with them exactly why their files do NOT work? You guys need to understand that System.Web.Services is NOT supported by NinjaTrader. Since NinjaScript is done in C# any one can use almost anything existing and there is no way we can support that. If a 3rd party vendor decides to use it then they should have instructions on what is needed to help you get that assembly installed on your system.
NinjaTrader_Josh is offline  
Reply With Quote
Old 09-23-2009, 07:29 AM   #14
tomek001
Member
 
Join Date: Dec 2008
Posts: 95
Thanks: 0
Thanked 0 times in 0 posts
Default

Josh,

I think I understand. However, it would make sense to put preasure on 3rd party vendors to provide full documnetation on installation as well as removal of their products and that should be enforced by Ninja. If I was able to download some indicator from Ninja forum I would expect it to pass some sort of screening process. It is your trading platform hence you should be responsible for maintaining the intergrity of it which includes ability for your customers to easily roll back anything that might have had affected the trading platform. After all when your customers get angry for ninjas inability to help with resolution of problems created by intalation of 3 party indicators, it is Ninja that will loose a customer.

th
tomek001 is offline  
Reply With Quote
Old 09-23-2009, 07:35 AM   #15
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
Default

tomek001 and saltminer,

A screening process has already been enacted for new 3rd party scripts moving forward. As far as anything shared on the forums, they are provided as is by the community to the community and we do not screen those.

If you guys are unable to get this 3rd party to work after contact with the vendor, please send in an email with Attn Josh in the subject and link to this thread. We can try a remote login session. Thank you.
NinjaTrader_Josh is offline  
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing 3rd-party indicators trader_rick1234 Indicator Development 4 03-19-2009 02:51 AM
Installing NT stefy Installation and Licensing 1 12-16-2008 03:08 PM
installing DotNet2.o zq655 Installation and Licensing 6 06-26-2008 03:59 PM
installing problems jnjane Installation and Licensing 2 08-19-2007 09:35 PM
Installing to d:\NT MrBaffalo Miscellaneous Support 1 03-05-2007 04:11 AM


All times are GMT -6. The time now is 07:17 AM.