![]() |
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
|
|||||||
| Tips Official NinjaScript tips and tricks |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Administrator
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,163
Thanks: 6
Thanked 45 times in 32 posts
|
You may come across various situations where your NinjaScript files will not compile. This can include situations such as:
1st Step in Resolving Errors:
Commenting out code simply means to identify code which will be treated as a comment (not processed) as opposed to actual program code. This can be done by adding "//" in front of each line of code. Below is an example. Code:
double myDouble = 5; // double myDouble = 5; If the above procedure does not resolve all errors, you may need to reinstall NinjaTrader.
Ray
NinjaTrader Customer Service |
|
|
|
|
The following user says thank you to NinjaTrader_Ray for this post: |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Programming connections | Gumphrie | Connecting | 6 | 12-11-2009 03:09 AM |
| NinjaTrader programming services | Raditz | Indicator Development | 4 | 06-25-2009 05:37 PM |
| NinjaScript export/import function related errors | Rollins | Miscellaneous Support | 7 | 10-31-2007 07:17 AM |
| Advanced Programming | sbtrader | General Programming | 3 | 10-26-2007 10:11 AM |
| Need Help Programming Custom Indicator from TS to NT | stevestrading | Indicator Development | 4 | 06-20-2007 04:31 PM |